"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/07/16 01:00:55 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-yocehab5wisu" 2026/07/16 01:00:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/16 01:00:55 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/07/16 01:00:55 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/16 01:00:55 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/07/16 01:00:55 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/16 01:00:55 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/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: 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/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell type "unix" from config 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Relative path resolved to "/rclone-test-yocehab5wisu" 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Using root directory "/rclone-test-yocehab5wisu" 2026/07/16 01:00:55 DEBUG : Creating backend with remote "/tmp/rclone1480767849" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:00:55 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:00:55 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:00:55 DEBUG : dir: Looking for writers 2026/07/16 01:00:55 DEBUG : Looking for writers 2026/07/16 01:00:55 DEBUG : dir: reading active writers 2026/07/16 01:00:55 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.23s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:00:55 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:55 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:55 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/subdir/file3" 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/subdir/file3 2026/07/16 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/subdir/file3" 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-yocehab5wisu/dir/subdir/file3 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:56 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/subdir/file3" 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/subdir/file3 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/subdir/file3" 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-yocehab5wisu/dir/subdir/file3 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:56 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/07/16 01:00:56 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:00:56 DEBUG : dir/subdir: Looking for writers 2026/07/16 01:00:56 DEBUG : dir: Looking for writers 2026/07/16 01:00:56 DEBUG : file1: reading active writers 2026/07/16 01:00:56 DEBUG : file2: reading active writers 2026/07/16 01:00:56 DEBUG : subdir: reading active writers 2026/07/16 01:00:56 DEBUG : Looking for writers 2026/07/16 01:00:56 DEBUG : dir: reading active writers 2026/07/16 01:00:56 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.86s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:00:56 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:00:56 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:00:56 DEBUG : dir: Looking for writers 2026/07/16 01:00:56 DEBUG : file1: reading active writers 2026/07/16 01:00:56 DEBUG : Looking for writers 2026/07/16 01:00:56 DEBUG : dir: reading active writers 2026/07/16 01:00:56 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.32s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:00:56 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:00:56 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:00:56 DEBUG : dir: Looking for writers 2026/07/16 01:00:56 DEBUG : Looking for writers 2026/07/16 01:00:56 DEBUG : dir: reading active writers 2026/07/16 01:00:56 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.32s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:00:56 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:00:57 DEBUG : dir: forgetting directory cache 2026/07/16 01:00:57 DEBUG : forgetting directory cache 2026/07/16 01:00:57 DEBUG : dir: forgetting directory cache 2026/07/16 01:00:57 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:00:57 DEBUG : Looking for writers 2026/07/16 01:00:57 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.45s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:00:57 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:00:57 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/07/16 01:00:57 DEBUG : dir: invalidating directory cache 2026/07/16 01:00:57 DEBUG : >ForgetPath: 2026/07/16 01:00:57 DEBUG : ForgetPath: relativePath="dir", type=0 2026/07/16 01:00:57 DEBUG : invalidating directory cache 2026/07/16 01:00:57 DEBUG : dir: forgetting directory cache 2026/07/16 01:00:57 DEBUG : >ForgetPath: 2026/07/16 01:00:57 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/07/16 01:00:57 DEBUG : >ForgetPath: 2026/07/16 01:00:57 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:00:57 DEBUG : dir: Looking for writers 2026/07/16 01:00:57 DEBUG : Looking for writers 2026/07/16 01:00:57 DEBUG : dir: reading active writers 2026/07/16 01:00:57 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.32s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:00:57 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: 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/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/fil/a/b/c" 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/fil/a/b/c 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/fil/a/b/c" 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-yocehab5wisu/fil/a/b/c 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:58 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/fil/a/b/c" 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/fil/a/b/c 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/fil/a/b/c" 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-yocehab5wisu/fil/a/b/c 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:58 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:00:58 DEBUG : forgetting directory cache 2026/07/16 01:00:58 DEBUG : dir: forgetting directory cache 2026/07/16 01:00:58 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:00:58 DEBUG : fil/a/b: Looking for writers 2026/07/16 01:00:58 DEBUG : fil/a: Looking for writers 2026/07/16 01:00:58 DEBUG : b: reading active writers 2026/07/16 01:00:58 DEBUG : fil: Looking for writers 2026/07/16 01:00:58 DEBUG : a: reading active writers 2026/07/16 01:00:58 DEBUG : dir: Looking for writers 2026/07/16 01:00:58 DEBUG : Looking for writers 2026/07/16 01:00:58 DEBUG : dir: reading active writers 2026/07/16 01:00:58 DEBUG : fil: reading active writers 2026/07/16 01:00:58 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (1.01s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:00:58 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:00:58 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:00:58 DEBUG : dir: Looking for writers 2026/07/16 01:00:58 DEBUG : Looking for writers 2026/07/16 01:00:58 DEBUG : dir: reading active writers 2026/07/16 01:00:58 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.31s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:00:58 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:00:59 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:00:59 DEBUG : dir: Looking for writers 2026/07/16 01:00:59 DEBUG : file1: reading active writers 2026/07/16 01:00:59 DEBUG : Looking for writers 2026/07/16 01:00:59 DEBUG : dir: reading active writers 2026/07/16 01:00:59 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.23s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:00:59 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:59 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:59 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/subdir/file3" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/subdir/file3 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/subdir/file3" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-yocehab5wisu/dir/subdir/file3 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:59 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/subdir/file3" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/subdir/file3 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/subdir/file3" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-yocehab5wisu/dir/subdir/file3 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:00:59 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/07/16 01:00:59 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/07/16 01:00:59 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/07/16 01:00:59 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/16 01:00:59 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/07/16 01:00:59 DEBUG : Waiting for deletions to finish 2026/07/16 01:00:59 INFO : dir/subdir/file3: Deleted 2026/07/16 01:00:59 DEBUG : removing 1 level 2 directories 2026/07/16 01:00:59 INFO : dir/subdir: Removing directory 2026/07/16 01:00:59 DEBUG : dir: invalidating directory cache 2026/07/16 01:00:59 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/07/16 01:00:59 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/07/16 01:00:59 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/07/16 01:00:59 DEBUG : dir/file1: Reset virtual modtime 2026/07/16 01:00:59 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/07/16 01:00:59 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/16 01:00:59 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/07/16 01:00:59 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/07/16 01:00:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:00:59 DEBUG : dir: invalidating directory cache 2026/07/16 01:00:59 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/07/16 01:00:59 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/07/16 01:00:59 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/16 01:00:59 DEBUG : forgetting directory cache 2026/07/16 01:00:59 DEBUG : dir: forgetting directory cache 2026/07/16 01:00:59 DEBUG : dir/virtualDir: forgetting directory cache 2026/07/16 01:00:59 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:00:59 DEBUG : dir/virtualDir: Looking for writers 2026/07/16 01:00:59 DEBUG : dir: Looking for writers 2026/07/16 01:00:59 DEBUG : file1: reading active writers 2026/07/16 01:00:59 DEBUG : virtualFile2: reading active writers 2026/07/16 01:00:59 DEBUG : virtualFile: reading active writers 2026/07/16 01:00:59 DEBUG : virtualDir: reading active writers 2026/07/16 01:00:59 DEBUG : Looking for writers 2026/07/16 01:00:59 DEBUG : dir: reading active writers 2026/07/16 01:00:59 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.73s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:00:59 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:00 ERROR : dir/: Can only open directories read only 2026/07/16 01:01:00 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:00 DEBUG : dir: Looking for writers 2026/07/16 01:01:00 DEBUG : Looking for writers 2026/07/16 01:01:00 DEBUG : dir: reading active writers 2026/07/16 01:01:00 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.24s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:00 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:00 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:00 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/16 01:01:00 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/07/16 01:01:00 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/16 01:01:00 DEBUG : dir/potato: size = 5 OK 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/potato" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/potato 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/potato" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/dir/potato 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:00 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:00 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/16 01:01:00 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/07/16 01:01:00 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/16 01:01:00 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:00 DEBUG : dir: Looking for writers 2026/07/16 01:01:00 DEBUG : file1: reading active writers 2026/07/16 01:01:00 DEBUG : potato: reading active writers 2026/07/16 01:01:00 DEBUG : Looking for writers 2026/07/16 01:01:00 DEBUG : dir: reading active writers 2026/07/16 01:01:00 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.45s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:00 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:00 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:01 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:01 DEBUG : dir/sub: Looking for writers 2026/07/16 01:01:01 DEBUG : dir: Looking for writers 2026/07/16 01:01:01 DEBUG : file1: reading active writers 2026/07/16 01:01:01 DEBUG : sub: reading active writers 2026/07/16 01:01:01 DEBUG : Looking for writers 2026/07/16 01:01:01 DEBUG : dir: reading active writers 2026/07/16 01:01:01 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.55s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:01 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:01 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/16 01:01:01 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:01 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:01 DEBUG : dir/sub/subsub: Looking for writers 2026/07/16 01:01:01 DEBUG : dir/sub: Looking for writers 2026/07/16 01:01:01 DEBUG : subsub: reading active writers 2026/07/16 01:01:01 DEBUG : dir: Looking for writers 2026/07/16 01:01:01 DEBUG : file1: reading active writers 2026/07/16 01:01:01 DEBUG : sub: reading active writers 2026/07/16 01:01:01 DEBUG : Looking for writers 2026/07/16 01:01:01 DEBUG : dir: reading active writers 2026/07/16 01:01:01 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.51s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:01 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:01 ERROR : dir/: Dir.Remove not empty 2026/07/16 01:01:01 DEBUG : dir/file1: Remove: 2026/07/16 01:01:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:01 DEBUG : dir/file1: >Remove: err= 2026/07/16 01:01:01 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/16 01:01:01 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:01 DEBUG : Looking for writers 2026/07/16 01:01:01 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.24s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:01 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:02 DEBUG : dir/file1: Remove: 2026/07/16 01:01:02 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:02 DEBUG : dir/file1: >Remove: err= 2026/07/16 01:01:02 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/16 01:01:02 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:02 DEBUG : Looking for writers 2026/07/16 01:01:02 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.28s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:02 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:02 DEBUG : dir/file1: Remove: 2026/07/16 01:01:02 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:02 DEBUG : dir/file1: >Remove: err= 2026/07/16 01:01:02 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:02 DEBUG : dir: Looking for writers 2026/07/16 01:01:02 DEBUG : Looking for writers 2026/07/16 01:01:02 DEBUG : dir: reading active writers 2026/07/16 01:01:02 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.33s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:02 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file3" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file3 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file3" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yocehab5wisu/dir/file3 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:03 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file3" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file3 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file3" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yocehab5wisu/dir/file3 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:03 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/16 01:01:03 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/07/16 01:01:03 DEBUG : dir: Updating dir with dir2 0x107bf24f6750 2026/07/16 01:01:03 DEBUG : dir: forgetting directory cache 2026/07/16 01:01:03 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/16 01:01:03 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir2/file1" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir2/file1 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir2/file1" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir2/file1 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:03 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir2/file1" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir2/file1 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir2/file1" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir2/file1 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:03 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir2/file3" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir2/file3 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir2/file3" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yocehab5wisu/dir2/file3 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:03 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir2/file3" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir2/file3 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir2/file3" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yocehab5wisu/dir2/file3 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:03 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/16 01:01:03 INFO : dir2/file1: Moved (server-side) to: file2 2026/07/16 01:01:03 DEBUG : file2: Updating file with file2 0x107bf24f7930 2026/07/16 01:01:03 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:03 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file2" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file2 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file2" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/file2 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:03 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file2" 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/file2 2026/07/16 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/file2" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/file2 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:04 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir2/file3" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir2/file3 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir2/file3" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yocehab5wisu/dir2/file3 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:04 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir2/file3" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir2/file3 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir2/file3" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yocehab5wisu/dir2/file3 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:04 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/16 01:01:04 INFO : dir2/file3: Deleted 2026/07/16 01:01:04 INFO : file2: Moved (server-side) to: dir2/file3 2026/07/16 01:01:04 DEBUG : dir2/file3: Updating file with dir2/file3 0x107bf24f7930 2026/07/16 01:01:04 DEBUG : Added virtual directory entry vDel: "file2" 2026/07/16 01:01:04 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir2/file3" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir2/file3 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir2/file3" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir2/file3 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:04 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir2/file3" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir2/file3 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir2/file3" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir2/file3 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:04 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:04 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/07/16 01:01:04 DEBUG : empty directory: Updating dir with renamed empty directory 0x107bf276e000 2026/07/16 01:01:04 DEBUG : empty directory: forgetting directory cache 2026/07/16 01:01:04 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/07/16 01:01:04 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/07/16 01:01:04 DEBUG : dir2: Renaming to "dir3" 2026/07/16 01:01:04 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:04 DEBUG : dir3: Looking for writers 2026/07/16 01:01:04 DEBUG : file3: reading active writers 2026/07/16 01:01:04 DEBUG : renamed empty directory: Looking for writers 2026/07/16 01:01:04 DEBUG : Looking for writers 2026/07/16 01:01:04 DEBUG : renamed empty directory: reading active writers 2026/07/16 01:01:04 DEBUG : dir3: reading active writers 2026/07/16 01:01:04 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.88s) === 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-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:04 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:04 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/16 01:01:04 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:04 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/16 01:01:04 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/16 01:01:04 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/07/16 01:01:04 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/07/16 01:01:04 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/16 01:01:04 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:04 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/16 01:01:04 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/16 01:01:04 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/07/16 01:01:04 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/07/16 01:01:04 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (12 bytes), uploading instead of streaming 2026/07/16 01:01:04 DEBUG : dir/sub/file2: size = 12 OK 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/sub/file2" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/sub/file2 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/sub/file2" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-yocehab5wisu/dir/sub/file2 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:04 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/07/16 01:01:04 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/07/16 01:01:04 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/07/16 01:01:04 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/16 01:01:04 DEBUG : forgetting directory cache 2026/07/16 01:01:04 DEBUG : dir: forgetting directory cache 2026/07/16 01:01:04 DEBUG : dir/sub: forgetting directory cache 2026/07/16 01:01:04 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/07/16 01:01:04 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/16 01:01:04 DEBUG : dir/sub/file0: size = 5 OK 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/sub/file0" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/sub/file0 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/sub/file0" 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/dir/sub/file0 2026/07/16 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:04 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:04 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/16 01:01:04 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/07/16 01:01:04 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/16 01:01:04 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:04 DEBUG : dir/sub: Looking for writers 2026/07/16 01:01:04 DEBUG : file0: reading active writers 2026/07/16 01:01:04 DEBUG : file2: reading active writers 2026/07/16 01:01:04 DEBUG : dir: Looking for writers 2026/07/16 01:01:04 DEBUG : file1: reading active writers 2026/07/16 01:01:04 DEBUG : sub: reading active writers 2026/07/16 01:01:04 DEBUG : Looking for writers 2026/07/16 01:01:04 DEBUG : dir: reading active writers 2026/07/16 01:01:04 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.42s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:04 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:04 DEBUG : forgetting directory cache 2026/07/16 01:01:05 DEBUG : forgetting directory cache 2026/07/16 01:01:05 DEBUG : dir: forgetting directory cache 2026/07/16 01:01:05 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:05 DEBUG : dir: Looking for writers 2026/07/16 01:01:05 DEBUG : Looking for writers 2026/07/16 01:01:05 DEBUG : dir: reading active writers 2026/07/16 01:01:05 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:05 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/07/16 01:01:06 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:06 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/07/16 01:01:06 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/07/16 01:01:06 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/07/16 01:01:06 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:06 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:06 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/07/16 01:01:06 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:06 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/07/16 01:01:06 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/07/16 01:01:06 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/07/16 01:01:06 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:06 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:06 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:06 DEBUG : dir: Looking for writers 2026/07/16 01:01:06 DEBUG : file1: reading active writers 2026/07/16 01:01:06 DEBUG : file1.metadata: reading active writers 2026/07/16 01:01:06 DEBUG : Looking for writers 2026/07/16 01:01:06 DEBUG : dir.metadata: reading active writers 2026/07/16 01:01:06 DEBUG : dir: reading active writers 2026/07/16 01:01:06 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.23s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:06 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:06 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:06 DEBUG : dir: Looking for writers 2026/07/16 01:01:06 DEBUG : file1: reading active writers 2026/07/16 01:01:06 DEBUG : Looking for writers 2026/07/16 01:01:06 DEBUG : dir: reading active writers 2026/07/16 01:01:06 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.21s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:06 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:06 DEBUG : Can set mod time: true 2026/07/16 01:01:06 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:06 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:06 DEBUG : dir: Looking for writers 2026/07/16 01:01:06 DEBUG : file1: reading active writers 2026/07/16 01:01:06 DEBUG : Looking for writers 2026/07/16 01:01:06 DEBUG : dir: reading active writers 2026/07/16 01:01:06 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:06 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:07 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/16 01:01:07 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/16 01:01:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/16 01:01:07 DEBUG : dir/file1: size = 0 OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:07 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/16 01:01:07 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/16 01:01:07 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/16 01:01:07 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/16 01:01:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:07 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:07 DEBUG : dir: Looking for writers 2026/07/16 01:01:07 DEBUG : file1: reading active writers 2026/07/16 01:01:07 DEBUG : Looking for writers 2026/07/16 01:01:07 DEBUG : dir: reading active writers 2026/07/16 01:01:07 DEBUG : >WaitForWriters: 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:07 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:07 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/16 01:01:07 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:07 DEBUG : dir: Looking for writers 2026/07/16 01:01:07 DEBUG : file1: reading active writers 2026/07/16 01:01:07 DEBUG : Looking for writers 2026/07/16 01:01:07 DEBUG : dir: reading active writers 2026/07/16 01:01:07 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:07 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:07 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/16 01:01:07 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/16 01:01:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/16 01:01:07 DEBUG : dir/file1: size = 5 OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:07 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:07 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/16 01:01:07 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/16 01:01:07 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/16 01:01:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:07 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:07 DEBUG : dir: Looking for writers 2026/07/16 01:01:07 DEBUG : file1: reading active writers 2026/07/16 01:01:07 DEBUG : Looking for writers 2026/07/16 01:01:07 DEBUG : dir: reading active writers 2026/07/16 01:01:07 DEBUG : >WaitForWriters: 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:07 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:07 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/16 01:01:07 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:07 DEBUG : dir: Looking for writers 2026/07/16 01:01:07 DEBUG : file1: reading active writers 2026/07/16 01:01:07 DEBUG : Looking for writers 2026/07/16 01:01:07 DEBUG : dir: reading active writers 2026/07/16 01:01:07 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:07 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:07 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:07 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:08 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:08 DEBUG : dir: Looking for writers 2026/07/16 01:01:08 DEBUG : file1: reading active writers 2026/07/16 01:01:08 DEBUG : Looking for writers 2026/07/16 01:01:08 DEBUG : dir: reading active writers 2026/07/16 01:01:08 DEBUG : >WaitForWriters: 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:08 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:08 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:08 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/16 01:01:08 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:08 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:08 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:08 DEBUG : dir/file1(0x107bf216f680): close: 2026/07/16 01:01:08 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/16 01:01:08 DEBUG : dir/file1(0x107bf216f680): >close: err= 2026/07/16 01:01:08 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:08 DEBUG : dir: Looking for writers 2026/07/16 01:01:08 DEBUG : file1: reading active writers 2026/07/16 01:01:08 DEBUG : Looking for writers 2026/07/16 01:01:08 DEBUG : dir: reading active writers 2026/07/16 01:01:08 DEBUG : >WaitForWriters: 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:08 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:08 DEBUG : dir: Looking for writers 2026/07/16 01:01:08 DEBUG : file1: reading active writers 2026/07/16 01:01:08 DEBUG : Looking for writers 2026/07/16 01:01:08 DEBUG : dir: reading active writers 2026/07/16 01:01:08 DEBUG : >WaitForWriters: 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:08 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:08 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:08 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/16 01:01:08 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:08 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:08 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:08 DEBUG : dir/file1(0x107bf2432940): _writeAt: size=5, off=0 2026/07/16 01:01:08 DEBUG : dir/file1(0x107bf2432940): openPending: 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:08 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/16 01:01:08 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/16 01:01:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:08 DEBUG : dir/file1(0x107bf2432940): >openPending: err= 2026/07/16 01:01:08 DEBUG : dir/file1(0x107bf2432940): >_writeAt: n=5, err= 2026/07/16 01:01:08 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/16 01:01:08 DEBUG : dir/file1(0x107bf2432940): close: 2026/07/16 01:01:08 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/07/16 01:01:08 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/07/16 01:01:08 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/07/16 01:01:08 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/16 01:01:08 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/16 01:01:08 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:08 DEBUG : dir/file1(0x107bf2432940): >close: err= 2026/07/16 01:01:08 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:08 DEBUG : dir: Looking for writers 2026/07/16 01:01:08 DEBUG : file1: reading active writers 2026/07/16 01:01:08 DEBUG : Looking for writers 2026/07/16 01:01:08 DEBUG : dir: reading active writers 2026/07/16 01:01:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:08 DEBUG : dir: Looking for writers 2026/07/16 01:01:08 DEBUG : file1: reading active writers 2026/07/16 01:01:08 DEBUG : Looking for writers 2026/07/16 01:01:08 DEBUG : dir: reading active writers 2026/07/16 01:01:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:08 DEBUG : dir: Looking for writers 2026/07/16 01:01:08 DEBUG : file1: reading active writers 2026/07/16 01:01:08 DEBUG : Looking for writers 2026/07/16 01:01:08 DEBUG : dir: reading active writers 2026/07/16 01:01:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:08 DEBUG : dir: Looking for writers 2026/07/16 01:01:08 DEBUG : file1: reading active writers 2026/07/16 01:01:08 DEBUG : Looking for writers 2026/07/16 01:01:08 DEBUG : dir: reading active writers 2026/07/16 01:01:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:08 DEBUG : dir/file1: vfs cache: starting upload 2026/07/16 01:01:08 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1.2f98c60a.partial" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1.2f98c60a.partial 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1.2f98c60a.partial" 2026/07/16 01:01:08 DEBUG : dir: Looking for writers 2026/07/16 01:01:08 DEBUG : file1: reading active writers 2026/07/16 01:01:08 DEBUG : Looking for writers 2026/07/16 01:01:08 DEBUG : dir: reading active writers 2026/07/16 01:01:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yocehab5wisu/dir/file1.2f98c60a.partial 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:08 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/16 01:01:08 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/07/16 01:01:08 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/07/16 01:01:08 INFO : dir/file1: Copied (replaced existing) 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:09 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/16 01:01:09 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/07/16 01:01:09 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/16 01:01:09 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/07/16 01:01:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:09 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/16 01:01:09 DEBUG : dir: Looking for writers 2026/07/16 01:01:09 DEBUG : file1: reading active writers 2026/07/16 01:01:09 DEBUG : Looking for writers 2026/07/16 01:01:09 DEBUG : dir: reading active writers 2026/07/16 01:01:09 DEBUG : >WaitForWriters: 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:09 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:09 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/07/16 01:01:09 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:09 DEBUG : dir: Looking for writers 2026/07/16 01:01:09 DEBUG : file1: reading active writers 2026/07/16 01:01:09 DEBUG : Looking for writers 2026/07/16 01:01:09 DEBUG : dir: reading active writers 2026/07/16 01:01:09 DEBUG : >WaitForWriters: 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (2.94s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.43s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.51s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.45s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.29s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.39s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.88s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:09 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:09 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:09 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/16 01:01:09 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:09 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:09 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:09 DEBUG : dir: Looking for writers 2026/07/16 01:01:09 DEBUG : file1: reading active writers 2026/07/16 01:01:09 DEBUG : Looking for writers 2026/07/16 01:01:09 DEBUG : dir: reading active writers 2026/07/16 01:01:09 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.32s) === RUN TestFileOpenReadUnknownSize 2026/07/16 01:01:09 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/07/16 01:01:09 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/16 01:01:09 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:09 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/07/16 01:01:09 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:09 DEBUG : Looking for writers 2026/07/16 01:01:09 DEBUG : file.txt: reading active writers 2026/07/16 01:01:09 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:09 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (25 bytes), uploading instead of streaming 2026/07/16 01:01:09 DEBUG : dir/file1: size = 25 OK 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:09 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:09 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/16 01:01:09 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/16 01:01:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:09 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:09 DEBUG : dir: Looking for writers 2026/07/16 01:01:09 DEBUG : file1: reading active writers 2026/07/16 01:01:09 DEBUG : Looking for writers 2026/07/16 01:01:09 DEBUG : dir: reading active writers 2026/07/16 01:01:09 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.33s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:09 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:10 DEBUG : dir/file1: Remove: 2026/07/16 01:01:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:10 DEBUG : dir/file1: >Remove: err= 2026/07/16 01:01:10 DEBUG : dir/file1: Remove: 2026/07/16 01:01:10 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/16 01:01:10 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:10 DEBUG : dir: Looking for writers 2026/07/16 01:01:10 DEBUG : Looking for writers 2026/07/16 01:01:10 DEBUG : dir: reading active writers 2026/07/16 01:01:10 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:10 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:10 DEBUG : dir/file1: Remove: 2026/07/16 01:01:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:10 DEBUG : dir/file1: >Remove: err= 2026/07/16 01:01:10 DEBUG : dir/file1: Remove: 2026/07/16 01:01:10 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/16 01:01:10 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:10 DEBUG : dir: Looking for writers 2026/07/16 01:01:10 DEBUG : Looking for writers 2026/07/16 01:01:10 DEBUG : dir: reading active writers 2026/07/16 01:01:10 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.23s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:10 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:10 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:10 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/16 01:01:10 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/16 01:01:10 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/16 01:01:10 DEBUG : dir/file1: Open: flags=O_RDWR 2026/07/16 01:01:10 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/16 01:01:10 DEBUG : dir/file1: Open: flags=0x3 2026/07/16 01:01:10 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/07/16 01:01:10 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/07/16 01:01:10 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:10 DEBUG : dir: Looking for writers 2026/07/16 01:01:10 DEBUG : file1: reading active writers 2026/07/16 01:01:10 DEBUG : Looking for writers 2026/07/16 01:01:10 DEBUG : dir: reading active writers 2026/07/16 01:01:10 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.22s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:10 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:10 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:10 DEBUG : dir: Looking for writers 2026/07/16 01:01:10 DEBUG : file1: reading active writers 2026/07/16 01:01:10 DEBUG : Looking for writers 2026/07/16 01:01:10 DEBUG : dir: reading active writers 2026/07/16 01:01:10 DEBUG : >WaitForWriters: 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:11 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/16 01:01:11 DEBUG : newLeaf: Updating file with newLeaf 0x107bf2b10dd0 2026/07/16 01:01:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:11 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:11 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:11 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:11 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/16 01:01:11 DEBUG : dir/file1: Updating file with dir/file1 0x107bf2b10dd0 2026/07/16 01:01:11 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/16 01:01:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:11 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/16 01:01:11 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/16 01:01:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:11 DEBUG : dir/file1: File is currently open, delaying rename 0x107bf2b10dd0 2026/07/16 01:01:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:11 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (25 bytes), uploading instead of streaming 2026/07/16 01:01:11 DEBUG : dir/file1: size = 25 OK 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:11 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:11 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/16 01:01:11 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/16 01:01:11 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:11 DEBUG : newLeaf: Running delayed rename now 2026/07/16 01:01:11 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/16 01:01:11 DEBUG : newLeaf: Updating file with newLeaf 0x107bf2b10dd0 2026/07/16 01:01:11 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:11 DEBUG : dir: Looking for writers 2026/07/16 01:01:11 DEBUG : Looking for writers 2026/07/16 01:01:11 DEBUG : dir: reading active writers 2026/07/16 01:01:11 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:11 DEBUG : >WaitForWriters: 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:11 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:11 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/16 01:01:11 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:11 DEBUG : dir: Looking for writers 2026/07/16 01:01:11 DEBUG : Looking for writers 2026/07/16 01:01:11 DEBUG : dir: reading active writers 2026/07/16 01:01:11 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:11 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:11 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:11 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:11 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:11 DEBUG : dir: Looking for writers 2026/07/16 01:01:11 DEBUG : file1: reading active writers 2026/07/16 01:01:11 DEBUG : Looking for writers 2026/07/16 01:01:11 DEBUG : dir: reading active writers 2026/07/16 01:01:11 DEBUG : >WaitForWriters: 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:12 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/16 01:01:12 DEBUG : newLeaf: Updating file with newLeaf 0x107bf2b11ad0 2026/07/16 01:01:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:12 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:12 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:12 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:12 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/16 01:01:12 DEBUG : dir/file1: Updating file with dir/file1 0x107bf2b11ad0 2026/07/16 01:01:12 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/16 01:01:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:12 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/16 01:01:12 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/16 01:01:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:12 DEBUG : dir/file1: File is currently open, delaying rename 0x107bf2b11ad0 2026/07/16 01:01:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:12 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (25 bytes), uploading instead of streaming 2026/07/16 01:01:12 DEBUG : dir/file1: size = 25 OK 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:12 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:12 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/16 01:01:12 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/16 01:01:12 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:12 DEBUG : newLeaf: Running delayed rename now 2026/07/16 01:01:12 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/16 01:01:12 DEBUG : newLeaf: Updating file with newLeaf 0x107bf2b11ad0 2026/07/16 01:01:12 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:12 DEBUG : dir: Looking for writers 2026/07/16 01:01:12 DEBUG : Looking for writers 2026/07/16 01:01:12 DEBUG : dir: reading active writers 2026/07/16 01:01:12 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:12 DEBUG : >WaitForWriters: 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:12 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:12 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/16 01:01:12 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:12 DEBUG : dir: Looking for writers 2026/07/16 01:01:12 DEBUG : Looking for writers 2026/07/16 01:01:12 DEBUG : dir: reading active writers 2026/07/16 01:01:12 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:12 DEBUG : >WaitForWriters: 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:12 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:12 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:13 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/16 01:01:13 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:13 DEBUG : dir/file1(0x107bf2acc700): openPending: 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:13 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/16 01:01:13 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/16 01:01:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:13 DEBUG : dir/file1(0x107bf2acc700): >openPending: err= 2026/07/16 01:01:13 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/16 01:01:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:13 DEBUG : dir/file1(0x107bf2acc700): _writeAt: size=14, off=0 2026/07/16 01:01:13 DEBUG : dir/file1(0x107bf2acc700): >_writeAt: n=14, err= 2026/07/16 01:01:13 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/16 01:01:13 DEBUG : dir/file1(0x107bf2acc700): close: 2026/07/16 01:01:13 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/16 01:01:13 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/16 01:01:13 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:13 DEBUG : dir/file1(0x107bf2acc700): >close: err= 2026/07/16 01:01:13 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:13 DEBUG : dir: Looking for writers 2026/07/16 01:01:13 DEBUG : file1: reading active writers 2026/07/16 01:01:13 DEBUG : Looking for writers 2026/07/16 01:01:13 DEBUG : dir: reading active writers 2026/07/16 01:01:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:13 DEBUG : dir: Looking for writers 2026/07/16 01:01:13 DEBUG : file1: reading active writers 2026/07/16 01:01:13 DEBUG : Looking for writers 2026/07/16 01:01:13 DEBUG : dir: reading active writers 2026/07/16 01:01:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:13 DEBUG : dir: Looking for writers 2026/07/16 01:01:13 DEBUG : file1: reading active writers 2026/07/16 01:01:13 DEBUG : Looking for writers 2026/07/16 01:01:13 DEBUG : dir: reading active writers 2026/07/16 01:01:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:13 DEBUG : dir: Looking for writers 2026/07/16 01:01:13 DEBUG : file1: reading active writers 2026/07/16 01:01:13 DEBUG : Looking for writers 2026/07/16 01:01:13 DEBUG : dir: reading active writers 2026/07/16 01:01:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:13 DEBUG : dir/file1: vfs cache: starting upload 2026/07/16 01:01:13 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1.ca338588.partial" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1.ca338588.partial 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1.ca338588.partial" 2026/07/16 01:01:13 DEBUG : dir: Looking for writers 2026/07/16 01:01:13 DEBUG : file1: reading active writers 2026/07/16 01:01:13 DEBUG : Looking for writers 2026/07/16 01:01:13 DEBUG : dir: reading active writers 2026/07/16 01:01:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1.ca338588.partial 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:13 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:13 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/16 01:01:13 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/16 01:01:13 INFO : dir/file1: Copied (replaced existing) 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:13 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/16 01:01:13 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/16 01:01:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:13 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/16 01:01:13 DEBUG : dir: Looking for writers 2026/07/16 01:01:13 DEBUG : file1: reading active writers 2026/07/16 01:01:13 DEBUG : Looking for writers 2026/07/16 01:01:13 DEBUG : dir: reading active writers 2026/07/16 01:01:13 DEBUG : >WaitForWriters: 2026/07/16 01:01:13 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:13 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:13 DEBUG : dir/file1(0x107bf2acd700): _readAt: size=512, off=0 2026/07/16 01:01:13 DEBUG : dir/file1(0x107bf2acd700): openPending: 2026/07/16 01:01:13 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/16 01:01:13 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/16 01:01:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:13 DEBUG : dir/file1(0x107bf2acd700): >openPending: err= 2026/07/16 01:01:13 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/16 01:01:13 DEBUG : dir/file1(0x107bf2acd700): >_readAt: n=14, err=EOF 2026/07/16 01:01:13 DEBUG : dir/file1(0x107bf2acd700): close: 2026/07/16 01:01:13 DEBUG : dir/file1(0x107bf2acd700): >close: err= 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:13 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:13 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:13 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/16 01:01:13 DEBUG : newLeaf: Updating file with newLeaf 0x107bf1f77a00 2026/07/16 01:01:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:13 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:13 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:13 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:14 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/16 01:01:14 DEBUG : dir/file1: Updating file with dir/file1 0x107bf1f77a00 2026/07/16 01:01:14 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/16 01:01:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:14 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/16 01:01:14 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:14 DEBUG : dir/file1(0x107bf216ef00): openPending: 2026/07/16 01:01:14 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/16 01:01:14 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/16 01:01:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:14 DEBUG : dir/file1(0x107bf216ef00): >openPending: err= 2026/07/16 01:01:14 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/16 01:01:14 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:14 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:14 DEBUG : dir/file1(0x107bf216ef00): _writeAt: size=25, off=0 2026/07/16 01:01:14 DEBUG : dir/file1(0x107bf216ef00): >_writeAt: n=25, err= 2026/07/16 01:01:14 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:14 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:14 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/16 01:01:14 DEBUG : newLeaf: Updating file with newLeaf 0x107bf1f77a00 2026/07/16 01:01:14 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:14 DEBUG : newLeaf(0x107bf216ef00): close: 2026/07/16 01:01:14 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/16 01:01:14 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-16 01:01:14.248385163 +0000 UTC m=+19.254584694 2026/07/16 01:01:14 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:14 DEBUG : newLeaf(0x107bf216ef00): >close: err= 2026/07/16 01:01:14 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:14 DEBUG : dir: Looking for writers 2026/07/16 01:01:14 DEBUG : Looking for writers 2026/07/16 01:01:14 DEBUG : dir: reading active writers 2026/07/16 01:01:14 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:14 DEBUG : dir: Looking for writers 2026/07/16 01:01:14 DEBUG : Looking for writers 2026/07/16 01:01:14 DEBUG : dir: reading active writers 2026/07/16 01:01:14 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:14 DEBUG : dir: Looking for writers 2026/07/16 01:01:14 DEBUG : Looking for writers 2026/07/16 01:01:14 DEBUG : dir: reading active writers 2026/07/16 01:01:14 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:14 DEBUG : dir: Looking for writers 2026/07/16 01:01:14 DEBUG : Looking for writers 2026/07/16 01:01:14 DEBUG : dir: reading active writers 2026/07/16 01:01:14 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:14 DEBUG : newLeaf: vfs cache: starting upload 2026/07/16 01:01:14 DEBUG : newLeaf.b52a30b1.partial: size = 25 OK 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf.b52a30b1.partial" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf.b52a30b1.partial 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf.b52a30b1.partial" 2026/07/16 01:01:14 DEBUG : dir: Looking for writers 2026/07/16 01:01:14 DEBUG : Looking for writers 2026/07/16 01:01:14 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:14 DEBUG : dir: reading active writers 2026/07/16 01:01:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/newLeaf.b52a30b1.partial 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:14 DEBUG : newLeaf.b52a30b1.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:14 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/16 01:01:14 DEBUG : newLeaf.b52a30b1.partial: renamed to: newLeaf 2026/07/16 01:01:14 INFO : newLeaf: Copied (replaced existing) 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:14 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:14 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-16 01:01:14 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/16 01:01:14 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/16 01:01:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:14 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/16 01:01:14 DEBUG : dir: Looking for writers 2026/07/16 01:01:14 DEBUG : Looking for writers 2026/07/16 01:01:14 DEBUG : dir: reading active writers 2026/07/16 01:01:14 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:14 DEBUG : >WaitForWriters: 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:14 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:14 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/16 01:01:14 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:14 DEBUG : dir: Looking for writers 2026/07/16 01:01:14 DEBUG : Looking for writers 2026/07/16 01:01:14 DEBUG : dir: reading active writers 2026/07/16 01:01:14 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:14 DEBUG : >WaitForWriters: 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:14 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:14 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:15 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:15 DEBUG : dir: Looking for writers 2026/07/16 01:01:15 DEBUG : file1: reading active writers 2026/07/16 01:01:15 DEBUG : Looking for writers 2026/07/16 01:01:15 DEBUG : dir: reading active writers 2026/07/16 01:01:15 DEBUG : >WaitForWriters: 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:15 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/16 01:01:15 DEBUG : newLeaf: Updating file with newLeaf 0x107bf2456c30 2026/07/16 01:01:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:15 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:15 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:15 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:15 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/16 01:01:15 DEBUG : dir/file1: Updating file with dir/file1 0x107bf2456c30 2026/07/16 01:01:15 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/16 01:01:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:15 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/16 01:01:15 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:15 DEBUG : dir/file1(0x107bf2209b80): openPending: 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:15 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/16 01:01:15 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/16 01:01:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:15 DEBUG : dir/file1(0x107bf2209b80): >openPending: err= 2026/07/16 01:01:15 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/16 01:01:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:15 DEBUG : dir/file1(0x107bf2209b80): _writeAt: size=25, off=0 2026/07/16 01:01:15 DEBUG : dir/file1(0x107bf2209b80): >_writeAt: n=25, err= 2026/07/16 01:01:15 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:15 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:15 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/16 01:01:15 DEBUG : newLeaf: Updating file with newLeaf 0x107bf2456c30 2026/07/16 01:01:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:15 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:15 DEBUG : newLeaf(0x107bf2209b80): close: 2026/07/16 01:01:15 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/16 01:01:15 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-16 01:01:15.798194157 +0000 UTC m=+20.804393698 2026/07/16 01:01:15 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:15 DEBUG : newLeaf(0x107bf2209b80): >close: err= 2026/07/16 01:01:15 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:15 DEBUG : dir: Looking for writers 2026/07/16 01:01:15 DEBUG : Looking for writers 2026/07/16 01:01:15 DEBUG : dir: reading active writers 2026/07/16 01:01:15 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:15 DEBUG : dir: Looking for writers 2026/07/16 01:01:15 DEBUG : Looking for writers 2026/07/16 01:01:15 DEBUG : dir: reading active writers 2026/07/16 01:01:15 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:15 DEBUG : dir: Looking for writers 2026/07/16 01:01:15 DEBUG : Looking for writers 2026/07/16 01:01:15 DEBUG : dir: reading active writers 2026/07/16 01:01:15 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:15 DEBUG : dir: Looking for writers 2026/07/16 01:01:15 DEBUG : Looking for writers 2026/07/16 01:01:15 DEBUG : dir: reading active writers 2026/07/16 01:01:15 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:16 DEBUG : newLeaf: vfs cache: starting upload 2026/07/16 01:01:16 DEBUG : newLeaf.83c24ff1.partial: size = 25 OK 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf.83c24ff1.partial" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf.83c24ff1.partial 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf.83c24ff1.partial" 2026/07/16 01:01:16 DEBUG : dir: Looking for writers 2026/07/16 01:01:16 DEBUG : Looking for writers 2026/07/16 01:01:16 DEBUG : dir: reading active writers 2026/07/16 01:01:16 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/newLeaf.83c24ff1.partial 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:16 DEBUG : newLeaf.83c24ff1.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:16 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/16 01:01:16 DEBUG : newLeaf.83c24ff1.partial: renamed to: newLeaf 2026/07/16 01:01:16 INFO : newLeaf: Copied (replaced existing) 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:16 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-16 01:01:15 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/16 01:01:16 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/16 01:01:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:16 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/16 01:01:16 DEBUG : dir: Looking for writers 2026/07/16 01:01:16 DEBUG : Looking for writers 2026/07/16 01:01:16 DEBUG : dir: reading active writers 2026/07/16 01:01:16 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:16 DEBUG : >WaitForWriters: 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:16 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/16 01:01:16 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:16 DEBUG : dir: Looking for writers 2026/07/16 01:01:16 DEBUG : Looking for writers 2026/07/16 01:01:16 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:16 DEBUG : dir: reading active writers 2026/07/16 01:01:16 DEBUG : >WaitForWriters: 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:16 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:16 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:16 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/16 01:01:16 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:16 DEBUG : dir/file1(0x107bf2bb1e00): openPending: 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:16 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/16 01:01:16 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/16 01:01:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:16 DEBUG : dir/file1(0x107bf2bb1e00): >openPending: err= 2026/07/16 01:01:16 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/16 01:01:16 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:16 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:16 DEBUG : dir/file1(0x107bf2bb1e00): _writeAt: size=14, off=0 2026/07/16 01:01:16 DEBUG : dir/file1(0x107bf2bb1e00): >_writeAt: n=14, err= 2026/07/16 01:01:16 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/16 01:01:16 DEBUG : dir/file1(0x107bf2bb1e00): close: 2026/07/16 01:01:16 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/16 01:01:16 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/16 01:01:16 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:16 DEBUG : dir/file1(0x107bf2bb1e00): >close: err= 2026/07/16 01:01:16 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:16 DEBUG : dir: Looking for writers 2026/07/16 01:01:16 DEBUG : file1: reading active writers 2026/07/16 01:01:16 DEBUG : Looking for writers 2026/07/16 01:01:16 DEBUG : dir: reading active writers 2026/07/16 01:01:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:16 DEBUG : dir: Looking for writers 2026/07/16 01:01:16 DEBUG : file1: reading active writers 2026/07/16 01:01:16 DEBUG : Looking for writers 2026/07/16 01:01:16 DEBUG : dir: reading active writers 2026/07/16 01:01:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:16 DEBUG : dir: Looking for writers 2026/07/16 01:01:16 DEBUG : file1: reading active writers 2026/07/16 01:01:16 DEBUG : Looking for writers 2026/07/16 01:01:16 DEBUG : dir: reading active writers 2026/07/16 01:01:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:16 DEBUG : dir: Looking for writers 2026/07/16 01:01:16 DEBUG : file1: reading active writers 2026/07/16 01:01:16 DEBUG : Looking for writers 2026/07/16 01:01:16 DEBUG : dir: reading active writers 2026/07/16 01:01:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:16 DEBUG : dir/file1: vfs cache: starting upload 2026/07/16 01:01:16 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1.ca338588.partial" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1.ca338588.partial 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1.ca338588.partial" 2026/07/16 01:01:16 DEBUG : dir: Looking for writers 2026/07/16 01:01:16 DEBUG : file1: reading active writers 2026/07/16 01:01:16 DEBUG : Looking for writers 2026/07/16 01:01:16 DEBUG : dir: reading active writers 2026/07/16 01:01:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1.ca338588.partial 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:16 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:16 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/16 01:01:16 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/16 01:01:16 INFO : dir/file1: Copied (replaced existing) 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:17 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/16 01:01:17 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/16 01:01:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:17 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/16 01:01:17 DEBUG : dir: Looking for writers 2026/07/16 01:01:17 DEBUG : file1: reading active writers 2026/07/16 01:01:17 DEBUG : Looking for writers 2026/07/16 01:01:17 DEBUG : dir: reading active writers 2026/07/16 01:01:17 DEBUG : >WaitForWriters: 2026/07/16 01:01:17 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:17 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:17 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:17 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:17 DEBUG : dir/file1(0x107bf26e8240): _readAt: size=512, off=0 2026/07/16 01:01:17 DEBUG : dir/file1(0x107bf26e8240): openPending: 2026/07/16 01:01:17 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/16 01:01:17 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/16 01:01:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:17 DEBUG : dir/file1(0x107bf26e8240): >openPending: err= 2026/07/16 01:01:17 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/16 01:01:17 DEBUG : dir/file1(0x107bf26e8240): >_readAt: n=14, err=EOF 2026/07/16 01:01:17 DEBUG : dir/file1(0x107bf26e8240): close: 2026/07/16 01:01:17 DEBUG : dir/file1(0x107bf26e8240): >close: err= 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:17 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:17 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/16 01:01:17 DEBUG : newLeaf: Updating file with newLeaf 0x107bf2554f70 2026/07/16 01:01:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:17 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:17 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:17 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/16 01:01:17 DEBUG : dir/file1: Updating file with dir/file1 0x107bf2554f70 2026/07/16 01:01:17 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/16 01:01:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:17 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/16 01:01:17 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:17 DEBUG : dir/file1(0x107bf21d17c0): openPending: 2026/07/16 01:01:17 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/16 01:01:17 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/16 01:01:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:17 DEBUG : dir/file1(0x107bf21d17c0): >openPending: err= 2026/07/16 01:01:17 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/16 01:01:17 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:17 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:17 DEBUG : dir/file1(0x107bf21d17c0): _writeAt: size=25, off=0 2026/07/16 01:01:17 DEBUG : dir/file1(0x107bf21d17c0): >_writeAt: n=25, err= 2026/07/16 01:01:17 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:17 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/16 01:01:17 DEBUG : newLeaf: Updating file with newLeaf 0x107bf2554f70 2026/07/16 01:01:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:17 DEBUG : newLeaf(0x107bf21d17c0): close: 2026/07/16 01:01:17 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/16 01:01:17 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-16 01:01:17.818330458 +0000 UTC m=+22.824529999 2026/07/16 01:01:17 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:17 DEBUG : newLeaf(0x107bf21d17c0): >close: err= 2026/07/16 01:01:17 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:17 DEBUG : dir: Looking for writers 2026/07/16 01:01:17 DEBUG : Looking for writers 2026/07/16 01:01:17 DEBUG : dir: reading active writers 2026/07/16 01:01:17 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:17 DEBUG : dir: Looking for writers 2026/07/16 01:01:17 DEBUG : Looking for writers 2026/07/16 01:01:17 DEBUG : dir: reading active writers 2026/07/16 01:01:17 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:17 DEBUG : dir: Looking for writers 2026/07/16 01:01:17 DEBUG : Looking for writers 2026/07/16 01:01:17 DEBUG : dir: reading active writers 2026/07/16 01:01:17 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:17 DEBUG : dir: Looking for writers 2026/07/16 01:01:17 DEBUG : Looking for writers 2026/07/16 01:01:17 DEBUG : dir: reading active writers 2026/07/16 01:01:17 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:18 DEBUG : newLeaf: vfs cache: starting upload 2026/07/16 01:01:18 DEBUG : newLeaf.441ce6f5.partial: size = 25 OK 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf.441ce6f5.partial" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf.441ce6f5.partial 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf.441ce6f5.partial" 2026/07/16 01:01:18 DEBUG : dir: Looking for writers 2026/07/16 01:01:18 DEBUG : Looking for writers 2026/07/16 01:01:18 DEBUG : dir: reading active writers 2026/07/16 01:01:18 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/newLeaf.441ce6f5.partial 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:18 DEBUG : newLeaf.441ce6f5.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:18 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/16 01:01:18 DEBUG : newLeaf.441ce6f5.partial: renamed to: newLeaf 2026/07/16 01:01:18 INFO : newLeaf: Copied (replaced existing) 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:18 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:18 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-16 01:01:17 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/16 01:01:18 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/16 01:01:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:18 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/16 01:01:18 DEBUG : dir: Looking for writers 2026/07/16 01:01:18 DEBUG : Looking for writers 2026/07/16 01:01:18 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:18 DEBUG : dir: reading active writers 2026/07/16 01:01:18 DEBUG : >WaitForWriters: 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:18 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:18 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/16 01:01:18 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:18 DEBUG : dir: Looking for writers 2026/07/16 01:01:18 DEBUG : Looking for writers 2026/07/16 01:01:18 DEBUG : dir: reading active writers 2026/07/16 01:01:18 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:18 DEBUG : >WaitForWriters: 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:18 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:18 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:18 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:18 DEBUG : dir: Looking for writers 2026/07/16 01:01:18 DEBUG : file1: reading active writers 2026/07/16 01:01:18 DEBUG : Looking for writers 2026/07/16 01:01:18 DEBUG : dir: reading active writers 2026/07/16 01:01:18 DEBUG : >WaitForWriters: 2026/07/16 01:01:18 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:18 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:18 DEBUG : dir/file1(0x107bf21fec00): _readAt: size=512, off=0 2026/07/16 01:01:18 DEBUG : dir/file1(0x107bf21fec00): openPending: 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:18 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/16 01:01:18 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/16 01:01:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:18 DEBUG : dir/file1(0x107bf21fec00): >openPending: err= 2026/07/16 01:01:18 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/07/16 01:01:18 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:18 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:18 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:18 DEBUG : dir/file1(0x107bf21fec00): >_readAt: n=14, err=EOF 2026/07/16 01:01:18 DEBUG : dir/file1(0x107bf21fec00): close: 2026/07/16 01:01:18 DEBUG : dir/file1(0x107bf21fec00): >close: err= 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:18 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:19 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/16 01:01:19 DEBUG : newLeaf: Updating file with newLeaf 0x107bf2802ea0 2026/07/16 01:01:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:19 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:19 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:19 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/16 01:01:19 DEBUG : dir/file1: Updating file with dir/file1 0x107bf2802ea0 2026/07/16 01:01:19 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/16 01:01:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:19 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/16 01:01:19 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:19 DEBUG : dir/file1(0x107bf2788f00): openPending: 2026/07/16 01:01:19 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/16 01:01:19 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/16 01:01:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:19 DEBUG : dir/file1(0x107bf2788f00): >openPending: err= 2026/07/16 01:01:19 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/16 01:01:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:19 DEBUG : dir/file1(0x107bf2788f00): _writeAt: size=25, off=0 2026/07/16 01:01:19 DEBUG : dir/file1(0x107bf2788f00): >_writeAt: n=25, err= 2026/07/16 01:01:19 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:19 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/16 01:01:19 DEBUG : newLeaf: Updating file with newLeaf 0x107bf2802ea0 2026/07/16 01:01:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:19 DEBUG : newLeaf(0x107bf2788f00): close: 2026/07/16 01:01:19 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/16 01:01:19 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-16 01:01:19.521238087 +0000 UTC m=+24.527437628 2026/07/16 01:01:19 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:19 DEBUG : newLeaf(0x107bf2788f00): >close: err= 2026/07/16 01:01:19 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:19 DEBUG : dir: Looking for writers 2026/07/16 01:01:19 DEBUG : Looking for writers 2026/07/16 01:01:19 DEBUG : dir: reading active writers 2026/07/16 01:01:19 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:19 DEBUG : dir: Looking for writers 2026/07/16 01:01:19 DEBUG : Looking for writers 2026/07/16 01:01:19 DEBUG : dir: reading active writers 2026/07/16 01:01:19 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:19 DEBUG : dir: Looking for writers 2026/07/16 01:01:19 DEBUG : Looking for writers 2026/07/16 01:01:19 DEBUG : dir: reading active writers 2026/07/16 01:01:19 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:19 DEBUG : dir: Looking for writers 2026/07/16 01:01:19 DEBUG : Looking for writers 2026/07/16 01:01:19 DEBUG : dir: reading active writers 2026/07/16 01:01:19 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:19 DEBUG : newLeaf: vfs cache: starting upload 2026/07/16 01:01:19 DEBUG : newLeaf.7b1733dc.partial: size = 25 OK 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf.7b1733dc.partial" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf.7b1733dc.partial 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf.7b1733dc.partial" 2026/07/16 01:01:19 DEBUG : dir: Looking for writers 2026/07/16 01:01:19 DEBUG : Looking for writers 2026/07/16 01:01:19 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:19 DEBUG : dir: reading active writers 2026/07/16 01:01:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/newLeaf.7b1733dc.partial 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:19 DEBUG : newLeaf.7b1733dc.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:19 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/16 01:01:19 DEBUG : newLeaf.7b1733dc.partial: renamed to: newLeaf 2026/07/16 01:01:19 INFO : newLeaf: Copied (replaced existing) 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:19 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:19 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-16 01:01:19 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/16 01:01:19 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/16 01:01:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/16 01:01:19 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/16 01:01:19 DEBUG : dir: Looking for writers 2026/07/16 01:01:19 DEBUG : Looking for writers 2026/07/16 01:01:19 DEBUG : dir: reading active writers 2026/07/16 01:01:19 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:19 DEBUG : >WaitForWriters: 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:20 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/newLeaf" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yocehab5wisu/newLeaf 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:20 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/16 01:01:20 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:20 DEBUG : dir: Looking for writers 2026/07/16 01:01:20 DEBUG : Looking for writers 2026/07/16 01:01:20 DEBUG : dir: reading active writers 2026/07/16 01:01:20 DEBUG : newLeaf: reading active writers 2026/07/16 01:01:20 DEBUG : >WaitForWriters: 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestFileRename (9.48s) --- PASS: TestFileRename/off,forceCache=false (1.12s) --- PASS: TestFileRename/minimal,forceCache=false (1.14s) --- PASS: TestFileRename/minimal,forceCache=true (1.96s) --- PASS: TestFileRename/writes,forceCache=false (1.54s) --- PASS: TestFileRename/writes,forceCache=true (2.02s) --- PASS: TestFileRename/full,forceCache=false (1.70s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:20 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:20 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:20 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:20 DEBUG : Looking for writers 2026/07/16 01:01:20 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-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:20 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:20 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/16 01:01:20 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:20 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/16 01:01:20 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:20 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:20 DEBUG : dir: Looking for writers 2026/07/16 01:01:20 DEBUG : file1: reading active writers 2026/07/16 01:01:20 DEBUG : Looking for writers 2026/07/16 01:01:20 DEBUG : dir: reading active writers 2026/07/16 01:01:20 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.31s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:20 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:20 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/16 01:01:20 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:20 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/16 01:01:20 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:20 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/16 01:01:20 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/16 01:01:20 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/16 01:01:20 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/16 01:01:20 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/07/16 01:01:20 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/07/16 01:01:20 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:20 DEBUG : dir: Looking for writers 2026/07/16 01:01:20 DEBUG : file1: reading active writers 2026/07/16 01:01:20 DEBUG : Looking for writers 2026/07/16 01:01:20 DEBUG : dir: reading active writers 2026/07/16 01:01:20 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.30s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:20 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:20 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/16 01:01:20 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:20 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/16 01:01:20 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:20 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/16 01:01:20 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/16 01:01:20 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/16 01:01:20 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/16 01:01:20 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/07/16 01:01:20 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/07/16 01:01:21 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/07/16 01:01:21 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/07/16 01:01:21 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/07/16 01:01:21 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/07/16 01:01:21 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/07/16 01:01:21 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/07/16 01:01:21 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/16 01:01:21 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/07/16 01:01:21 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/07/16 01:01:21 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/07/16 01:01:21 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/16 01:01:21 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/16 01:01:21 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/16 01:01:21 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/16 01:01:21 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/07/16 01:01:21 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/16 01:01:21 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/16 01:01:21 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/16 01:01:21 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/07/16 01:01:21 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:21 DEBUG : dir: Looking for writers 2026/07/16 01:01:21 DEBUG : file1: reading active writers 2026/07/16 01:01:21 DEBUG : Looking for writers 2026/07/16 01:01:21 DEBUG : dir: reading active writers 2026/07/16 01:01:21 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.39s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:21 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:21 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/16 01:01:21 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:21 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:21 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/16 01:01:21 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/16 01:01:21 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:21 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:21 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:21 DEBUG : dir: Looking for writers 2026/07/16 01:01:21 DEBUG : file1: reading active writers 2026/07/16 01:01:21 DEBUG : Looking for writers 2026/07/16 01:01:21 DEBUG : dir: reading active writers 2026/07/16 01:01:21 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:21 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:21 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/16 01:01:21 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:21 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:21 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/16 01:01:21 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/16 01:01:21 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:21 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:21 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:21 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/07/16 01:01:21 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:21 DEBUG : dir: Looking for writers 2026/07/16 01:01:21 DEBUG : file1: reading active writers 2026/07/16 01:01:21 DEBUG : Looking for writers 2026/07/16 01:01:21 DEBUG : dir: reading active writers 2026/07/16 01:01:21 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.31s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:21 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:21 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:21 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/16 01:01:21 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:21 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:21 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:21 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/16 01:01:21 DEBUG : dir/file1(0x107bf26053c0): _readAt: size=1, off=0 2026/07/16 01:01:21 DEBUG : dir/file1(0x107bf26053c0): openPending: 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:21 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:22 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/16 01:01:22 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/16 01:01:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf26053c0): >openPending: err= 2026/07/16 01:01:22 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/16 01:01:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf26053c0): >_readAt: n=1, err= 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf26053c0): _readAt: size=256, off=1 2026/07/16 01:01:22 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf26053c0): >_readAt: n=15, err=EOF 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf26053c0): _readAt: size=16, off=16 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf26053c0): >_readAt: n=0, err=EOF 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf26053c0): close: 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf26053c0): >close: err= 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf26053c0): close: 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf26053c0): >close: err=file already closed 2026/07/16 01:01:22 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:22 DEBUG : dir: Looking for writers 2026/07/16 01:01:22 DEBUG : file1: reading active writers 2026/07/16 01:01:22 DEBUG : Looking for writers 2026/07/16 01:01:22 DEBUG : dir: reading active writers 2026/07/16 01:01:22 DEBUG : >WaitForWriters: 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.32s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:22 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:22 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/16 01:01:22 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:22 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:22 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:22 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:22 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:22 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2837200): _readAt: size=1, off=0 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2837200): openPending: 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:22 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/16 01:01:22 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/16 01:01:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2837200): >openPending: err= 2026/07/16 01:01:22 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/16 01:01:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2837200): >_readAt: n=1, err= 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2837200): _readAt: size=1, off=5 2026/07/16 01:01:22 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2837200): >_readAt: n=1, err= 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2837200): _readAt: size=1, off=3 2026/07/16 01:01:22 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2837200): >_readAt: n=1, err= 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2837200): _readAt: size=1, off=13 2026/07/16 01:01:22 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2837200): >_readAt: n=1, err= 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2837200): _readAt: size=16, off=100 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2837200): >_readAt: n=0, err=EOF 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2837200): close: 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2837200): >close: err= 2026/07/16 01:01:22 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:22 DEBUG : dir: Looking for writers 2026/07/16 01:01:22 DEBUG : file1: reading active writers 2026/07/16 01:01:22 DEBUG : Looking for writers 2026/07/16 01:01:22 DEBUG : dir: reading active writers 2026/07/16 01:01:22 DEBUG : >WaitForWriters: 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.32s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:22 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:22 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/16 01:01:22 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:22 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:22 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:22 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:22 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:22 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): _readAt: size=1, off=0 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): openPending: 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:22 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/16 01:01:22 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/16 01:01:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): >openPending: err= 2026/07/16 01:01:22 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/16 01:01:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): >_readAt: n=1, err= 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): _readAt: size=1, off=5 2026/07/16 01:01:22 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): >_readAt: n=1, err= 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): _readAt: size=1, off=1 2026/07/16 01:01:22 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): >_readAt: n=1, err= 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): _readAt: size=6, off=10 2026/07/16 01:01:22 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): >_readAt: n=6, err= 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): _readAt: size=256, off=10 2026/07/16 01:01:22 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): >_readAt: n=6, err=EOF 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): _readAt: size=256, off=100 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): >_readAt: n=0, err=EOF 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): close: 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): >close: err= 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): _readAt: size=256, off=100 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2b37c40): >_readAt: n=0, err=file already closed 2026/07/16 01:01:22 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:22 DEBUG : dir: Looking for writers 2026/07/16 01:01:22 DEBUG : file1: reading active writers 2026/07/16 01:01:22 DEBUG : Looking for writers 2026/07/16 01:01:22 DEBUG : dir: reading active writers 2026/07/16 01:01:22 DEBUG : >WaitForWriters: 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.31s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:22 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:22 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:22 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/16 01:01:22 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:22 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:22 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:22 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:22 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:22 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2432440): RWFileHandle.Flush 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2432440): _readAt: size=256, off=0 2026/07/16 01:01:22 DEBUG : dir/file1(0x107bf2432440): openPending: 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:22 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:23 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/16 01:01:23 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/16 01:01:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:23 DEBUG : dir/file1(0x107bf2432440): >openPending: err= 2026/07/16 01:01:23 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/16 01:01:23 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:23 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:23 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:23 DEBUG : dir/file1(0x107bf2432440): >_readAt: n=16, err=EOF 2026/07/16 01:01:23 DEBUG : dir/file1(0x107bf2432440): RWFileHandle.Flush 2026/07/16 01:01:23 DEBUG : dir/file1(0x107bf2432440): RWFileHandle.Flush 2026/07/16 01:01:23 DEBUG : dir/file1(0x107bf2432440): close: 2026/07/16 01:01:23 DEBUG : dir/file1(0x107bf2432440): >close: err= 2026/07/16 01:01:23 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:23 DEBUG : dir: Looking for writers 2026/07/16 01:01:23 DEBUG : file1: reading active writers 2026/07/16 01:01:23 DEBUG : Looking for writers 2026/07/16 01:01:23 DEBUG : dir: reading active writers 2026/07/16 01:01:23 DEBUG : >WaitForWriters: 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.32s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:23 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:23 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/16 01:01:23 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/16 01:01:23 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:23 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:23 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:23 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/16 01:01:23 DEBUG : dir/file1(0x107bf2acc400): _readAt: size=256, off=0 2026/07/16 01:01:23 DEBUG : dir/file1(0x107bf2acc400): openPending: 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:23 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/16 01:01:23 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/16 01:01:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:23 DEBUG : dir/file1(0x107bf2acc400): >openPending: err= 2026/07/16 01:01:23 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/16 01:01:23 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:23 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:23 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:23 DEBUG : dir/file1(0x107bf2acc400): >_readAt: n=16, err=EOF 2026/07/16 01:01:23 DEBUG : dir/file1(0x107bf2acc400): RWFileHandle.Release 2026/07/16 01:01:23 DEBUG : dir/file1(0x107bf2acc400): close: 2026/07/16 01:01:23 DEBUG : dir/file1(0x107bf2acc400): >close: err= 2026/07/16 01:01:23 DEBUG : dir/file1(0x107bf2acc400): RWFileHandle.Release 2026/07/16 01:01:23 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:23 DEBUG : dir: Looking for writers 2026/07/16 01:01:23 DEBUG : file1: reading active writers 2026/07/16 01:01:23 DEBUG : Looking for writers 2026/07/16 01:01:23 DEBUG : dir: reading active writers 2026/07/16 01:01:23 DEBUG : >WaitForWriters: 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.27s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:23 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:23 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:23 DEBUG : file1: newRWFileHandle: 2026/07/16 01:01:23 DEBUG : file1(0x107bf2accd80): openPending: 2026/07/16 01:01:23 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:23 DEBUG : file1(0x107bf2accd80): >openPending: err= 2026/07/16 01:01:23 DEBUG : file1: >newRWFileHandle: err= 2026/07/16 01:01:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:23 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/16 01:01:23 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/16 01:01:23 DEBUG : file1(0x107bf2accd80): _writeAt: size=5, off=0 2026/07/16 01:01:23 DEBUG : file1(0x107bf2accd80): >_writeAt: n=5, err= 2026/07/16 01:01:23 DEBUG : file1(0x107bf2accd80): _writeAt: size=7, off=5 2026/07/16 01:01:23 DEBUG : file1(0x107bf2accd80): >_writeAt: n=7, err= 2026/07/16 01:01:23 DEBUG : file1: vfs cache: truncate to size=11 2026/07/16 01:01:23 DEBUG : file1(0x107bf2accd80): close: 2026/07/16 01:01:23 DEBUG : file1: vfs cache: setting modification time to 2026-07-16 01:01:23.298594787 +0000 UTC m=+28.304794338 2026/07/16 01:01:23 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:23 DEBUG : file1(0x107bf2accd80): >close: err= 2026/07/16 01:01:23 DEBUG : file1(0x107bf2accd80): close: 2026/07/16 01:01:23 DEBUG : file1(0x107bf2accd80): >close: err=file already closed 2026/07/16 01:01:23 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:23 DEBUG : Looking for writers 2026/07/16 01:01:23 DEBUG : file1: reading active writers 2026/07/16 01:01:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:23 DEBUG : Looking for writers 2026/07/16 01:01:23 DEBUG : file1: reading active writers 2026/07/16 01:01:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:23 DEBUG : Looking for writers 2026/07/16 01:01:23 DEBUG : file1: reading active writers 2026/07/16 01:01:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:23 DEBUG : Looking for writers 2026/07/16 01:01:23 DEBUG : file1: reading active writers 2026/07/16 01:01:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:23 DEBUG : file1: vfs cache: starting upload 2026/07/16 01:01:23 DEBUG : file1.303adfbe.partial: size = 11 OK 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1.303adfbe.partial" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1.303adfbe.partial 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1.303adfbe.partial" 2026/07/16 01:01:23 DEBUG : Looking for writers 2026/07/16 01:01:23 DEBUG : file1: reading active writers 2026/07/16 01:01:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yocehab5wisu/file1.303adfbe.partial 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:23 DEBUG : file1.303adfbe.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/16 01:01:23 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/16 01:01:23 DEBUG : file1.303adfbe.partial: renamed to: file1 2026/07/16 01:01:23 INFO : file1: Copied (new) 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:23 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/16 01:01:23 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-16 01:01:23 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/16 01:01:23 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/16 01:01:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:23 INFO : file1: vfs cache: upload succeeded try #1 2026/07/16 01:01:23 DEBUG : Looking for writers 2026/07/16 01:01:23 DEBUG : file1: reading active writers 2026/07/16 01:01:23 DEBUG : >WaitForWriters: 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:23 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:23 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/16 01:01:23 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:23 DEBUG : Looking for writers 2026/07/16 01:01:23 DEBUG : file1: reading active writers 2026/07/16 01:01:23 DEBUG : >WaitForWriters: 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:23 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:23 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:23 DEBUG : file1: newRWFileHandle: 2026/07/16 01:01:23 DEBUG : file1(0x107bf2a06700): openPending: 2026/07/16 01:01:23 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:23 DEBUG : file1(0x107bf2a06700): >openPending: err= 2026/07/16 01:01:23 DEBUG : file1: >newRWFileHandle: err= 2026/07/16 01:01:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:23 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/16 01:01:23 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/16 01:01:23 DEBUG : file1(0x107bf2a06700): _writeAt: size=7, off=0 2026/07/16 01:01:23 DEBUG : file1(0x107bf2a06700): >_writeAt: n=7, err= 2026/07/16 01:01:23 DEBUG : file1(0x107bf2a06700): _writeAt: size=6, off=5 2026/07/16 01:01:23 DEBUG : file1(0x107bf2a06700): >_writeAt: n=6, err= 2026/07/16 01:01:23 DEBUG : file1(0x107bf2a06700): close: 2026/07/16 01:01:23 DEBUG : file1: vfs cache: setting modification time to 2026-07-16 01:01:23.819716171 +0000 UTC m=+28.825915702 2026/07/16 01:01:23 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:23 DEBUG : file1(0x107bf2a06700): >close: err= 2026/07/16 01:01:23 DEBUG : file1(0x107bf2a06700): _writeAt: size=5, off=0 2026/07/16 01:01:23 DEBUG : file1(0x107bf2a06700): >_writeAt: n=0, err=file already closed 2026/07/16 01:01:23 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:23 DEBUG : Looking for writers 2026/07/16 01:01:23 DEBUG : file1: reading active writers 2026/07/16 01:01:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:23 DEBUG : Looking for writers 2026/07/16 01:01:23 DEBUG : file1: reading active writers 2026/07/16 01:01:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:23 DEBUG : Looking for writers 2026/07/16 01:01:23 DEBUG : file1: reading active writers 2026/07/16 01:01:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:23 DEBUG : Looking for writers 2026/07/16 01:01:23 DEBUG : file1: reading active writers 2026/07/16 01:01:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:23 DEBUG : file1: vfs cache: starting upload 2026/07/16 01:01:23 DEBUG : file1.4e5b0623.partial: size = 11 OK 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1.4e5b0623.partial" 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1.4e5b0623.partial 2026/07/16 01:01:23 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1.4e5b0623.partial" 2026/07/16 01:01:23 DEBUG : Looking for writers 2026/07/16 01:01:23 DEBUG : file1: reading active writers 2026/07/16 01:01:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yocehab5wisu/file1.4e5b0623.partial 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:24 DEBUG : file1.4e5b0623.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/16 01:01:24 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/16 01:01:24 DEBUG : file1.4e5b0623.partial: renamed to: file1 2026/07/16 01:01:24 INFO : file1: Copied (new) 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:24 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/16 01:01:24 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-16 01:01:23 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/16 01:01:24 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/16 01:01:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:24 INFO : file1: vfs cache: upload succeeded try #1 2026/07/16 01:01:24 DEBUG : Looking for writers 2026/07/16 01:01:24 DEBUG : file1: reading active writers 2026/07/16 01:01:24 DEBUG : >WaitForWriters: 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:24 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:24 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/16 01:01:24 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:24 DEBUG : Looking for writers 2026/07/16 01:01:24 DEBUG : file1: reading active writers 2026/07/16 01:01:24 DEBUG : >WaitForWriters: 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.52s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:24 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:24 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:24 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:24 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:24 DEBUG : file1: newRWFileHandle: 2026/07/16 01:01:24 DEBUG : file1(0x107bf2396e00): openPending: 2026/07/16 01:01:24 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:24 DEBUG : file1(0x107bf2396e00): >openPending: err= 2026/07/16 01:01:24 DEBUG : file1: >newRWFileHandle: err= 2026/07/16 01:01:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:24 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/16 01:01:24 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/16 01:01:24 DEBUG : file1(0x107bf2396e00): close: 2026/07/16 01:01:24 DEBUG : file1: vfs cache: setting modification time to 2026-07-16 01:01:24.33716284 +0000 UTC m=+29.343362381 2026/07/16 01:01:24 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:24 DEBUG : file1(0x107bf2396e00): >close: err= 2026/07/16 01:01:24 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/16 01:01:24 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/16 01:01:24 DEBUG : file2: newRWFileHandle: 2026/07/16 01:01:24 DEBUG : file2(0x107bf2397280): openPending: 2026/07/16 01:01:24 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:24 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/16 01:01:24 DEBUG : file2(0x107bf2397280): >openPending: err= 2026/07/16 01:01:24 DEBUG : file2: >newRWFileHandle: err= 2026/07/16 01:01:24 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/16 01:01:24 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/07/16 01:01:24 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/07/16 01:01:24 DEBUG : file2(0x107bf2397280): RWFileHandle.Flush 2026/07/16 01:01:24 DEBUG : file2(0x107bf2397280): RWFileHandle.Release 2026/07/16 01:01:24 DEBUG : file2(0x107bf2397280): close: 2026/07/16 01:01:24 DEBUG : file2: vfs cache: setting modification time to 2026-07-16 01:01:24.338211901 +0000 UTC m=+29.344411442 2026/07/16 01:01:24 INFO : file2: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:24 DEBUG : file2(0x107bf2397280): >close: err= 2026/07/16 01:01:24 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:24 DEBUG : Looking for writers 2026/07/16 01:01:24 DEBUG : file1: reading active writers 2026/07/16 01:01:24 DEBUG : file2: reading active writers 2026/07/16 01:01:24 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/07/16 01:01:24 DEBUG : Looking for writers 2026/07/16 01:01:24 DEBUG : file1: reading active writers 2026/07/16 01:01:24 DEBUG : file2: reading active writers 2026/07/16 01:01:24 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/07/16 01:01:24 DEBUG : Looking for writers 2026/07/16 01:01:24 DEBUG : file1: reading active writers 2026/07/16 01:01:24 DEBUG : file2: reading active writers 2026/07/16 01:01:24 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/07/16 01:01:24 DEBUG : Looking for writers 2026/07/16 01:01:24 DEBUG : file1: reading active writers 2026/07/16 01:01:24 DEBUG : file2: reading active writers 2026/07/16 01:01:24 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/07/16 01:01:24 DEBUG : file1: vfs cache: starting upload 2026/07/16 01:01:24 DEBUG : file2: vfs cache: starting upload 2026/07/16 01:01:24 DEBUG : file1.4ebfb189.partial: size = 0 OK 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1.4ebfb189.partial" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1.4ebfb189.partial 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1.4ebfb189.partial" 2026/07/16 01:01:24 DEBUG : file2.c631aa20.partial: size = 0 OK 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file2.c631aa20.partial" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file2.c631aa20.partial 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file2.c631aa20.partial" 2026/07/16 01:01:24 DEBUG : Looking for writers 2026/07/16 01:01:24 DEBUG : file1: reading active writers 2026/07/16 01:01:24 DEBUG : file2: reading active writers 2026/07/16 01:01:24 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yocehab5wisu/file1.4ebfb189.partial 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:24 DEBUG : file1.4ebfb189.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/16 01:01:24 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yocehab5wisu/file2.c631aa20.partial 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:24 DEBUG : file2.c631aa20.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/16 01:01:24 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/16 01:01:24 DEBUG : file1.4ebfb189.partial: renamed to: file1 2026/07/16 01:01:24 INFO : file1: Copied (new) 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:24 DEBUG : file2.c631aa20.partial: renamed to: file2 2026/07/16 01:01:24 INFO : file2: Copied (new) 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file2" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file2 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file2" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:24 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/16 01:01:24 DEBUG : file1: vfs cache: fingerprint now "0,2026-07-16 01:01:24 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/16 01:01:24 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/16 01:01:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:24 INFO : file1: vfs cache: upload succeeded try #1 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yocehab5wisu/file2 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:24 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/16 01:01:24 DEBUG : file2: vfs cache: fingerprint now "0,2026-07-16 01:01:24 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/16 01:01:24 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/07/16 01:01:24 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/16 01:01:24 INFO : file2: vfs cache: upload succeeded try #1 2026/07/16 01:01:24 DEBUG : Looking for writers 2026/07/16 01:01:24 DEBUG : file1: reading active writers 2026/07/16 01:01:24 DEBUG : file2: reading active writers 2026/07/16 01:01:24 DEBUG : >WaitForWriters: 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:24 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:24 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file2" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file2 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file2" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yocehab5wisu/file2 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:24 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file2" 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/file2 2026/07/16 01:01:24 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/file2" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yocehab5wisu/file2 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:25 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/16 01:01:25 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:25 DEBUG : Looking for writers 2026/07/16 01:01:25 DEBUG : file2: reading active writers 2026/07/16 01:01:25 DEBUG : file1: reading active writers 2026/07/16 01:01:25 DEBUG : >WaitForWriters: 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.72s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:25 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:25 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:25 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:25 DEBUG : file1: newRWFileHandle: 2026/07/16 01:01:25 DEBUG : file1(0x107bf2bb83c0): openPending: 2026/07/16 01:01:25 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:25 DEBUG : file1(0x107bf2bb83c0): >openPending: err= 2026/07/16 01:01:25 DEBUG : file1: >newRWFileHandle: err= 2026/07/16 01:01:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:25 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/16 01:01:25 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/16 01:01:25 DEBUG : file1(0x107bf2bb83c0): _writeAt: size=5, off=0 2026/07/16 01:01:25 DEBUG : file1(0x107bf2bb83c0): >_writeAt: n=5, err= 2026/07/16 01:01:25 DEBUG : file1(0x107bf2bb83c0): RWFileHandle.Flush 2026/07/16 01:01:25 DEBUG : file1(0x107bf2bb83c0): RWFileHandle.Flush 2026/07/16 01:01:25 DEBUG : file1(0x107bf2bb83c0): close: 2026/07/16 01:01:25 DEBUG : file1: vfs cache: setting modification time to 2026-07-16 01:01:25.053712161 +0000 UTC m=+30.059911702 2026/07/16 01:01:25 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:25 DEBUG : file1(0x107bf2bb83c0): >close: err= 2026/07/16 01:01:25 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:25 DEBUG : Looking for writers 2026/07/16 01:01:25 DEBUG : file1: reading active writers 2026/07/16 01:01:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:25 DEBUG : Looking for writers 2026/07/16 01:01:25 DEBUG : file1: reading active writers 2026/07/16 01:01:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:25 DEBUG : Looking for writers 2026/07/16 01:01:25 DEBUG : file1: reading active writers 2026/07/16 01:01:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:25 DEBUG : Looking for writers 2026/07/16 01:01:25 DEBUG : file1: reading active writers 2026/07/16 01:01:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:25 DEBUG : file1: vfs cache: starting upload 2026/07/16 01:01:25 DEBUG : file1.34dddc1c.partial: size = 5 OK 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1.34dddc1c.partial" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1.34dddc1c.partial 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1.34dddc1c.partial" 2026/07/16 01:01:25 DEBUG : Looking for writers 2026/07/16 01:01:25 DEBUG : file1: reading active writers 2026/07/16 01:01:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/file1.34dddc1c.partial 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:25 DEBUG : file1.34dddc1c.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:25 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/16 01:01:25 DEBUG : file1.34dddc1c.partial: renamed to: file1 2026/07/16 01:01:25 INFO : file1: Copied (new) 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:25 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:25 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-16 01:01:25 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/16 01:01:25 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/16 01:01:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:25 INFO : file1: vfs cache: upload succeeded try #1 2026/07/16 01:01:25 DEBUG : Looking for writers 2026/07/16 01:01:25 DEBUG : file1: reading active writers 2026/07/16 01:01:25 DEBUG : >WaitForWriters: 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:25 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:25 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:25 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:25 DEBUG : file1: newRWFileHandle: 2026/07/16 01:01:25 DEBUG : file1(0x107bf2b2cac0): openPending: 2026/07/16 01:01:25 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:25 DEBUG : file1(0x107bf2b2cac0): >openPending: err= 2026/07/16 01:01:25 DEBUG : file1: >newRWFileHandle: err= 2026/07/16 01:01:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:25 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/16 01:01:25 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/16 01:01:25 DEBUG : file1(0x107bf2b2cac0): _writeAt: size=5, off=0 2026/07/16 01:01:25 DEBUG : file1(0x107bf2b2cac0): >_writeAt: n=5, err= 2026/07/16 01:01:25 DEBUG : file1(0x107bf2b2cac0): RWFileHandle.Release 2026/07/16 01:01:25 DEBUG : file1(0x107bf2b2cac0): close: 2026/07/16 01:01:25 DEBUG : file1: vfs cache: setting modification time to 2026-07-16 01:01:25.372185161 +0000 UTC m=+30.378384692 2026/07/16 01:01:25 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:25 DEBUG : file1(0x107bf2b2cac0): >close: err= 2026/07/16 01:01:25 DEBUG : file1(0x107bf2b2cac0): RWFileHandle.Release 2026/07/16 01:01:25 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:25 DEBUG : Looking for writers 2026/07/16 01:01:25 DEBUG : file1: reading active writers 2026/07/16 01:01:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:25 DEBUG : Looking for writers 2026/07/16 01:01:25 DEBUG : file1: reading active writers 2026/07/16 01:01:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:25 DEBUG : Looking for writers 2026/07/16 01:01:25 DEBUG : file1: reading active writers 2026/07/16 01:01:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:25 DEBUG : Looking for writers 2026/07/16 01:01:25 DEBUG : file1: reading active writers 2026/07/16 01:01:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:25 DEBUG : file1: vfs cache: starting upload 2026/07/16 01:01:25 DEBUG : file1.55d72e3e.partial: size = 5 OK 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1.55d72e3e.partial" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1.55d72e3e.partial 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1.55d72e3e.partial" 2026/07/16 01:01:25 DEBUG : Looking for writers 2026/07/16 01:01:25 DEBUG : file1: reading active writers 2026/07/16 01:01:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/file1.55d72e3e.partial 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:25 DEBUG : file1.55d72e3e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:25 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/16 01:01:25 DEBUG : file1.55d72e3e.partial: renamed to: file1 2026/07/16 01:01:25 INFO : file1: Copied (new) 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:25 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:25 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-16 01:01:25 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/16 01:01:25 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/16 01:01:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:25 INFO : file1: vfs cache: upload succeeded try #1 2026/07/16 01:01:25 DEBUG : Looking for writers 2026/07/16 01:01:25 DEBUG : file1: reading active writers 2026/07/16 01:01:25 DEBUG : >WaitForWriters: 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:25 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:25 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:25 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/16 01:01:25 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/07/16 01:01:25 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/16 01:01:25 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:25 DEBUG : dir/file1(0x107bf2b2d8c0): openPending: 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:25 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:26 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/16 01:01:26 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/16 01:01:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:26 DEBUG : dir/file1(0x107bf2b2d8c0): >openPending: err= 2026/07/16 01:01:26 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/16 01:01:26 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:26 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:26 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/16 01:01:26 DEBUG : dir/file1(0x107bf2b2d8c0): _writeAt: size=5, off=0 2026/07/16 01:01:26 DEBUG : dir/file1(0x107bf2b2d8c0): >_writeAt: n=5, err= 2026/07/16 01:01:26 DEBUG : dir/file1(0x107bf2b2d8c0): close: 2026/07/16 01:01:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:26 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-16 01:01:26.011682692 +0000 UTC m=+31.017882233 2026/07/16 01:01:26 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:26 DEBUG : dir/file1(0x107bf2b2d8c0): >close: err= 2026/07/16 01:01:26 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:26 DEBUG : dir: Looking for writers 2026/07/16 01:01:26 DEBUG : file1: reading active writers 2026/07/16 01:01:26 DEBUG : Looking for writers 2026/07/16 01:01:26 DEBUG : dir: reading active writers 2026/07/16 01:01:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:26 DEBUG : dir: Looking for writers 2026/07/16 01:01:26 DEBUG : file1: reading active writers 2026/07/16 01:01:26 DEBUG : Looking for writers 2026/07/16 01:01:26 DEBUG : dir: reading active writers 2026/07/16 01:01:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:26 DEBUG : dir: Looking for writers 2026/07/16 01:01:26 DEBUG : file1: reading active writers 2026/07/16 01:01:26 DEBUG : Looking for writers 2026/07/16 01:01:26 DEBUG : dir: reading active writers 2026/07/16 01:01:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:26 DEBUG : dir: Looking for writers 2026/07/16 01:01:26 DEBUG : file1: reading active writers 2026/07/16 01:01:26 DEBUG : Looking for writers 2026/07/16 01:01:26 DEBUG : dir: reading active writers 2026/07/16 01:01:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:26 DEBUG : dir/file1: vfs cache: starting upload 2026/07/16 01:01:26 DEBUG : dir/file1.4b4af998.partial: size = 5 OK 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1.4b4af998.partial" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1.4b4af998.partial 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1.4b4af998.partial" 2026/07/16 01:01:26 DEBUG : dir: Looking for writers 2026/07/16 01:01:26 DEBUG : file1: reading active writers 2026/07/16 01:01:26 DEBUG : Looking for writers 2026/07/16 01:01:26 DEBUG : dir: reading active writers 2026/07/16 01:01:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/dir/file1.4b4af998.partial 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:26 DEBUG : dir/file1.4b4af998.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:26 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/16 01:01:26 DEBUG : dir/file1.4b4af998.partial: renamed to: dir/file1 2026/07/16 01:01:26 INFO : dir/file1: Copied (replaced existing) 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:26 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:26 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-07-16 01:01:26 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/16 01:01:26 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/16 01:01:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:26 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/16 01:01:26 DEBUG : dir: Looking for writers 2026/07/16 01:01:26 DEBUG : file1: reading active writers 2026/07/16 01:01:26 DEBUG : Looking for writers 2026/07/16 01:01:26 DEBUG : dir: reading active writers 2026/07/16 01:01:26 DEBUG : >WaitForWriters: 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.64s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:26 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:26 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:26 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/16 01:01:26 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:26 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:26 DEBUG : dir/file1: newRWFileHandle: 2026/07/16 01:01:26 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/16 01:01:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:26 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/16 01:01:26 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/16 01:01:26 DEBUG : dir/file1(0x107bf2604740): _writeAt: size=5, off=0 2026/07/16 01:01:26 DEBUG : dir/file1(0x107bf2604740): openPending: 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/16 01:01:26 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/16 01:01:26 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/16 01:01:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:26 DEBUG : dir/file1(0x107bf2604740): >openPending: err= 2026/07/16 01:01:26 DEBUG : dir/file1(0x107bf2604740): >_writeAt: n=5, err= 2026/07/16 01:01:26 DEBUG : dir/file1(0x107bf2604740): _writeAt: size=15, off=5 2026/07/16 01:01:26 DEBUG : dir/file1(0x107bf2604740): >_writeAt: n=15, err= 2026/07/16 01:01:26 DEBUG : dir/file1(0x107bf2604740): close: 2026/07/16 01:01:26 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [{Pos:0 Size:20}] - present true 2026/07/16 01:01:26 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-16 01:01:26.643716188 +0000 UTC m=+31.649915720 2026/07/16 01:01:26 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:26 DEBUG : dir/file1(0x107bf2604740): >close: err= 2026/07/16 01:01:26 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:26 DEBUG : dir: Looking for writers 2026/07/16 01:01:26 DEBUG : file1: reading active writers 2026/07/16 01:01:26 DEBUG : Looking for writers 2026/07/16 01:01:26 DEBUG : dir: reading active writers 2026/07/16 01:01:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:26 DEBUG : dir: Looking for writers 2026/07/16 01:01:26 DEBUG : file1: reading active writers 2026/07/16 01:01:26 DEBUG : Looking for writers 2026/07/16 01:01:26 DEBUG : dir: reading active writers 2026/07/16 01:01:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:26 DEBUG : dir: Looking for writers 2026/07/16 01:01:26 DEBUG : file1: reading active writers 2026/07/16 01:01:26 DEBUG : Looking for writers 2026/07/16 01:01:26 DEBUG : dir: reading active writers 2026/07/16 01:01:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:26 DEBUG : dir: Looking for writers 2026/07/16 01:01:26 DEBUG : file1: reading active writers 2026/07/16 01:01:26 DEBUG : Looking for writers 2026/07/16 01:01:26 DEBUG : dir: reading active writers 2026/07/16 01:01:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:26 DEBUG : dir/file1: vfs cache: starting upload 2026/07/16 01:01:26 DEBUG : dir/file1.08b6e0ad.partial: size = 20 OK 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1.08b6e0ad.partial" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1.08b6e0ad.partial 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1.08b6e0ad.partial" 2026/07/16 01:01:26 DEBUG : dir: Looking for writers 2026/07/16 01:01:26 DEBUG : file1: reading active writers 2026/07/16 01:01:26 DEBUG : Looking for writers 2026/07/16 01:01:26 DEBUG : dir: reading active writers 2026/07/16 01:01:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-yocehab5wisu/dir/file1.08b6e0ad.partial 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:26 DEBUG : dir/file1.08b6e0ad.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/16 01:01:26 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/07/16 01:01:26 DEBUG : dir/file1.08b6e0ad.partial: renamed to: dir/file1 2026/07/16 01:01:26 INFO : dir/file1: Copied (replaced existing) 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:26 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/16 01:01:26 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-07-16 01:01:26 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/07/16 01:01:26 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/16 01:01:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:26 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/16 01:01:26 DEBUG : dir: Looking for writers 2026/07/16 01:01:26 DEBUG : file1: reading active writers 2026/07/16 01:01:26 DEBUG : Looking for writers 2026/07/16 01:01:26 DEBUG : dir: reading active writers 2026/07/16 01:01:26 DEBUG : >WaitForWriters: 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.63s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:26 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:26 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:26 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:26 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:26 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:26 DEBUG : file1: newRWFileHandle: 2026/07/16 01:01:26 DEBUG : file1(0x107bf216fc00): openPending: 2026/07/16 01:01:26 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:26 DEBUG : file1(0x107bf216fc00): >openPending: err= 2026/07/16 01:01:26 DEBUG : file1: >newRWFileHandle: err= 2026/07/16 01:01:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:26 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/16 01:01:26 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/16 01:01:26 DEBUG : file1(0x107bf216fc00): _writeAt: size=5, off=0 2026/07/16 01:01:26 DEBUG : file1(0x107bf216fc00): >_writeAt: n=5, err= 2026/07/16 01:01:26 DEBUG : file1(0x107bf216fc00): close: 2026/07/16 01:01:26 DEBUG : file1: vfs cache: setting modification time to 2026-07-16 01:01:26.969366139 +0000 UTC m=+31.975565680 2026/07/16 01:01:26 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:26 DEBUG : file1(0x107bf216fc00): >close: err= 2026/07/16 01:01:26 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:26 DEBUG : Looking for writers 2026/07/16 01:01:26 DEBUG : file1: reading active writers 2026/07/16 01:01:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:26 DEBUG : Looking for writers 2026/07/16 01:01:26 DEBUG : file1: reading active writers 2026/07/16 01:01:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:27 DEBUG : Looking for writers 2026/07/16 01:01:27 DEBUG : file1: reading active writers 2026/07/16 01:01:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:27 DEBUG : Looking for writers 2026/07/16 01:01:27 DEBUG : file1: reading active writers 2026/07/16 01:01:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:27 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-yocehab5wisu/dir/file1: no such file or directory 2026/07/16 01:01:27 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-yocehab5wisu/dir/file1: no such file or directory 2026/07/16 01:01:27 DEBUG : file1: vfs cache: starting upload 2026/07/16 01:01:27 DEBUG : file1.3dd69bca.partial: size = 5 OK 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1.3dd69bca.partial" 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1.3dd69bca.partial 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1.3dd69bca.partial" 2026/07/16 01:01:27 DEBUG : Looking for writers 2026/07/16 01:01:27 DEBUG : file1: reading active writers 2026/07/16 01:01:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/file1.3dd69bca.partial 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:27 DEBUG : file1.3dd69bca.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:27 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/16 01:01:27 DEBUG : file1.3dd69bca.partial: renamed to: file1 2026/07/16 01:01:27 INFO : file1: Copied (new) 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:27 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:27 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-16 01:01:26 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/16 01:01:27 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:27 INFO : file1: vfs cache: upload succeeded try #1 2026/07/16 01:01:27 DEBUG : Looking for writers 2026/07/16 01:01:27 DEBUG : file1: reading active writers 2026/07/16 01:01:27 DEBUG : >WaitForWriters: 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:27 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/07/16 01:01:27 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f600): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f600): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f600): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f600): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f600): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.287993553 +0000 UTC m=+32.294193083 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f600): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432100): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432100): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432100): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432100): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432100): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432100): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432100): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.287993553 +0000 UTC m=+32.294193083 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432100): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432980): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432980): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432980): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432980): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432980): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.287993553 +0000 UTC m=+32.294193083 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432980): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c322a0 item 1 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433500): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433500): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433500): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433500): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433500): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.289820549 +0000 UTC m=+32.296020080 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433500): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433a00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433a00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433a00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433a00): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433a00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.289820549 +0000 UTC m=+32.296020080 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433a00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c32770 item 2 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396140): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396140): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396140): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396140): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396140): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.291018392 +0000 UTC m=+32.297217924 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396140): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23965c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23965c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23965c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23965c0): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23965c0): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23965c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23965c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.291018392 +0000 UTC m=+32.297217924 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23965c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396a80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396a80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396a80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396a80): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396a80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.291018392 +0000 UTC m=+32.297217924 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396a80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c32af0 item 3 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397100): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397100): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397100): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397100): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397100): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.2926822 +0000 UTC m=+32.298881731 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397100): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23976c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23976c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23976c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23976c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23976c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.2926822 +0000 UTC m=+32.298881731 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23976c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c33260 item 4 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397d00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397d00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397d00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397d00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397d00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.293815791 +0000 UTC m=+32.300015322 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397d00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682280): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682280): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682280): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682280): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682280): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682280): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682280): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.293815791 +0000 UTC m=+32.300015322 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682280): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682740): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682740): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682740): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682740): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682740): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.293815791 +0000 UTC m=+32.300015322 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682740): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c339d0 item 5 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682dc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682dc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682dc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682dc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682dc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.295517671 +0000 UTC m=+32.301717201 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2682dc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683300): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683300): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683300): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683300): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683300): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.295517671 +0000 UTC m=+32.301717201 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683300): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9c070 item 6 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683980): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683980): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683980): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683980): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683980): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.296880136 +0000 UTC m=+32.303079667 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683980): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683e80): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683e80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683e80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683e80): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683e80): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683e80): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683e80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.296880136 +0000 UTC m=+32.303079667 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2683e80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269c440): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269c440): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269c440): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269c440): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269c440): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.296880136 +0000 UTC m=+32.303079667 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269c440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9c690 item 7 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269cac0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269cac0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269cac0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269cac0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269cac0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.301164035 +0000 UTC m=+32.307363567 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269cac0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d000): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d000): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d000): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d000): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d000): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.301164035 +0000 UTC m=+32.307363567 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d000): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9ccb0 item 8 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d5c0): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf269d5c0): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d5c0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d5c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d5c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d5c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d5c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d980): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d980): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d980): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d980): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d980): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.302919448 +0000 UTC m=+32.309118979 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269d980): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269de00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269de00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269de00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269de00): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269de00): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269de00): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269de00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.302919448 +0000 UTC m=+32.309118979 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf269de00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26be400): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26be400): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26be400): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26be400): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26be400): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.302919448 +0000 UTC m=+32.309118979 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26be400): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9d0a0 item 9 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bea80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bea80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bea80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bea80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bea80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.304816598 +0000 UTC m=+32.311016128 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bea80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26befc0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26befc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26befc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26befc0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26befc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.304816598 +0000 UTC m=+32.311016128 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26befc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9d650 item 10 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bf600): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf26bf600): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bf600): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bf600): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bf600): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bf600): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bf600): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bf9c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bf9c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bf9c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bf9c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bf9c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.306210052 +0000 UTC m=+32.312409583 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bf9c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bfec0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bfec0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bfec0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bfec0): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bfec0): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bfec0): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bfec0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.306210052 +0000 UTC m=+32.312409583 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26bfec0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e24c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e24c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e24c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e24c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e24c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.306210052 +0000 UTC m=+32.312409583 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e24c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9d9d0 item 11 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e2b40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e2b40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e2b40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e2b40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e2b40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.308716648 +0000 UTC m=+32.314916200 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e2b40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e3080): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e3080): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e3080): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e3080): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e3080): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.308716648 +0000 UTC m=+32.314916200 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e3080): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c60e0 item 12 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e36c0): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf26e36c0): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e36c0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e36c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e36c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e36c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e36c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e3a80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e3a80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e3a80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e3a80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e3a80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.31019307 +0000 UTC m=+32.316392601 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26e3a80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2700240): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2700240): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2700240): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2700240): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2700240): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.31019307 +0000 UTC m=+32.316392601 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2700240): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6540 item 13 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27008c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27008c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27008c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27008c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27008c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.311422644 +0000 UTC m=+32.317622175 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27008c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2700e00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2700e00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2700e00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2700e00): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2700e00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.311422644 +0000 UTC m=+32.317622175 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2700e00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c68c0 item 14 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701440): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf2701440): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701440): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701440): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701440): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701440): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701800): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701800): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701800): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701800): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701800): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.31294362 +0000 UTC m=+32.319143150 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701800): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701ec0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701ec0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701ec0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701ec0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701ec0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.31294362 +0000 UTC m=+32.319143150 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2701ec0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6d20 item 15 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271c640): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271c640): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271c640): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271c640): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271c640): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.314145009 +0000 UTC m=+32.320344541 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271c640): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209040): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209040): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209040): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209040): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209040): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.314145009 +0000 UTC m=+32.320344541 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209040): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c71f0 item 16 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209800): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209800): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209800): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209800): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209800): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.315610782 +0000 UTC m=+32.321810313 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209800): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786180): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786180): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786180): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786180): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786180): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786180): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786180): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786180): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.315610782 +0000 UTC m=+32.321810313 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786180): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786680): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786680): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786680): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786680): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786680): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.315610782 +0000 UTC m=+32.321810313 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786680): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255aaf0 item 17 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786d00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786d00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786d00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786d00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786d00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.317398655 +0000 UTC m=+32.323598186 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2786d00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787240): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787240): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787240): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787240): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787240): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.317398655 +0000 UTC m=+32.323598186 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787240): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255afc0 item 18 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27878c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27878c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27878c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27878c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27878c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.318569657 +0000 UTC m=+32.324769188 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27878c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787dc0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787dc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787dc0): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787dc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787dc0): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787dc0): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787dc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787dc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.318569657 +0000 UTC m=+32.324769188 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2787dc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b23c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b23c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b23c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b23c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b23c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.318569657 +0000 UTC m=+32.324769188 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b23c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255b340 item 19 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b2a40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b2a40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b2a40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b2a40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b2a40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.320127413 +0000 UTC m=+32.326326943 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b2a40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b2f80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b2f80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b2f80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b2f80): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b2f80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.320127413 +0000 UTC m=+32.326326943 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b2f80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255ba40 item 20 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3600): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3600): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3600): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3600): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3600): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.32115887 +0000 UTC m=+32.327358401 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3600): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3b00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3b00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3b00): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3b00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3b00): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3b00): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3b00): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3b00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.32115887 +0000 UTC m=+32.327358401 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27b3b00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812100): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812100): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812100): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812100): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812100): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.32115887 +0000 UTC m=+32.327358401 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812100): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255bdc0 item 21 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812780): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812780): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812780): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812780): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812780): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.32296092 +0000 UTC m=+32.329160451 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812780): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812cc0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812cc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812cc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812cc0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812cc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.32296092 +0000 UTC m=+32.329160451 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2812cc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2320930 item 22 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813340): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813340): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813340): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813340): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813340): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.324135518 +0000 UTC m=+32.330335050 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813340): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813840): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813840): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813840): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813840): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813840): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813840): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813840): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813840): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.324135518 +0000 UTC m=+32.330335050 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813840): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813d40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813d40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813d40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813d40): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813d40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.324135518 +0000 UTC m=+32.330335050 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2813d40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2320e00 item 23 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28344c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28344c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28344c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28344c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28344c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.325699637 +0000 UTC m=+32.331899168 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28344c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2834a00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2834a00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2834a00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2834a00): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2834a00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.325699637 +0000 UTC m=+32.331899168 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2834a00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf21523f0 item 24 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835040): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf2835040): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835040): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835040): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835040): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835040): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835040): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835400): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835400): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835400): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835400): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835400): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.327139009 +0000 UTC m=+32.333338540 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835400): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835900): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835900): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835900): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835900): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835900): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835900): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835900): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835900): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.327139009 +0000 UTC m=+32.333338540 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835900): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835e40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835e40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835e40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835e40): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835e40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.327139009 +0000 UTC m=+32.333338540 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2835e40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2153180 item 25 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28585c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28585c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28585c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28585c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28585c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.328768551 +0000 UTC m=+32.334968082 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28585c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2858b00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2858b00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2858b00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2858b00): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2858b00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.328768551 +0000 UTC m=+32.334968082 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2858b00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2153c00 item 26 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859140): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf2859140): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859140): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859140): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859140): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859140): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859140): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859500): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859500): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859500): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859500): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859500): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.33003791 +0000 UTC m=+32.336237442 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859500): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859a00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859a00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859a00): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859a00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859a00): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859a00): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859a00): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859a00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.33003791 +0000 UTC m=+32.336237442 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2859a00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2874040): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2874040): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2874040): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2874040): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2874040): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.33003791 +0000 UTC m=+32.336237442 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2874040): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2108460 item 27 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28746c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28746c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28746c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28746c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28746c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.33184017 +0000 UTC m=+32.338039702 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28746c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2874c00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2874c00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2874c00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2874c00): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2874c00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.33184017 +0000 UTC m=+32.338039702 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2874c00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf21090a0 item 28 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875240): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf2875240): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875240): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875240): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875240): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875240): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875240): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875600): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875600): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875600): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875600): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875600): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.333062941 +0000 UTC m=+32.339262472 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875600): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875cc0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875cc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875cc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875cc0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875cc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.333062941 +0000 UTC m=+32.339262472 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2875cc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf21097a0 item 29 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892440): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892440): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892440): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892440): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892440): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.334384308 +0000 UTC m=+32.340583839 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892980): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892980): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892980): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892980): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892980): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.334384308 +0000 UTC m=+32.340583839 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892980): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf27fe930 item 30 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892fc0): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf2892fc0): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892fc0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892fc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892fc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892fc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2892fc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2893380): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2893380): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2893380): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2893380): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2893380): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.335703882 +0000 UTC m=+32.341903414 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2893380): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2893a40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2893a40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2893a40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2893a40): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2893a40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.335703882 +0000 UTC m=+32.341903414 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2893a40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf27ff5e0 item 31 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b81c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b81c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b81c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b81c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b81c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.337036902 +0000 UTC m=+32.343236432 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b81c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b8700): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b8700): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b8700): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b8700): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b8700): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.337036902 +0000 UTC m=+32.343236432 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b8700): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf27ffb20 item 32 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b8d40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b8d40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b8d40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b8d40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b8d40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.338127262 +0000 UTC m=+32.344326793 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b8d40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b91c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b91c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b91c0): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b91c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b91c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf212e2a0 item 33 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b91c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b91c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.338509847 +0000 UTC m=+32.344709378 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b91c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b96c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b96c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b96c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b96c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b96c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.338509847 +0000 UTC m=+32.344709378 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b96c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf212e4d0 item 33 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b9d00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b9d00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b9d00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b9d00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b9d00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.339661593 +0000 UTC m=+32.345861124 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b9d00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4280): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4280): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf212f810 item 34 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4280): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4280): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4280): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4280): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4280): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.340205064 +0000 UTC m=+32.346404595 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4280): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e47c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e47c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e47c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e47c0): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e47c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.340205064 +0000 UTC m=+32.346404595 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e47c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf212fe30 item 34 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4e00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4e00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4e00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4e00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4e00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.34134117 +0000 UTC m=+32.347540701 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4e00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5280): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5280): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5280): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5280): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5280): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf20b6380 item 35 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5280): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5280): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.341744636 +0000 UTC m=+32.347944167 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5280): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5780): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5780): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5780): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5780): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5780): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.341744636 +0000 UTC m=+32.347944167 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5780): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf20b6540 item 35 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5e00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5e00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5e00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5e00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5e00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.345887437 +0000 UTC m=+32.352086969 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5e00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902240): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902240): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6070 item 36 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902240): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902240): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902240): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902240): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902240): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.346500101 +0000 UTC m=+32.352699631 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902240): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902780): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902780): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902780): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902780): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902780): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.346500101 +0000 UTC m=+32.352699631 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902780): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6310 item 36 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902dc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902dc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902dc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902dc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902dc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.347698294 +0000 UTC m=+32.353897835 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2902dc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903240): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903240): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903240): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903240): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903240): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6690 item 37 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903240): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903240): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.348208352 +0000 UTC m=+32.354407884 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903240): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903740): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903740): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903740): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903740): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903740): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.348208352 +0000 UTC m=+32.354407884 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903740): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6850 item 37 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903dc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903dc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903dc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903dc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903dc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.349531222 +0000 UTC m=+32.355730754 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2903dc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b363c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b363c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6c40 item 38 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b363c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b363c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b363c0): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b363c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b363c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.349986086 +0000 UTC m=+32.356185617 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b363c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36900): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36900): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36900): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36900): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36900): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.349986086 +0000 UTC m=+32.356185617 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36900): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6e00 item 38 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36f80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36f80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36f80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36f80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36f80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.351511079 +0000 UTC m=+32.357710611 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36f80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37480): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37480): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37480): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37480): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37480): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c7340 item 39 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37480): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37480): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.352111229 +0000 UTC m=+32.358310760 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37480): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37980): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37980): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37980): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37980): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37980): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.352111229 +0000 UTC m=+32.358310760 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37980): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c7500 item 39 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604180): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604180): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604180): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604180): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604180): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.355665735 +0000 UTC m=+32.361865276 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604180): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604700): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604700): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c7880 item 40 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604700): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604700): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604700): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604700): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604700): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.356197304 +0000 UTC m=+32.362396834 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604700): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604c40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604c40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604c40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604c40): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604c40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.356197304 +0000 UTC m=+32.362396834 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604c40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c7a40 item 40 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26053c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26053c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26053c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26053c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26053c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26053c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26053c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.357396709 +0000 UTC m=+32.363596240 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26053c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26058c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26058c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26058c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf20b6000 item 41 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26058c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26058c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.357765709 +0000 UTC m=+32.363965240 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26058c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605d80): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605d80): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605d80): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605d80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605d80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf20b6230 item 41 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605d80): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605d80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.358274826 +0000 UTC m=+32.364474357 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605d80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248ae80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248ae80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248ae80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248ae80): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248ae80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.358274826 +0000 UTC m=+32.364474357 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248ae80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf20b63f0 item 41 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248bcc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248bcc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248bcc0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248bcc0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248bcc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248bcc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248bcc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.359549604 +0000 UTC m=+32.365749136 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248bcc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2c440): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2c440): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2c440): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf20b68c0 item 42 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2c440): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2c440): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.360011751 +0000 UTC m=+32.366211292 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2c440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2c9c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2c9c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf20b6af0 item 42 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2c9c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2c9c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2c9c0): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2c9c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2c9c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.360488627 +0000 UTC m=+32.366688158 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2c9c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2cf40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2cf40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2cf40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2cf40): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2cf40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.360488627 +0000 UTC m=+32.366688158 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2cf40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf20b6e00 item 42 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0340): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0340): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0340): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0340): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0340): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0340): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0340): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.361772002 +0000 UTC m=+32.367971532 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0340): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d08c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d08c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d08c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a41c0 item 43 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d08c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d08c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.362154758 +0000 UTC m=+32.368354289 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d08c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0e00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0e00): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0e00): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0e00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0e00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4380 item 43 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0e00): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0e00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.362470688 +0000 UTC m=+32.368670219 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0e00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1340): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1340): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1340): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1340): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1340): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.362470688 +0000 UTC m=+32.368670219 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1340): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4620 item 43 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1980): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1980): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1980): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1980): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1980): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1980): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1980): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.365196731 +0000 UTC m=+32.371396263 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1980): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1e80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1e80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1e80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4a10 item 44 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1e80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1e80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.367129189 +0000 UTC m=+32.373328720 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1e80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f240): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f240): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4c40 item 44 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f240): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f240): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f240): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f240): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f240): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.369368287 +0000 UTC m=+32.375567818 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f240): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fac0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fac0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fac0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fac0): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fac0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.369368287 +0000 UTC m=+32.375567818 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fac0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4e00 item 44 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2d380): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2d380): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2d380): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2d380): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2d380): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2d380): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2d380): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.37238886 +0000 UTC m=+32.378588391 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2d380): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2d880): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2d880): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2d880): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf20b73b0 item 45 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2d880): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2d880): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.374596991 +0000 UTC m=+32.380796522 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b2d880): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432100): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432100): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432100): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432100): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432100): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.374596991 +0000 UTC m=+32.380796522 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432100): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf20b78f0 item 45 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432cc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432cc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432cc0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432cc0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432cc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432cc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432cc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.376060106 +0000 UTC m=+32.382259637 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432cc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433540): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433540): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433540): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf216c380 item 46 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433540): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433540): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.376528275 +0000 UTC m=+32.382727806 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433540): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c40): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.376528275 +0000 UTC m=+32.382727806 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf216db20 item 46 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396380): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396380): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396380): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396380): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396380): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396380): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396380): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.37840642 +0000 UTC m=+32.384605951 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396380): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396880): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396880): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396880): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2126310 item 47 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396880): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396880): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.378923981 +0000 UTC m=+32.385123513 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396880): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396f80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396f80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396f80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396f80): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396f80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.378923981 +0000 UTC m=+32.385123513 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396f80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2126540 item 47 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397640): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397640): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397640): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397640): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397640): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397640): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397640): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.380511914 +0000 UTC m=+32.386711446 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397640): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397b40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397b40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397b40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2126f50 item 48 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397b40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397b40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.381045778 +0000 UTC m=+32.387245309 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397b40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208a40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208a40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208a40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208a40): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208a40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.381045778 +0000 UTC m=+32.387245309 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208a40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2127420 item 48 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209240): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209240): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209240): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209240): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209240): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.382377676 +0000 UTC m=+32.388577207 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209240): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209880): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209880): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209880): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209880): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209880): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209880): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2127a40 item 49 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209880): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209880): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.382897462 +0000 UTC m=+32.389096993 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209880): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4280): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4280): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4280): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4280): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4280): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.382897462 +0000 UTC m=+32.389096993 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4280): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2127d50 item 49 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= 2026/07/16 01:01:27 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-yocehab5wisu/dir/file1: no such file or directory 2026/07/16 01:01:27 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-yocehab5wisu/dir/file1: no such file or directory === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730180): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730180): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730180): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730180): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730180): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.384579464 +0000 UTC m=+32.390778995 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730180): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730680): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730680): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730680): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210e2a0 item 50 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730680): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730680): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730680): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730680): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730680): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.386595891 +0000 UTC m=+32.392795422 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730680): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730c00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730c00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730c00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730c00): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730c00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.386595891 +0000 UTC m=+32.392795422 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2730c00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210e540 item 50 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731280): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731280): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731280): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731280): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731280): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.387830794 +0000 UTC m=+32.394030325 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731280): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731780): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731780): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731780): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731780): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731780): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731780): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210e9a0 item 51 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731780): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731780): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.388426053 +0000 UTC m=+32.394625584 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731780): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731cc0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731cc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731cc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731cc0): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731cc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.388426053 +0000 UTC m=+32.394625584 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2731cc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210eb60 item 51 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754440): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754440): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754440): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754440): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754440): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.389550568 +0000 UTC m=+32.395750099 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754940): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754940): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754940): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210eee0 item 52 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754940): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754940): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754940): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754940): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754940): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.390149936 +0000 UTC m=+32.396349466 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754940): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754ec0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754ec0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754ec0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754ec0): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754ec0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.390149936 +0000 UTC m=+32.396349466 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2754ec0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210f110 item 52 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755540): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755540): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755540): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755540): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755540): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.39152265 +0000 UTC m=+32.397722181 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755540): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755a40): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755a40): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755a40): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755a40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755a40): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755a40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210f5e0 item 53 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755a40): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755a40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.391938679 +0000 UTC m=+32.398138210 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2755a40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766080): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766080): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766080): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766080): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766080): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.391938679 +0000 UTC m=+32.398138210 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766080): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210f7a0 item 53 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766700): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766700): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766700): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766700): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766700): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.393239698 +0000 UTC m=+32.399439229 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766700): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766c00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766c00): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766c00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210fce0 item 54 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766c00): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766c00): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766c00): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766c00): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766c00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.393790725 +0000 UTC m=+32.399990255 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2766c00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767180): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767180): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767180): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767180): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767180): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.393790725 +0000 UTC m=+32.399990255 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767180): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a680e0 item 54 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767800): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767800): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767800): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767800): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767800): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.395230326 +0000 UTC m=+32.401429878 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767800): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767d00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767d00): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767d00): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767d00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767d00): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767d00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a684d0 item 55 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767d00): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767d00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.395895528 +0000 UTC m=+32.402095060 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2767d00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277e340): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277e340): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277e340): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277e340): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277e340): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.395895528 +0000 UTC m=+32.402095060 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277e340): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a687e0 item 55 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277e9c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277e9c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277e9c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277e9c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277e9c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.397035181 +0000 UTC m=+32.403234713 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277e9c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277eec0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277eec0): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277eec0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a68bd0 item 56 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277eec0): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277eec0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277eec0): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277eec0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277eec0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.397691767 +0000 UTC m=+32.403891298 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277eec0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277f440): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277f440): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277f440): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277f440): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277f440): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.397691767 +0000 UTC m=+32.403891298 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277f440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a68d90 item 56 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277fa80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277fa80): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277fa80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277fa80): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277fa80): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277fa80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277fa80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277fa80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.399812823 +0000 UTC m=+32.406012354 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf277fa80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a0c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a0c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a0c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a69110 item 57 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a0c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a0c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.40039077 +0000 UTC m=+32.406590301 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a0c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a600): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a600): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a600): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a600): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a600): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a600): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a692d0 item 57 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a600): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a600): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.401038559 +0000 UTC m=+32.407238090 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252a600): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252ab80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252ab80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252ab80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252ab80): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252ab80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.401038559 +0000 UTC m=+32.407238090 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252ab80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a69490 item 57 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b1c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b1c0): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b1c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b1c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b1c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b1c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b1c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b1c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.402531572 +0000 UTC m=+32.408731123 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b1c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b700): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b700): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b700): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a69810 item 58 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b700): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b700): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.403129186 +0000 UTC m=+32.409328717 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252b700): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252bc40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252bc40): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252bc40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a699d0 item 58 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252bc40): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252bc40): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252bc40): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252bc40): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252bc40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.404521909 +0000 UTC m=+32.410721440 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf252bc40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570300): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570300): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570300): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570300): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570300): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.404521909 +0000 UTC m=+32.410721440 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570300): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a69b90 item 58 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570940): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570940): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570940): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570940): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570940): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570940): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570940): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570940): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.407179383 +0000 UTC m=+32.413378914 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570940): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570e80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570e80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570e80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf27de070 item 59 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570e80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570e80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.40825875 +0000 UTC m=+32.414458281 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2570e80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25713c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25713c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25713c0): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25713c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25713c0): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25713c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf27de230 item 59 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25713c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25713c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.408861424 +0000 UTC m=+32.415060955 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25713c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2571940): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2571940): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2571940): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2571940): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2571940): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.408861424 +0000 UTC m=+32.415060955 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2571940): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf27de3f0 item 59 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4c00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4c00): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4c00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4c00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4c00): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4c00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4c00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4c00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.410263685 +0000 UTC m=+32.416463216 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e4c00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5140): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5140): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5140): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf231c380 item 60 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5140): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5140): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.410932404 +0000 UTC m=+32.417131935 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5140): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5680): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5680): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5680): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf231c930 item 60 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5680): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5680): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5680): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5680): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5680): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.412347189 +0000 UTC m=+32.418546730 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5680): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5c40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5c40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5c40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5c40): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5c40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.412347189 +0000 UTC m=+32.418546730 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28e5c40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf231cd20 item 60 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e3c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e3c0): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e3c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e3c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e3c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e3c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e3c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e3c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.417629944 +0000 UTC m=+32.423829495 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e3c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e900): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e900): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e900): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf231d6c0 item 61 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e900): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e900): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.41921353 +0000 UTC m=+32.425413060 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e900): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f000): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f000): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f000): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f000): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f000): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.41921353 +0000 UTC m=+32.425413060 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f000): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf231dce0 item 61 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f640): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f640): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f640): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f640): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f640): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f640): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f640): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f640): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.420808416 +0000 UTC m=+32.427007948 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f640): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267fb80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267fb80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267fb80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2212620 item 62 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267fb80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267fb80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.421393737 +0000 UTC m=+32.427593268 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267fb80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b6380): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b6380): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b6380): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b6380): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b6380): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.421393737 +0000 UTC m=+32.427593268 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b6380): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf22127e0 item 62 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b69c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b69c0): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b69c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b69c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b69c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b69c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b69c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b69c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.422817569 +0000 UTC m=+32.429017099 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b69c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b6f00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b6f00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b6f00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2212d20 item 63 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b6f00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b6f00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.423325884 +0000 UTC m=+32.429525415 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b6f00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7600): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7600): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7600): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7600): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7600): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.423325884 +0000 UTC m=+32.429525415 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7600): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2213030 item 63 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7c40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7c40): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7c40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7c40): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7c40): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7c40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7c40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7c40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.424862349 +0000 UTC m=+32.431061881 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26b7c40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26ce280): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26ce280): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26ce280): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf22133b0 item 64 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26ce280): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26ce280): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.425450696 +0000 UTC m=+32.431650227 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26ce280): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26ce980): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26ce980): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26ce980): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26ce980): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26ce980): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.425450696 +0000 UTC m=+32.431650227 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26ce980): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf22135e0 item 64 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cefc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cefc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cefc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cefc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cefc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.427073936 +0000 UTC m=+32.433273468 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cefc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cf440): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cf440): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cf440): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cf440): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cf440): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2213a40 item 65 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cf440): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cf440): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.42787682 +0000 UTC m=+32.434076351 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cf440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cf940): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cf940): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cf940): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cf940): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cf940): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.42787682 +0000 UTC m=+32.434076351 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26cf940): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2213dc0 item 65 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2080): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2080): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2080): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2080): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2080): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.429876835 +0000 UTC m=+32.436076366 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2080): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2500): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2500): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afc700 item 66 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2500): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2500): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2500): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2500): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2500): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.431687782 +0000 UTC m=+32.437887314 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2500): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2a40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2a40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2a40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2a40): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2a40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.431687782 +0000 UTC m=+32.437887314 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f2a40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afc930 item 66 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3080): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3080): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3080): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3080): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3080): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.433050068 +0000 UTC m=+32.439249598 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3080): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3500): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3500): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3500): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3500): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3500): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afccb0 item 67 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3500): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3500): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.433637512 +0000 UTC m=+32.439837043 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3500): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3a00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3a00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3a00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3a00): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3a00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.433637512 +0000 UTC m=+32.439837043 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26f3a00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afce70 item 67 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710180): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710180): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710180): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710180): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710180): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.435021249 +0000 UTC m=+32.441220779 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710180): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710680): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710680): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afd1f0 item 68 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710680): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710680): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710680): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710680): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710680): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.435579407 +0000 UTC m=+32.441778938 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710680): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710bc0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710bc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710bc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710bc0): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710bc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.435579407 +0000 UTC m=+32.441778938 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2710bc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afd3b0 item 68 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711200): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711200): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711200): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711200): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711200): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.436747754 +0000 UTC m=+32.442947285 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711200): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711680): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711680): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711680): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711680): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711680): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afd810 item 69 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711680): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711680): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.437181207 +0000 UTC m=+32.443380748 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711680): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711b80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711b80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711b80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711b80): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711b80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.437181207 +0000 UTC m=+32.443380748 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2711b80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afd9d0 item 69 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784300): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784300): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784300): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784300): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784300): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.438355616 +0000 UTC m=+32.444555146 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784300): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784800): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784800): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afde30 item 70 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784800): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784800): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784800): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784800): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784800): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.438913244 +0000 UTC m=+32.445112775 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784800): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784d40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784d40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784d40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784d40): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784d40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.438913244 +0000 UTC m=+32.445112775 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2784d40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a0150 item 70 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27853c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27853c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27853c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27853c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27853c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.440435021 +0000 UTC m=+32.446634553 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27853c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27858c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27858c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27858c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27858c0): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27858c0): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a04d0 item 71 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27858c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27858c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.440967462 +0000 UTC m=+32.447166994 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27858c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2785dc0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2785dc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2785dc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2785dc0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2785dc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.440967462 +0000 UTC m=+32.447166994 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2785dc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a0690 item 71 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aa540): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aa540): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aa540): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aa540): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aa540): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.442132243 +0000 UTC m=+32.448331774 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aa540): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aaa40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aaa40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a0af0 item 72 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aaa40): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aaa40): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aaa40): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aaa40): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aaa40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.442538404 +0000 UTC m=+32.448737935 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aaa40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aaf80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aaf80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aaf80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aaf80): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aaf80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.442538404 +0000 UTC m=+32.448737935 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aaf80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a0cb0 item 72 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ab540): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ab540): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ab540): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ab540): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ab540): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ab540): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ab540): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.443853469 +0000 UTC m=+32.450053000 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ab540): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aba40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aba40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aba40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a1180 item 73 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aba40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aba40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.444253097 +0000 UTC m=+32.450452629 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27aba40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ca000): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ca000): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ca000): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ca000): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ca000): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a1340 item 73 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ca000): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ca000): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.444654018 +0000 UTC m=+32.450853550 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ca000): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ca540): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ca540): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ca540): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ca540): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ca540): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.444654018 +0000 UTC m=+32.450853550 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27ca540): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a17a0 item 73 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cab80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cab80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cab80): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cab80): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cab80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cab80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cab80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.445828617 +0000 UTC m=+32.452028148 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cab80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cb080): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cb080): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cb080): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4a000 item 74 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cb080): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cb080): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.446245117 +0000 UTC m=+32.452444649 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cb080): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cb5c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cb5c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4a1c0 item 74 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cb5c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cb5c0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cb5c0): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cb5c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cb5c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.446661448 +0000 UTC m=+32.452860979 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cb5c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cbb40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cbb40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cbb40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cbb40): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cbb40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.446661448 +0000 UTC m=+32.452860979 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27cbb40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4a380 item 74 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804280): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804280): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804280): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804280): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804280): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804280): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804280): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.447863709 +0000 UTC m=+32.454063240 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804280): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804780): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804780): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804780): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4a700 item 75 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804780): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804780): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.449362624 +0000 UTC m=+32.455562155 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804780): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804cc0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804cc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804cc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804cc0): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804cc0): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4a8c0 item 75 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804cc0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804cc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.449747504 +0000 UTC m=+32.455947035 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2804cc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805200): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805200): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805200): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805200): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805200): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.449747504 +0000 UTC m=+32.455947035 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805200): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4aa80 item 75 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805840): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805840): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805840): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805840): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805840): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805840): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805840): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.450983189 +0000 UTC m=+32.457182721 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805840): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805d40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805d40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805d40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4aee0 item 76 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805d40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805d40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.451451898 +0000 UTC m=+32.457651429 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2805d40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828380): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828380): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4b0a0 item 76 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828380): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828380): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828380): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828380): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828380): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.452020648 +0000 UTC m=+32.458220179 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828380): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828900): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828900): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828900): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828900): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828900): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.452020648 +0000 UTC m=+32.458220179 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828900): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4b260 item 76 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828f40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828f40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828f40): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828f40): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828f40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828f40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828f40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.453474336 +0000 UTC m=+32.459673867 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2828f40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2829440): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2829440): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2829440): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4b650 item 77 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2829440): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2829440): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.454131634 +0000 UTC m=+32.460331165 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2829440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2829b40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2829b40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2829b40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2829b40): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2829b40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.454131634 +0000 UTC m=+32.460331165 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2829b40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4b810 item 77 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848280): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848280): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848280): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848280): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848280): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848280): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848280): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.45632652 +0000 UTC m=+32.462526050 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848280): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848780): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848780): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848780): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4bc00 item 78 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848780): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848780): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.458231564 +0000 UTC m=+32.464431095 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848780): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848e80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848e80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848e80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848e80): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848e80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.458231564 +0000 UTC m=+32.464431095 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2848e80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4bdc0 item 78 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28494c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28494c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28494c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28494c0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28494c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28494c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28494c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.460028294 +0000 UTC m=+32.466227825 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28494c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28499c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28499c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28499c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c32380 item 79 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28499c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28499c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.460688638 +0000 UTC m=+32.466888168 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28499c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28601c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28601c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28601c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28601c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28601c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.460688638 +0000 UTC m=+32.466888168 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28601c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c32540 item 79 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2860800): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2860800): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2860800): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2860800): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2860800): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2860800): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2860800): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.462504533 +0000 UTC m=+32.468704065 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2860800): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2860d00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2860d00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2860d00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c328c0 item 80 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2860d00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2860d00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.462890136 +0000 UTC m=+32.469089666 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2860d00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861400): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861400): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861400): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861400): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861400): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.462890136 +0000 UTC m=+32.469089666 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861400): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c32a80 item 80 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861a40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861a40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861a40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861a40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861a40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.464134035 +0000 UTC m=+32.470333567 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861a40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861ec0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861ec0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861ec0): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861ec0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861ec0): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861ec0): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c32fc0 item 81 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861ec0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861ec0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.464551939 +0000 UTC m=+32.470751470 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2861ec0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2888500): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2888500): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2888500): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2888500): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2888500): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.464551939 +0000 UTC m=+32.470751470 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2888500): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c33260 item 81 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2888b80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2888b80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2888b80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2888b80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2888b80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.465695709 +0000 UTC m=+32.471895241 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2888b80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889080): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889080): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889080): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c339d0 item 82 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889080): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889080): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889080): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889080): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889080): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.466295607 +0000 UTC m=+32.472495139 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889080): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889600): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889600): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889600): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889600): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889600): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.466295607 +0000 UTC m=+32.472495139 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889600): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c33b90 item 82 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889c80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889c80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889c80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889c80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889c80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.467415483 +0000 UTC m=+32.473615013 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2889c80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4280): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4280): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4280): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4280): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4280): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4280): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9c310 item 83 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4280): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4280): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.467800594 +0000 UTC m=+32.474000125 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4280): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b47c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b47c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b47c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b47c0): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b47c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.467800594 +0000 UTC m=+32.474000125 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b47c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9c540 item 83 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4e40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4e40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4e40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4e40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4e40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.46893673 +0000 UTC m=+32.475136260 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4e40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5340): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5340): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5340): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9c930 item 84 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5340): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5340): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5340): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5340): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5340): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.469680792 +0000 UTC m=+32.475880323 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5340): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b58c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b58c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b58c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b58c0): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b58c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.469680792 +0000 UTC m=+32.475880323 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b58c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9caf0 item 84 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0040): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0040): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0040): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0040): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0040): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.470999785 +0000 UTC m=+32.477199316 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0040): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0540): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0540): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0540): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0540): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0540): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0540): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9cf50 item 85 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0540): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0540): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.471561641 +0000 UTC m=+32.477761172 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0540): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0a80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0a80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0a80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0a80): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0a80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.471561641 +0000 UTC m=+32.477761172 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d0a80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9d1f0 item 85 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1100): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1100): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1100): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1100): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1100): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.473014669 +0000 UTC m=+32.479214199 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1100): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1600): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1600): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1600): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9d570 item 86 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1600): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1600): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1600): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1600): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1600): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.473598647 +0000 UTC m=+32.479798178 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1600): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1b80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1b80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1b80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1b80): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1b80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.473598647 +0000 UTC m=+32.479798178 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d1b80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9d730 item 86 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe300): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe300): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe300): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe300): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe300): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.474661012 +0000 UTC m=+32.480860544 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe300): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe800): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe800): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe800): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe800): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe800): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe800): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9db90 item 87 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe800): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe800): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.475253337 +0000 UTC m=+32.481452868 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fe800): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fed40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fed40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fed40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fed40): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fed40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.475253337 +0000 UTC m=+32.481452868 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28fed40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9dd50 item 87 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff3c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff3c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff3c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff3c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff3c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.476743846 +0000 UTC m=+32.482943377 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff3c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff8c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff8c0): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff8c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255a2a0 item 88 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff8c0): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff8c0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff8c0): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff8c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff8c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.480714791 +0000 UTC m=+32.486914322 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ff8c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ffe40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ffe40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ffe40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ffe40): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ffe40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.480714791 +0000 UTC m=+32.486914322 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ffe40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255a460 item 88 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291e580): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291e580): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291e580): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291e580): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291e580): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291e580): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291e580): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291e580): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.482379991 +0000 UTC m=+32.488579532 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291e580): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291eac0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291eac0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291eac0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255a9a0 item 89 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291eac0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291eac0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.483186361 +0000 UTC m=+32.489385892 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291eac0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f000): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f000): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f000): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f000): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f000): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f000): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255abd0 item 89 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f000): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f000): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.4864315 +0000 UTC m=+32.492631031 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f000): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f580): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f580): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f580): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f580): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f580): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.4864315 +0000 UTC m=+32.492631031 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291f580): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255ad90 item 89 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291fbc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291fbc0): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291fbc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291fbc0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291fbc0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291fbc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291fbc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291fbc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.487544422 +0000 UTC m=+32.493743953 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf291fbc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938200): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938200): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938200): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255b110 item 90 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938200): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938200): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.488434341 +0000 UTC m=+32.494633872 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938200): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938740): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938740): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938740): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255b2d0 item 90 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938740): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938740): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938740): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938740): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938740): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.488942655 +0000 UTC m=+32.495142186 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938740): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938d00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938d00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938d00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938d00): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938d00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.488942655 +0000 UTC m=+32.495142186 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2938d00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255b570 item 90 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939340): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939340): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939340): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939340): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939340): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939340): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939340): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939340): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.490481074 +0000 UTC m=+32.496680606 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939340): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939880): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939880): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939880): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255ba40 item 91 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939880): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939880): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.491660544 +0000 UTC m=+32.497860075 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939880): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939dc0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939dc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939dc0): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939dc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939dc0): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939dc0): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255bc00 item 91 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939dc0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939dc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.492463847 +0000 UTC m=+32.498663378 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2939dc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954440): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954440): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954440): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954440): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954440): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.492463847 +0000 UTC m=+32.498663378 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255bdc0 item 91 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954a80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954a80): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954a80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954a80): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954a80): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954a80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954a80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954a80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.493819329 +0000 UTC m=+32.500018860 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954a80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954fc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954fc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954fc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2320700 item 92 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954fc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954fc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.494283591 +0000 UTC m=+32.500483122 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2954fc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955500): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955500): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955500): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf23209a0 item 92 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955500): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955500): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955500): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955500): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955500): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.494892667 +0000 UTC m=+32.501092197 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955500): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955ac0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955ac0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955ac0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955ac0): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955ac0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.494892667 +0000 UTC m=+32.501092197 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2955ac0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2320c40 item 92 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a200): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a200): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a200): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a200): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a200): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a200): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a200): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a200): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.496260663 +0000 UTC m=+32.502460194 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a200): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a740): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a740): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a740): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2321650 item 93 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a740): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a740): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.496770059 +0000 UTC m=+32.502969590 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296a740): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296ae40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296ae40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296ae40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296ae40): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296ae40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.496770059 +0000 UTC m=+32.502969590 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296ae40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2152230 item 93 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b480): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b480): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b480): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b480): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b480): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b480): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b480): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b480): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.498273593 +0000 UTC m=+32.504473124 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b480): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b9c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b9c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b9c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2153030 item 94 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b9c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b9c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.499240427 +0000 UTC m=+32.505439968 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf296b9c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29801c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29801c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29801c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29801c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29801c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.499240427 +0000 UTC m=+32.505439968 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29801c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2153260 item 94 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980800): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980800): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980800): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980800): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980800): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980800): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980800): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980800): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.502600414 +0000 UTC m=+32.508799955 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980800): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980d40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980d40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980d40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2153b20 item 95 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980d40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980d40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.503612033 +0000 UTC m=+32.509811564 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2980d40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981440): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981440): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981440): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981440): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981440): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.503612033 +0000 UTC m=+32.509811564 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf21080e0 item 95 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981a80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981a80): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981a80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981a80): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981a80): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981a80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981a80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981a80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.505711738 +0000 UTC m=+32.511911289 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2981a80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a20c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a20c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a20c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2108770 item 96 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a20c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a20c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.507116253 +0000 UTC m=+32.513315784 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a20c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a27c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a27c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a27c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a27c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a27c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.507116253 +0000 UTC m=+32.513315784 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a27c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2108b60 item 96 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= 2026/07/16 01:01:27 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:27 DEBUG : Looking for writers 2026/07/16 01:01:27 DEBUG : >WaitForWriters: 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:27 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/07/16 01:01:27 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2140): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2140): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2140): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2140): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2140): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.523992901 +0000 UTC m=+32.530192452 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2140): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2600): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2600): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2600): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2600): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2600): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2600): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2600): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.523992901 +0000 UTC m=+32.530192452 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2600): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2ac0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2ac0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2ac0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2ac0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2ac0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.523992901 +0000 UTC m=+32.530192452 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2ac0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4150 item 1 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206e580): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206e580): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206e580): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206e580): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206e580): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.527856563 +0000 UTC m=+32.534056094 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206e580): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206ebc0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206ebc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206ebc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206ebc0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206ebc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.527856563 +0000 UTC m=+32.534056094 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206ebc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf21082a0 item 2 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f740): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f740): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f740): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f740): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f740): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.530561366 +0000 UTC m=+32.536760917 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f740): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b361c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b361c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b361c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b361c0): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b361c0): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b361c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b361c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.530561366 +0000 UTC m=+32.536760917 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b361c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36680): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36680): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36680): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36680): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36680): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.530561366 +0000 UTC m=+32.536760917 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36680): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf21088c0 item 3 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36d00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36d00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36d00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36d00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36d00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.532426785 +0000 UTC m=+32.538626317 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36d00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37240): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37240): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37240): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37240): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37240): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.532426785 +0000 UTC m=+32.538626317 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37240): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2109dc0 item 4 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37880): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37880): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37880): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37880): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37880): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.534351207 +0000 UTC m=+32.540550769 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37880): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37d00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37d00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37d00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37d00): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37d00): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37d00): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37d00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.534351207 +0000 UTC m=+32.540550769 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37d00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26043c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26043c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26043c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26043c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26043c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.534351207 +0000 UTC m=+32.540550769 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26043c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf212f570 item 5 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604a40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604a40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604a40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604a40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604a40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.536327057 +0000 UTC m=+32.542526588 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604a40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604f80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604f80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604f80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604f80): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604f80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.536327057 +0000 UTC m=+32.542526588 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2604f80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c62a0 item 6 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605600): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605600): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605600): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605600): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605600): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.538365255 +0000 UTC m=+32.544564806 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605600): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605b00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605b00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605b00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605b00): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605b00): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605b00): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605b00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.538365255 +0000 UTC m=+32.544564806 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2605b00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248a240): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248a240): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248a240): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248a240): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248a240): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.538365255 +0000 UTC m=+32.544564806 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248a240): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6620 item 7 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248b200): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248b200): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248b200): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248b200): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248b200): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.540854799 +0000 UTC m=+32.547054331 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248b200): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d01c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d01c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d01c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d01c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d01c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.540854799 +0000 UTC m=+32.547054331 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d01c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6b60 item 8 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d07c0): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf21d07c0): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d07c0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d07c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d07c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d07c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d07c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0bc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0bc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0bc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0bc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0bc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.542285113 +0000 UTC m=+32.548484644 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d0bc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1040): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1040): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1040): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1040): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1040): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1040): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1040): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.542285113 +0000 UTC m=+32.548484644 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1040): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1540): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1540): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1540): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1540): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1540): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.542285113 +0000 UTC m=+32.548484644 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1540): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6ee0 item 9 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1bc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1bc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1bc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1bc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1bc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.544523952 +0000 UTC m=+32.550723483 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d1bc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216ef00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216ef00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216ef00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216ef00): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216ef00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.544523952 +0000 UTC m=+32.550723483 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216ef00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c7500 item 10 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f840): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf216f840): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f840): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f840): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f840): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f840): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f840): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fc80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fc80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fc80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fc80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fc80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.545981018 +0000 UTC m=+32.552180549 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fc80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432400): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432400): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432400): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432400): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432400): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432400): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432400): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.545981018 +0000 UTC m=+32.552180549 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432400): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432d00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432d00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432d00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432d00): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432d00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.545981018 +0000 UTC m=+32.552180549 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432d00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c7880 item 11 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433700): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433700): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433700): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433700): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433700): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.548192635 +0000 UTC m=+32.554392166 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433700): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c40): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.548192635 +0000 UTC m=+32.554392166 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c7d50 item 12 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf29a3300): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a36c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a36c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a36c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a36c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a36c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.54951281 +0000 UTC m=+32.555712341 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a36c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3d80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3d80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3d80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3d80): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3d80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.54951281 +0000 UTC m=+32.555712341 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3d80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4770 item 13 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.550889953 +0000 UTC m=+32.557089484 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209300): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209300): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209300): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209300): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209300): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.550889953 +0000 UTC m=+32.557089484 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209300): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4af0 item 14 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209ec0): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf2209ec0): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209ec0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209ec0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209ec0): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209ec0): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209ec0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fa380): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fa380): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fa380): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fa380): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fa380): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.552303876 +0000 UTC m=+32.558503407 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fa380): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25faa40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25faa40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25faa40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25faa40): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25faa40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.552303876 +0000 UTC m=+32.558503407 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25faa40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4ee0 item 15 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fb0c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fb0c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fb0c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fb0c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fb0c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.553689265 +0000 UTC m=+32.559888797 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fb0c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fb600): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fb600): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fb600): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fb600): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fb600): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.553689265 +0000 UTC m=+32.559888797 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fb600): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a53b0 item 16 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fbc40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fbc40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fbc40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fbc40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fbc40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.555115723 +0000 UTC m=+32.561315264 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf25fbc40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b81c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b81c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b81c0): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b81c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b81c0): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b81c0): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b81c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b81c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.555115723 +0000 UTC m=+32.561315264 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b81c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b86c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b86c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b86c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b86c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b86c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.555115723 +0000 UTC m=+32.561315264 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b86c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a5a40 item 17 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b8d40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b8d40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b8d40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b8d40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b8d40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.556921179 +0000 UTC m=+32.563120720 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b8d40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9280): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9280): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9280): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9280): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9280): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.556921179 +0000 UTC m=+32.563120720 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9280): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf216d6c0 item 18 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9900): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9900): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9900): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9900): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9900): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.559012388 +0000 UTC m=+32.565211918 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9900): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9e00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9e00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9e00): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9e00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9e00): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9e00): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9e00): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9e00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.559012388 +0000 UTC m=+32.565211918 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf20b9e00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211c400): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211c400): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211c400): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211c400): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211c400): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.559012388 +0000 UTC m=+32.565211918 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211c400): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2126070 item 19 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23965c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23965c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23965c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23965c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23965c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.560839073 +0000 UTC m=+32.567038605 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf23965c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396b00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396b00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396b00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396b00): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396b00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.560839073 +0000 UTC m=+32.567038605 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396b00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf20b63f0 item 20 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397180): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397180): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397180): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397180): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397180): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.563976748 +0000 UTC m=+32.570176299 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397180): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397700): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397700): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397700): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397700): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397700): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397700): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397700): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397700): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.563976748 +0000 UTC m=+32.570176299 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397700): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397c00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397c00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397c00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397c00): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397c00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.563976748 +0000 UTC m=+32.570176299 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397c00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf20b6770 item 21 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a38380): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a38380): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a38380): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a38380): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a38380): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.566719803 +0000 UTC m=+32.572919335 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a38380): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a388c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a388c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a388c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a388c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a388c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.566719803 +0000 UTC m=+32.572919335 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a388c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf20b6f50 item 22 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a38f40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a38f40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a38f40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a38f40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a38f40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.570716659 +0000 UTC m=+32.576916190 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a38f40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39440): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39440): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39440): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39440): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39440): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39440): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39440): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39440): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.570716659 +0000 UTC m=+32.576916190 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211c9c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211c9c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211c9c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211c9c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211c9c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.570716659 +0000 UTC m=+32.576916190 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211c9c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf20b77a0 item 23 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211d040): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211d040): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211d040): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211d040): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211d040): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.574405218 +0000 UTC m=+32.580604750 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211d040): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211d580): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211d580): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211d580): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211d580): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211d580): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.574405218 +0000 UTC m=+32.580604750 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211d580): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2126ee0 item 24 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211dbc0): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf211dbc0): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211dbc0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211dbc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211dbc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211dbc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf211dbc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc080): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc080): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc080): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc080): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc080): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.576668593 +0000 UTC m=+32.582868125 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc080): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc580): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc580): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc580): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc580): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc580): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc580): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc580): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc580): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.576668593 +0000 UTC m=+32.582868125 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bc580): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bcac0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bcac0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bcac0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bcac0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bcac0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.576668593 +0000 UTC m=+32.582868125 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bcac0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2127650 item 25 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bd140): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bd140): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bd140): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bd140): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bd140): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.579679327 +0000 UTC m=+32.585878858 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bd140): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bd680): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bd680): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bd680): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bd680): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bd680): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.579679327 +0000 UTC m=+32.585878858 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bd680): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210e070 item 26 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bdcc0): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf21bdcc0): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bdcc0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bdcc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bdcc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bdcc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21bdcc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4180): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4180): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4180): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4180): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4180): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.581159065 +0000 UTC m=+32.587358596 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4180): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4680): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4680): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4680): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4680): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4680): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4680): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4680): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4680): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.581159065 +0000 UTC m=+32.587358596 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4680): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4bc0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4bc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4bc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4bc0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4bc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.581159065 +0000 UTC m=+32.587358596 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d4bc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210e620 item 27 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5240): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5240): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5240): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5240): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5240): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.584381902 +0000 UTC m=+32.590581443 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5240): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5780): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5780): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5780): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5780): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5780): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.584381902 +0000 UTC m=+32.590581443 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5780): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210eb60 item 28 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5dc0): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf21d5dc0): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5dc0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5dc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5dc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5dc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21d5dc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0280): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0280): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0280): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0280): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0280): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.586139006 +0000 UTC m=+32.592338567 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0280): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0940): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0940): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0940): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0940): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0940): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.586139006 +0000 UTC m=+32.592338567 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0940): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210eee0 item 29 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0fc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0fc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0fc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0fc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0fc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.588072445 +0000 UTC m=+32.594271976 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0fc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1500): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1500): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1500): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1500): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1500): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.588072445 +0000 UTC m=+32.594271976 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1500): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210f420 item 30 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39c40): _readAt: size=2, off=0 2026/07/16 01:01:27 ERROR : open-test-file(0x107bf2a39c40): Couldn't read size of file 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39c40): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39c40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39c40): >_writeAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39c40): close: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a39c40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a50100): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a50100): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a50100): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a50100): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a50100): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.589811516 +0000 UTC m=+32.596011046 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a50100): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a507c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a507c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a507c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a507c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a507c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.589811516 +0000 UTC m=+32.596011046 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a507c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a68150 item 31 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a50e40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a50e40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a50e40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a50e40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a50e40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.591456206 +0000 UTC m=+32.597655737 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a50e40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a51380): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a51380): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a51380): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a51380): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a51380): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.591456206 +0000 UTC m=+32.597655737 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a51380): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a68540 item 32 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a519c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a519c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a519c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a519c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a519c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.592995968 +0000 UTC m=+32.599195509 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a519c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a51e40): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a51e40): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a51e40): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a51e40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a51e40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a68a80 item 33 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a51e40): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a51e40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.593606076 +0000 UTC m=+32.599805617 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a51e40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6e440): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6e440): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6e440): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6e440): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6e440): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.593606076 +0000 UTC m=+32.599805617 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6e440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a68c40 item 33 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6ea80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6ea80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6ea80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6ea80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6ea80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.595011954 +0000 UTC m=+32.601211495 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6ea80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6ef00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6ef00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a68fc0 item 34 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6ef00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6ef00): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6ef00): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6ef00): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6ef00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.595611002 +0000 UTC m=+32.601810532 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6ef00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6f440): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6f440): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6f440): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6f440): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6f440): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.595611002 +0000 UTC m=+32.601810532 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6f440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a69180 item 34 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6fa80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6fa80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6fa80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6fa80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6fa80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.596710557 +0000 UTC m=+32.602910088 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2a6fa80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234e000): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234e000): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234e000): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234e000): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234e000): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a69500 item 35 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234e000): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234e000): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.597158167 +0000 UTC m=+32.603357698 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234e000): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234e500): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234e500): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234e500): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234e500): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234e500): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.597158167 +0000 UTC m=+32.603357698 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234e500): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a696c0 item 35 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234eb80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234eb80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234eb80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234eb80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234eb80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.598412217 +0000 UTC m=+32.604611748 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234eb80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234f080): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234f080): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a69a40 item 36 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234f080): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234f080): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234f080): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234f080): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234f080): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.598902277 +0000 UTC m=+32.605101808 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234f080): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234f5c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234f5c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234f5c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234f5c0): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234f5c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.598902277 +0000 UTC m=+32.605101808 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234f5c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2a69c00 item 36 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234fc00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234fc00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234fc00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234fc00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234fc00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.599960575 +0000 UTC m=+32.606160126 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf234fc00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470180): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470180): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470180): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470180): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470180): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf231c0e0 item 37 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470180): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470180): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.600349262 +0000 UTC m=+32.606548794 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470180): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470680): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470680): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470680): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470680): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470680): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.600349262 +0000 UTC m=+32.606548794 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470680): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf231c2a0 item 37 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470d00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470d00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470d00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470d00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470d00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.601544351 +0000 UTC m=+32.607743882 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2470d00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471200): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471200): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf231cbd0 item 38 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471200): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471200): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471200): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471200): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471200): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.602167603 +0000 UTC m=+32.608367134 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471200): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471740): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471740): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471740): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471740): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471740): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.602167603 +0000 UTC m=+32.608367134 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471740): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf231cf50 item 38 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471dc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471dc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471dc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471dc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471dc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.603279844 +0000 UTC m=+32.609479375 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2471dc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253a3c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253a3c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253a3c0): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253a3c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253a3c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf231da40 item 39 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253a3c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253a3c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.604096664 +0000 UTC m=+32.610296195 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253a3c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253a8c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253a8c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253a8c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253a8c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253a8c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.604096664 +0000 UTC m=+32.610296195 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253a8c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf22120e0 item 39 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253af40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253af40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253af40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253af40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253af40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.605455814 +0000 UTC m=+32.611655345 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253af40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253b440): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253b440): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2212700 item 40 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253b440): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253b440): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253b440): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253b440): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253b440): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.605872895 +0000 UTC m=+32.612072426 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253b440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253b980): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253b980): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253b980): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253b980): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253b980): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.605872895 +0000 UTC m=+32.612072426 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf253b980): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf22128c0 item 40 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255c040): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255c040): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255c040): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255c040): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255c040): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255c040): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255c040): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.607027566 +0000 UTC m=+32.613227097 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255c040): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255c540): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255c540): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255c540): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2212e70 item 41 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255c540): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255c540): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.607396717 +0000 UTC m=+32.613596248 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255c540): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255ca00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255ca00): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255ca00): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255ca00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255ca00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2213110 item 41 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255ca00): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255ca00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.607818327 +0000 UTC m=+32.614017857 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255ca00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255cf40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255cf40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255cf40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255cf40): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255cf40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.607818327 +0000 UTC m=+32.614017857 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255cf40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf22132d0 item 41 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255d580): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255d580): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255d580): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255d580): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255d580): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255d580): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255d580): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.608984089 +0000 UTC m=+32.615183620 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255d580): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255da80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255da80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255da80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf22136c0 item 42 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255da80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255da80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.609429173 +0000 UTC m=+32.615628705 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf255da80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e0c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e0c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2213960 item 42 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e0c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e0c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e0c0): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e0c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e0c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.609900648 +0000 UTC m=+32.616100179 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e0c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e640): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e640): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e640): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e640): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e640): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.609900648 +0000 UTC m=+32.616100179 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267e640): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2213c00 item 42 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267ec80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267ec80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267ec80): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267ec80): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267ec80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267ec80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267ec80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.611448556 +0000 UTC m=+32.617648087 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267ec80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f180): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f180): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f180): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afc620 item 43 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f180): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f180): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.611944207 +0000 UTC m=+32.618143738 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f180): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f6c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f6c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f6c0): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f6c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f6c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afc7e0 item 43 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f6c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f6c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.612413016 +0000 UTC m=+32.618612547 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267f6c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267fc00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267fc00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267fc00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267fc00): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267fc00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.612413016 +0000 UTC m=+32.618612547 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf267fc00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afca10 item 43 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2340): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2340): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2340): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2340): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2340): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2340): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2340): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.613538512 +0000 UTC m=+32.619738043 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2340): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2840): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2840): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2840): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afcd90 item 44 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2840): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2840): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.613936888 +0000 UTC m=+32.620136419 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2840): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2d80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2d80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afcf50 item 44 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2d80): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2d80): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2d80): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2d80): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2d80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.614553128 +0000 UTC m=+32.620752659 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2d80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3300): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3300): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3300): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3300): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3300): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.614553128 +0000 UTC m=+32.620752659 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3300): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afd110 item 44 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3940): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3940): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3940): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3940): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3940): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3940): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3940): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.616220232 +0000 UTC m=+32.622419762 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3940): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e15c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e15c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e15c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afd490 item 45 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e15c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e15c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.616715881 +0000 UTC m=+32.622915413 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e15c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1cc0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1cc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1cc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1cc0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1cc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.616715881 +0000 UTC m=+32.622915413 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1cc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210f5e0 item 45 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f0400): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f0400): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f0400): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f0400): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f0400): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f0400): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f0400): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.618301881 +0000 UTC m=+32.624501412 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f0400): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f0900): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f0900): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f0900): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210f9d0 item 46 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f0900): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f0900): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.618792914 +0000 UTC m=+32.624992444 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f0900): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1000): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1000): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1000): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1000): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1000): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.618792914 +0000 UTC m=+32.624992444 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1000): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf210fce0 item 46 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1640): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1640): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1640): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1640): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1640): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1640): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1640): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.620284734 +0000 UTC m=+32.626484265 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1640): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1b40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1b40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1b40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a01c0 item 47 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1b40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1b40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.620765446 +0000 UTC m=+32.626964978 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21f1b40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271e340): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271e340): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271e340): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271e340): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271e340): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.620765446 +0000 UTC m=+32.626964978 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271e340): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a0380 item 47 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271e980): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271e980): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271e980): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271e980): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271e980): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271e980): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271e980): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.622263219 +0000 UTC m=+32.628462749 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271e980): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271ee80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271ee80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271ee80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a0700 item 48 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271ee80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271ee80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.622703504 +0000 UTC m=+32.628903036 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271ee80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271f580): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271f580): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271f580): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271f580): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271f580): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.622703504 +0000 UTC m=+32.628903036 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271f580): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a08c0 item 48 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271fbc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271fbc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271fbc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271fbc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271fbc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.624742365 +0000 UTC m=+32.630941915 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf271fbc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752140): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752140): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752140): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752140): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752140): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752140): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a0d20 item 49 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752140): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752140): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.625256489 +0000 UTC m=+32.631456020 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752140): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752680): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752680): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752680): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752680): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752680): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.625256489 +0000 UTC m=+32.631456020 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752680): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a1030 item 49 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752d00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752d00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752d00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752d00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752d00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.627063558 +0000 UTC m=+32.633263099 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2752d00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753200): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753200): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753200): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a13b0 item 50 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753200): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753200): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753200): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753200): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753200): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.627982714 +0000 UTC m=+32.634182265 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753200): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753780): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753780): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753780): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753780): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753780): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.627982714 +0000 UTC m=+32.634182265 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753780): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf25a1810 item 50 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753e00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753e00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753e00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753e00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753e00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.629925099 +0000 UTC m=+32.636124630 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2753e00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772400): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772400): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772400): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772400): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772400): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772400): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4a000 item 51 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772400): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772400): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.630912863 +0000 UTC m=+32.637112395 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772400): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772940): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772940): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772940): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772940): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772940): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.630912863 +0000 UTC m=+32.637112395 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772940): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4a1c0 item 51 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772fc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772fc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772fc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772fc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772fc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.632009685 +0000 UTC m=+32.638209216 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2772fc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27734c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27734c0): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27734c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4a540 item 52 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27734c0): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27734c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27734c0): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27734c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27734c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.632615475 +0000 UTC m=+32.638815016 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27734c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2773a40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2773a40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2773a40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2773a40): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2773a40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.632615475 +0000 UTC m=+32.638815016 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2773a40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4a700 item 52 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e1c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e1c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e1c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e1c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e1c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.634523215 +0000 UTC m=+32.640722796 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e1c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e6c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e6c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e6c0): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e6c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e6c0): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e6c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4aa80 item 53 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e6c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e6c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.635220237 +0000 UTC m=+32.641419789 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279e6c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279ec00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279ec00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279ec00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279ec00): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279ec00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.635220237 +0000 UTC m=+32.641419789 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279ec00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4ac40 item 53 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f280): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f280): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f280): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f280): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f280): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.63717142 +0000 UTC m=+32.643370951 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f280): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f780): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f780): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f780): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4b0a0 item 54 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f780): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f780): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f780): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f780): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f780): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.637743397 +0000 UTC m=+32.643942927 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279f780): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279fd00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279fd00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279fd00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279fd00): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279fd00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.637743397 +0000 UTC m=+32.643942927 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf279fd00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4b260 item 54 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc480): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc480): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc480): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc480): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc480): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.6390101 +0000 UTC m=+32.645209631 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc480): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc980): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc980): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc980): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc980): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc980): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc980): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4b650 item 55 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc980): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc980): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.639553321 +0000 UTC m=+32.645752852 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bc980): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bcec0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bcec0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bcec0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bcec0): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bcec0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.639553321 +0000 UTC m=+32.645752852 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bcec0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4b810 item 55 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bd540): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bd540): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bd540): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bd540): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bd540): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.640852226 +0000 UTC m=+32.647051757 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bd540): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bda40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bda40): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bda40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4bc00 item 56 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bda40): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bda40): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bda40): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bda40): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bda40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.641423801 +0000 UTC m=+32.647623332 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27bda40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e00c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e00c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e00c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e00c0): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e00c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.641423801 +0000 UTC m=+32.647623332 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e00c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b4bdc0 item 56 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0700): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0700): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0700): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0700): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0700): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0700): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0700): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0700): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.643062821 +0000 UTC m=+32.649262381 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0700): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0c40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0c40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0c40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c32380 item 57 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0c40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0c40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.643629907 +0000 UTC m=+32.649829438 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e0c40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1180): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1180): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1180): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1180): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1180): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1180): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c32540 item 57 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1180): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1180): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.644834613 +0000 UTC m=+32.651034143 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1180): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1700): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1700): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1700): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1700): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1700): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.644834613 +0000 UTC m=+32.651034143 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1700): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c32700 item 57 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1d40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1d40): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1d40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1d40): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1d40): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1d40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1d40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1d40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.646349357 +0000 UTC m=+32.652548888 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf27e1d40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a380): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a380): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a380): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c32a80 item 58 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a380): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a380): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.646834438 +0000 UTC m=+32.653033969 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a380): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a8c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a8c0): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a8c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c32c40 item 58 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a8c0): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a8c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a8c0): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a8c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a8c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.647577317 +0000 UTC m=+32.653776868 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281a8c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281ae80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281ae80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281ae80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281ae80): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281ae80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.647577317 +0000 UTC m=+32.653776868 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281ae80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c32fc0 item 58 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281b4c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281b4c0): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281b4c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281b4c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281b4c0): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281b4c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281b4c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281b4c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.64942322 +0000 UTC m=+32.655622752 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281b4c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281ba00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281ba00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281ba00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c335e0 item 59 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281ba00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281ba00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.649927328 +0000 UTC m=+32.656126859 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf281ba00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a040): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a040): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a040): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a040): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a040): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a040): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c339d0 item 59 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a040): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a040): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.650493341 +0000 UTC m=+32.656692872 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a040): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a5c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a5c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a5c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a5c0): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a5c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.650493341 +0000 UTC m=+32.656692872 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283a5c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2c33b90 item 59 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283ac00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283ac00): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283ac00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283ac00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283ac00): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283ac00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283ac00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283ac00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.651883409 +0000 UTC m=+32.658082941 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283ac00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b140): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b140): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b140): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9c310 item 60 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b140): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b140): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.652382717 +0000 UTC m=+32.658582248 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b140): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b680): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b680): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b680): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9c540 item 60 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b680): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b680): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b680): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b680): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b680): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.652977746 +0000 UTC m=+32.659177277 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283b680): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283bc40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283bc40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283bc40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283bc40): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283bc40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.652977746 +0000 UTC m=+32.659177277 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf283bc40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9c700 item 60 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856380): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856380): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856380): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856380): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856380): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856380): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856380): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856380): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.654421727 +0000 UTC m=+32.660621258 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856380): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28568c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28568c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28568c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9caf0 item 61 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28568c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28568c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.654884034 +0000 UTC m=+32.661083565 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28568c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856fc0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856fc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856fc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856fc0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856fc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.654884034 +0000 UTC m=+32.661083565 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2856fc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9cd90 item 61 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857600): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857600): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857600): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857600): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857600): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857600): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857600): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857600): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.656880352 +0000 UTC m=+32.663079883 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857600): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857b40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857b40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857b40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9d1f0 item 62 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857b40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857b40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.65736904 +0000 UTC m=+32.663568570 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2857b40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e340): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e340): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e340): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e340): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e340): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.65736904 +0000 UTC m=+32.663568570 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e340): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9d3b0 item 62 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e980): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e980): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e980): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e980): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e980): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e980): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e980): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e980): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.658871051 +0000 UTC m=+32.665070581 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288e980): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288eec0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288eec0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288eec0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9d730 item 63 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288eec0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288eec0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.659385516 +0000 UTC m=+32.665585048 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288eec0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288f5c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288f5c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288f5c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288f5c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288f5c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.659385516 +0000 UTC m=+32.665585048 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288f5c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9d8f0 item 63 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288fc00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288fc00): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288fc00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288fc00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288fc00): >_readAt: n=0, err=Bad file descriptor 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288fc00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288fc00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288fc00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.660930238 +0000 UTC m=+32.667129768 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf288fc00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4240): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4240): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4240): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2b9dd50 item 64 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4240): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4240): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.661444323 +0000 UTC m=+32.667643855 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4240): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4940): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4940): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4940): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4940): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4940): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.661444323 +0000 UTC m=+32.667643855 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4940): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255a070 item 64 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4f80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4f80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4f80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4f80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4f80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.662896139 +0000 UTC m=+32.669095689 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b4f80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5400): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5400): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5400): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5400): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5400): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255a460 item 65 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5400): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5400): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.663468175 +0000 UTC m=+32.669667745 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5400): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5900): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5900): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5900): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5900): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5900): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.663468175 +0000 UTC m=+32.669667745 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28b5900): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255a620 item 65 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d4040): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d4040): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d4040): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d4040): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d4040): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.665362629 +0000 UTC m=+32.671562160 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d4040): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d44c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d44c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255abd0 item 66 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d44c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d44c0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d44c0): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d44c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d44c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.665899999 +0000 UTC m=+32.672099530 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d44c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d4a00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d4a00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d4a00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d4a00): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d4a00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.665899999 +0000 UTC m=+32.672099530 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d4a00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255ad90 item 66 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d5040): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d5040): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d5040): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d5040): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d5040): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.66732302 +0000 UTC m=+32.673522611 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d5040): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d54c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d54c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d54c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d54c0): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d54c0): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255b110 item 67 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d54c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d54c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.667838919 +0000 UTC m=+32.674038469 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d54c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d59c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d59c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d59c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d59c0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d59c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.667838919 +0000 UTC m=+32.674038469 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28d59c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255b2d0 item 67 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ea140): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ea140): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ea140): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ea140): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ea140): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.66954717 +0000 UTC m=+32.675746701 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ea140): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ea640): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ea640): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255b810 item 68 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ea640): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ea640): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ea640): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ea640): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ea640): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.67064328 +0000 UTC m=+32.676842811 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ea640): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eab80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eab80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eab80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eab80): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eab80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.67064328 +0000 UTC m=+32.676842811 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eab80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255ba40 item 68 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eb1c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eb1c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eb1c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eb1c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eb1c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.673647051 +0000 UTC m=+32.679846611 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eb1c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eb640): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eb640): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eb640): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eb640): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eb640): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf255bdc0 item 69 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eb640): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eb640): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.674201073 +0000 UTC m=+32.680400604 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28eb640): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ebb40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ebb40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ebb40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ebb40): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ebb40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.674201073 +0000 UTC m=+32.680400604 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf28ebb40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf23204d0 item 69 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290a2c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290a2c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290a2c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290a2c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290a2c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.676149149 +0000 UTC m=+32.682348690 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290a2c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290a7c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290a7c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf23209a0 item 70 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290a7c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290a7c0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290a7c0): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290a7c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290a7c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.676540492 +0000 UTC m=+32.682740023 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290a7c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290ad00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290ad00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290ad00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290ad00): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290ad00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.676540492 +0000 UTC m=+32.682740023 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290ad00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2320c40 item 70 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290b380): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290b380): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290b380): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290b380): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290b380): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.678136701 +0000 UTC m=+32.684336232 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290b380): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290b880): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290b880): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290b880): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290b880): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290b880): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2321650 item 71 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290b880): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290b880): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.678748552 +0000 UTC m=+32.684948083 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290b880): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290bd80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290bd80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290bd80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290bd80): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290bd80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.678748552 +0000 UTC m=+32.684948083 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf290bd80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2152230 item 71 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a500): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a500): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a500): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a500): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a500): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.679921508 +0000 UTC m=+32.686121039 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a500): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292aa00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292aa00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2153030 item 72 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292aa00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292aa00): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292aa00): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292aa00): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292aa00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.680394044 +0000 UTC m=+32.686593575 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292aa00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292af40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292af40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292af40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292af40): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292af40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.680394044 +0000 UTC m=+32.686593575 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292af40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2153260 item 72 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b500): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b500): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b500): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b500): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b500): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b500): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b500): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.68171427 +0000 UTC m=+32.687913801 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b500): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292ba00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292ba00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292ba00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2153a40 item 73 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292ba00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292ba00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.684518402 +0000 UTC m=+32.690717932 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292ba00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a2c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a2c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a2c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a2c0): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a2c0): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf27fe850 item 73 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a2c0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a2c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.685356141 +0000 UTC m=+32.691555672 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a2c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a800): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a800): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a800): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a800): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a800): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.685356141 +0000 UTC m=+32.691555672 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292a800): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf27fea10 item 73 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292ae40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292ae40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292ae40): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292ae40): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292ae40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292ae40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292ae40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.687183849 +0000 UTC m=+32.693383380 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292ae40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b340): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b340): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b340): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf27ff650 item 74 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b340): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b340): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.687671374 +0000 UTC m=+32.693870906 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b340): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b880): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b880): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf27ff9d0 item 74 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b880): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b880): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b880): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b880): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b880): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.688308874 +0000 UTC m=+32.694508405 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292b880): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292be40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292be40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292be40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292be40): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292be40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.688308874 +0000 UTC m=+32.694508405 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf292be40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf27ffb90 item 74 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2580): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2580): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2580): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2580): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2580): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2580): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2580): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.689651292 +0000 UTC m=+32.695850823 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2580): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2a80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2a80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2a80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2152150 item 75 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2a80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2a80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.69029292 +0000 UTC m=+32.696492450 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2a80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2fc0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2fc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2fc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2fc0): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2fc0): _writeAt: size=3, off=2 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2152620 item 75 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2fc0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2fc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.690726152 +0000 UTC m=+32.696925683 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a2fc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3500): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3500): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3500): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3500): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3500): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.690726152 +0000 UTC m=+32.696925683 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3500): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2152cb0 item 75 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3b40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3b40): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3b40): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3b40): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3b40): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3b40): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3b40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.692551416 +0000 UTC m=+32.698750947 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf26a3b40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206e5c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206e5c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206e5c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2153570 item 76 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206e5c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206e5c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.693166963 +0000 UTC m=+32.699366494 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206e5c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206ebc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206ebc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2153960 item 76 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206ebc0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206ebc0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206ebc0): _writeAt: size=3, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206ebc0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206ebc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.693714112 +0000 UTC m=+32.699913644 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206ebc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f680): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f680): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f680): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f680): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f680): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.693714112 +0000 UTC m=+32.699913644 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf206f680): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afc3f0 item 76 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b362c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b362c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b362c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b362c0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b362c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b362c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b362c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.694656269 +0000 UTC m=+32.700855810 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b362c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b367c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b367c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b367c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afc930 item 77 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b367c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b367c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.695068883 +0000 UTC m=+32.701268415 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b367c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36ec0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36ec0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36ec0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36ec0): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36ec0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.695068883 +0000 UTC m=+32.701268415 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b36ec0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afcaf0 item 77 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37500): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37500): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37500): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37500): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37500): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37500): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37500): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.696419967 +0000 UTC m=+32.702619498 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37500): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37a00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37a00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37a00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afce70 item 78 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37a00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37a00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.696813514 +0000 UTC m=+32.703013046 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2b37a00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248ad40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248ad40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248ad40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248ad40): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248ad40): close: 2026/07/16 01:01:27 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-yocehab5wisu/dir/file1: no such file or directory 2026/07/16 01:01:27 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-yocehab5wisu/dir/file1: no such file or directory 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.696813514 +0000 UTC m=+32.703013046 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248ad40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afd030 item 78 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248b840): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248b840): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248b840): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248b840): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248b840): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248b840): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248b840): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.698333017 +0000 UTC m=+32.704532559 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf248b840): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f080): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f080): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f080): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afd3b0 item 79 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f080): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f080): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.698743816 +0000 UTC m=+32.704943348 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216f080): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fa00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fa00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fa00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fa00): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fa00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.698743816 +0000 UTC m=+32.704943348 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf216fa00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afd570 item 79 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432340): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432340): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432340): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432340): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432340): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432340): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432340): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.700029186 +0000 UTC m=+32.706228717 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432340): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432b80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432b80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432b80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afd960 item 80 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432b80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432b80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.700441909 +0000 UTC m=+32.706641441 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2432b80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433640): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433640): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433640): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433640): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433640): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.700441909 +0000 UTC m=+32.706641441 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433640): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2afdc00 item 80 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.701794776 +0000 UTC m=+32.707994308 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2433c80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2240): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2240): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2240): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2240): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2240): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2240): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf21080e0 item 81 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2240): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2240): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.702274658 +0000 UTC m=+32.708474188 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2240): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2780): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2780): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2780): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2780): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2780): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.702274658 +0000 UTC m=+32.708474188 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2780): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf21083f0 item 81 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2e00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2e00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2e00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2e00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2e00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.703384674 +0000 UTC m=+32.709584215 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a2e00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2108b60 item 82 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.703846911 +0000 UTC m=+32.710046442 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3300): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3880): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3880): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3880): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3880): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3880): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.703846911 +0000 UTC m=+32.710046442 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf29a3880): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf21090a0 item 82 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208000): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208000): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208000): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208000): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208000): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.705013725 +0000 UTC m=+32.711213257 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208000): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2109dc0 item 83 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.705460253 +0000 UTC m=+32.711659794 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2208dc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209300): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209300): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209300): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209300): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209300): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.705460253 +0000 UTC m=+32.711659794 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2209300): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf212e460 item 83 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396000): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396000): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396000): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396000): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396000): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.706526195 +0000 UTC m=+32.712725726 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396000): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396500): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396500): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396500): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf212f5e0 item 84 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396500): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396500): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396500): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396500): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396500): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.70697159 +0000 UTC m=+32.713171122 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396500): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396a80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396a80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396a80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396a80): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396a80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.70697159 +0000 UTC m=+32.713171122 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2396a80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf212fc70 item 84 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397100): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397100): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397100): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397100): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397100): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.708533575 +0000 UTC m=+32.714733136 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397100): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397680): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397680): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397680): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397680): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397680): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397680): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6380 item 85 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397680): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397680): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.708972328 +0000 UTC m=+32.715171859 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397680): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397bc0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397bc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397bc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397bc0): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397bc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.708972328 +0000 UTC m=+32.715171859 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2397bc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6540 item 85 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc340): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc340): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc340): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc340): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc340): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.710207682 +0000 UTC m=+32.716407213 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc340): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc840): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc840): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc840): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c68c0 item 86 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc840): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc840): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc840): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc840): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc840): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.710675901 +0000 UTC m=+32.716875432 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cc840): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ccdc0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ccdc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ccdc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ccdc0): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ccdc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.710675901 +0000 UTC m=+32.716875432 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ccdc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6af0 item 86 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd440): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd440): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd440): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd440): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd440): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.71169286 +0000 UTC m=+32.717892391 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd440): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd940): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd940): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd940): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd940): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd940): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd940): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c6e70 item 87 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd940): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd940): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.712204943 +0000 UTC m=+32.718404473 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cd940): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cde80): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cde80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cde80): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cde80): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cde80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.712204943 +0000 UTC m=+32.718404473 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21cde80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c7110 item 87 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0600): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0600): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0600): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0600): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0600): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.71341536 +0000 UTC m=+32.719614890 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0600): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0b00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0b00): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0b00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c7500 item 88 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0b00): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0b00): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0b00): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0b00): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0b00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.713905771 +0000 UTC m=+32.720105312 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e0b00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1080): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1080): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1080): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1080): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1080): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.713905771 +0000 UTC m=+32.720105312 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1080): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c76c0 item 88 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e16c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e16c0): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e16c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e16c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e16c0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e16c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e16c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e16c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.714978686 +0000 UTC m=+32.721178216 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e16c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1c00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1c00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1c00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c7a40 item 89 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1c00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1c00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.715396048 +0000 UTC m=+32.721595580 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21e1c00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee240): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee240): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee240): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee240): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee240): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee240): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf24c7c00 item 89 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee240): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee240): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.715841774 +0000 UTC m=+32.722041306 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee240): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee7c0): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee7c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee7c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee7c0): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee7c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.715841774 +0000 UTC m=+32.722041306 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ee7c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4000 item 89 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21eee00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21eee00): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21eee00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21eee00): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21eee00): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21eee00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21eee00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21eee00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.717059344 +0000 UTC m=+32.723258876 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21eee00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef340): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef340): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef340): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4380 item 90 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef340): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef340): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.717607745 +0000 UTC m=+32.723807276 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef340): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef880): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef880): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef880): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4620 item 90 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef880): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef880): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef880): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef880): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef880): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.718270032 +0000 UTC m=+32.724469564 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ef880): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21efe40): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21efe40): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21efe40): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21efe40): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21efe40): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.718270032 +0000 UTC m=+32.724469564 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21efe40): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4850 item 90 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21fe580): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21fe580): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21fe580): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21fe580): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21fe580): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21fe580): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21fe580): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21fe580): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.719521027 +0000 UTC m=+32.725720578 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21fe580): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21feac0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21feac0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21feac0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4c40 item 91 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21feac0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21feac0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.719925404 +0000 UTC m=+32.726124935 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21feac0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff000): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff000): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff000): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff000): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff000): >_readAt: n=2, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff000): _writeAt: size=3, off=7 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4e00 item 91 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff000): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff000): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.720496598 +0000 UTC m=+32.726696168 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff000): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff580): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff580): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff580): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff580): >_readAt: n=8, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff580): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.720496598 +0000 UTC m=+32.726696168 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ff580): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a4fc0 item 91 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ffbc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ffbc0): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ffbc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ffbc0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ffbc0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ffbc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ffbc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ffbc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.721708868 +0000 UTC m=+32.727908399 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf21ffbc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318200): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318200): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318200): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a55e0 item 92 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318200): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318200): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.722233694 +0000 UTC m=+32.728433225 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318200): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318740): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318740): open at offset 5 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318740): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a58f0 item 92 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318740): _readAt: size=2, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318740): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318740): _writeAt: size=3, off=5 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318740): >_writeAt: n=3, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318740): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.722699979 +0000 UTC m=+32.728899509 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318740): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318d00): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318d00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318d00): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318d00): >_readAt: n=3, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318d00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.722699979 +0000 UTC m=+32.728899509 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2318d00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf26a5b20 item 92 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319340): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319340): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319340): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319340): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319340): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319340): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319340): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319340): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.72386549 +0000 UTC m=+32.730065022 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319340): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319880): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319880): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319880): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf216c1c0 item 93 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319880): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319880): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.724299575 +0000 UTC m=+32.730499105 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf2319880): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a080): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a080): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a080): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a080): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a080): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.724299575 +0000 UTC m=+32.730499105 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a080): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf216d730 item 93 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a6c0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a6c0): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a6c0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a6c0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a6c0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a6c0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a6c0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a6c0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.72546701 +0000 UTC m=+32.731666551 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239a6c0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239ac00): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239ac00): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239ac00): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf216de30 item 94 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239ac00): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239ac00): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.726040257 +0000 UTC m=+32.732239788 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239ac00): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b300): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b300): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b300): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b300): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b300): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.726040257 +0000 UTC m=+32.732239788 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b300): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf21262a0 item 94 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b940): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b940): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b940): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b940): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b940): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b940): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b940): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b940): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.727171845 +0000 UTC m=+32.733371377 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239b940): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239be80): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239be80): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239be80): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2126a80 item 95 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239be80): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239be80): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.72792769 +0000 UTC m=+32.734127221 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf239be80): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ee680): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ee680): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ee680): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ee680): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ee680): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.72792769 +0000 UTC m=+32.734127221 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ee680): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2126ee0 item 95 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 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/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24eecc0): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24eecc0): open at offset 0 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24eecc0): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24eecc0): _readAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24eecc0): >_readAt: n=0, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24eecc0): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24eecc0): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24eecc0): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.72932415 +0000 UTC m=+32.735523681 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24eecc0): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ef200): _writeAt: size=5, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ef200): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ef200): >openPending: err= 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf2127650 item 96 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ef200): >_writeAt: n=5, err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ef200): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.729838555 +0000 UTC m=+32.736038087 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ef200): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/16 01:01:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/16 01:01:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ef900): _readAt: size=512, off=0 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ef900): openPending: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ef900): >openPending: err= 2026/07/16 01:01:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ef900): >_readAt: n=5, err=EOF 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ef900): close: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-16 01:01:27.729838555 +0000 UTC m=+32.736038087 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : open-test-file(0x107bf24ef900): >close: err= 2026/07/16 01:01:27 DEBUG : open-test-file: Remove: 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x107bf21279d0 item 96 2026/07/16 01:01:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/16 01:01:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/16 01:01:27 DEBUG : open-test-file: >Remove: err= 2026/07/16 01:01:27 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:27 DEBUG : Looking for writers 2026/07/16 01:01:27 DEBUG : >WaitForWriters: 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.45s) --- PASS: TestRWFileHandleOpenTests/writes (0.23s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.01s) --- 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.22s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.01s) --- 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-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:27 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:27 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:27 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:27 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:27 DEBUG : file1: newRWFileHandle: 2026/07/16 01:01:27 DEBUG : file1(0x107bf21d0100): openPending: 2026/07/16 01:01:27 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:27 DEBUG : file1(0x107bf21d0100): >openPending: err= 2026/07/16 01:01:27 DEBUG : file1: >newRWFileHandle: err= 2026/07/16 01:01:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:27 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/16 01:01:27 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/16 01:01:27 DEBUG : file1(0x107bf21d0100): _writeAt: size=2, off=0 2026/07/16 01:01:27 DEBUG : file1(0x107bf21d0100): >_writeAt: n=2, err= 2026/07/16 01:01:27 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/16 01:01:27 DEBUG : file1(0x107bf21d0100): RWFileHandle.Flush 2026/07/16 01:01:27 DEBUG : file1(0x107bf21d0100): RWFileHandle.Release 2026/07/16 01:01:27 DEBUG : file1(0x107bf21d0100): close: 2026/07/16 01:01:27 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/16 01:01:27 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:27 DEBUG : file1(0x107bf21d0100): >close: err= 2026/07/16 01:01:27 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:27 DEBUG : Looking for writers 2026/07/16 01:01:27 DEBUG : file1: reading active writers 2026/07/16 01:01:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:27 DEBUG : Looking for writers 2026/07/16 01:01:27 DEBUG : file1: reading active writers 2026/07/16 01:01:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:27 DEBUG : Looking for writers 2026/07/16 01:01:27 DEBUG : file1: reading active writers 2026/07/16 01:01:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:27 DEBUG : Looking for writers 2026/07/16 01:01:27 DEBUG : file1: reading active writers 2026/07/16 01:01:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:27 DEBUG : file1: vfs cache: starting upload 2026/07/16 01:01:27 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1.a0a9169e.partial" 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1.a0a9169e.partial 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1.a0a9169e.partial" 2026/07/16 01:01:27 DEBUG : Looking for writers 2026/07/16 01:01:27 DEBUG : file1: reading active writers 2026/07/16 01:01:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yocehab5wisu/file1.a0a9169e.partial 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:27 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/16 01:01:27 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/16 01:01:27 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/07/16 01:01:27 INFO : file1: Copied (new) 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:27 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:28 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/16 01:01:28 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/07/16 01:01:28 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/16 01:01:28 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/07/16 01:01:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:28 INFO : file1: vfs cache: upload succeeded try #1 2026/07/16 01:01:28 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu/dir/file1: no such file or directory 2026/07/16 01:01:28 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu/dir/file1: no such file or directory 2026/07/16 01:01:28 DEBUG : Looking for writers 2026/07/16 01:01:28 DEBUG : file1: reading active writers 2026/07/16 01:01:28 DEBUG : >WaitForWriters: 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:28 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:28 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/07/16 01:01:28 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:28 DEBUG : Looking for writers 2026/07/16 01:01:28 DEBUG : file1: reading active writers 2026/07/16 01:01:28 DEBUG : >WaitForWriters: 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.48s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:28 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:28 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:28 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:28 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:28 DEBUG : rename_me: newRWFileHandle: 2026/07/16 01:01:28 DEBUG : rename_me(0x107bf21d0b40): openPending: 2026/07/16 01:01:28 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/16 01:01:28 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/16 01:01:28 DEBUG : rename_me(0x107bf21d0b40): >openPending: err= 2026/07/16 01:01:28 DEBUG : rename_me: >newRWFileHandle: err= 2026/07/16 01:01:28 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/16 01:01:28 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/07/16 01:01:28 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/07/16 01:01:28 DEBUG : rename_me(0x107bf21d0b40): _writeAt: size=5, off=0 2026/07/16 01:01:28 DEBUG : rename_me(0x107bf21d0b40): >_writeAt: n=5, err= 2026/07/16 01:01:28 DEBUG : rename_me(0x107bf21d0b40): close: 2026/07/16 01:01:28 DEBUG : rename_me: vfs cache: setting modification time to 2026-07-16 01:01:28.219520273 +0000 UTC m=+33.225719814 2026/07/16 01:01:28 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/07/16 01:01:28 DEBUG : rename_me(0x107bf21d0b40): >close: err= 2026/07/16 01:01:28 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/07/16 01:01:28 DEBUG : i_was_renamed: Updating file with 0x107bf2b11d40 2026/07/16 01:01:28 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/07/16 01:01:28 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/16 01:01:28 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:28 DEBUG : Looking for writers 2026/07/16 01:01:28 DEBUG : i_was_renamed: reading active writers 2026/07/16 01:01:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/16 01:01:28 DEBUG : Looking for writers 2026/07/16 01:01:28 DEBUG : i_was_renamed: reading active writers 2026/07/16 01:01:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/16 01:01:28 DEBUG : Looking for writers 2026/07/16 01:01:28 DEBUG : i_was_renamed: reading active writers 2026/07/16 01:01:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/16 01:01:28 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu/dir/file1: no such file or directory 2026/07/16 01:01:28 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu/dir/file1: no such file or directory 2026/07/16 01:01:28 DEBUG : Looking for writers 2026/07/16 01:01:28 DEBUG : i_was_renamed: reading active writers 2026/07/16 01:01:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/16 01:01:28 DEBUG : i_was_renamed: vfs cache: starting upload 2026/07/16 01:01:28 DEBUG : i_was_renamed.bf62eae6.partial: size = 5 OK 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/i_was_renamed.bf62eae6.partial" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/i_was_renamed.bf62eae6.partial 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/i_was_renamed.bf62eae6.partial" 2026/07/16 01:01:28 DEBUG : Looking for writers 2026/07/16 01:01:28 DEBUG : i_was_renamed: reading active writers 2026/07/16 01:01:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/i_was_renamed.bf62eae6.partial 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:28 DEBUG : i_was_renamed.bf62eae6.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:28 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/16 01:01:28 DEBUG : i_was_renamed.bf62eae6.partial: renamed to: i_was_renamed 2026/07/16 01:01:28 INFO : i_was_renamed: Copied (new) 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/i_was_renamed" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/i_was_renamed 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/i_was_renamed" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/i_was_renamed 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:28 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:28 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-07-16 01:01:28 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/16 01:01:28 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/07/16 01:01:28 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/16 01:01:28 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/07/16 01:01:28 DEBUG : Looking for writers 2026/07/16 01:01:28 DEBUG : i_was_renamed: reading active writers 2026/07/16 01:01:28 DEBUG : >WaitForWriters: 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:28 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/16 01:01:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yocehab5wisu" 2026/07/16 01:01:28 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/07/16 01:01:28 DEBUG : forgetting directory cache 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate(0x107bf2710740): _readAt: size=512, off=0 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate(0x107bf2710740): openPending: 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:28 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-16 00:02:28 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/16 01:01:28 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate(0x107bf2710740): >openPending: err= 2026/07/16 01:01:28 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate(0x107bf2710740): >_readAt: n=20, err=EOF 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate(0x107bf2710740): close: 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-16 00:02:28 +0000 UTC 2026/07/16 01:01:28 DEBUG : TestRWCacheUpdate(0x107bf2710740): >close: err= 2026/07/16 01:01:28 DEBUG : Re-reading directory (100.052507ms old) 2026/07/16 01:01:29 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : forgetting directory cache 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate(0x107bf26c5d40): _readAt: size=512, off=0 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate(0x107bf26c5d40): openPending: 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-16 00:03:28 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-07-16 00:02:28 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-16 00:03:28 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-07-16 00:02:28 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/07/16 01:01:29 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/16 01:01:29 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate(0x107bf26c5d40): >openPending: err= 2026/07/16 01:01:29 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate(0x107bf26c5d40): >_readAt: n=20, err=EOF 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate(0x107bf26c5d40): close: 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-16 00:03:28 +0000 UTC 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate(0x107bf26c5d40): >close: err= 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : forgetting directory cache 2026/07/16 01:01:29 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate(0x107bf253b9c0): _readAt: size=512, off=0 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate(0x107bf253b9c0): openPending: 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-16 00:04:28 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-07-16 00:03:28 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-16 00:04:28 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-07-16 00:03:28 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/07/16 01:01:29 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/16 01:01:29 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate(0x107bf253b9c0): >openPending: err= 2026/07/16 01:01:29 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate(0x107bf253b9c0): >_readAt: n=20, err=EOF 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate(0x107bf253b9c0): close: 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-16 00:04:28 +0000 UTC 2026/07/16 01:01:29 DEBUG : TestRWCacheUpdate(0x107bf253b9c0): >close: err= 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:29 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : forgetting directory cache 2026/07/16 01:01:30 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate(0x107bf21d1a80): _readAt: size=512, off=0 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate(0x107bf21d1a80): openPending: 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-16 00:05:28 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-07-16 00:04:28 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-16 00:05:28 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-07-16 00:04:28 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/07/16 01:01:30 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/16 01:01:30 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate(0x107bf21d1a80): >openPending: err= 2026/07/16 01:01:30 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate(0x107bf21d1a80): >_readAt: n=20, err=EOF 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate(0x107bf21d1a80): close: 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-16 00:05:28 +0000 UTC 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate(0x107bf21d1a80): >close: err= 2026/07/16 01:01:30 DEBUG : Re-reading directory (104.932631ms old) 2026/07/16 01:01:30 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : forgetting directory cache 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate(0x107bf28001c0): _readAt: size=512, off=0 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate(0x107bf28001c0): openPending: 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-16 00:06:28 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-07-16 00:05:28 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-16 00:06:28 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-07-16 00:05:28 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/07/16 01:01:30 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/16 01:01:30 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate(0x107bf28001c0): >openPending: err= 2026/07/16 01:01:30 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate(0x107bf28001c0): >_readAt: n=20, err=EOF 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate(0x107bf28001c0): close: 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-16 00:06:28 +0000 UTC 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate(0x107bf28001c0): >close: err= 2026/07/16 01:01:30 DEBUG : Re-reading directory (100.324247ms old) 2026/07/16 01:01:30 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:30 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/07/16 01:01:31 DEBUG : forgetting directory cache 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate(0x107bf2801180): _readAt: size=512, off=0 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate(0x107bf2801180): openPending: 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-16 00:07:28 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-07-16 00:06:28 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-16 00:07:28 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-07-16 00:06:28 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/07/16 01:01:31 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/16 01:01:31 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate(0x107bf2801180): >openPending: err= 2026/07/16 01:01:31 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate(0x107bf2801180): >_readAt: n=20, err=EOF 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate(0x107bf2801180): close: 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-16 00:07:28 +0000 UTC 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate(0x107bf2801180): >close: err= 2026/07/16 01:01:31 DEBUG : Re-reading directory (100.892992ms old) 2026/07/16 01:01:31 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : forgetting directory cache 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate(0x107bf26b0e40): _readAt: size=512, off=0 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate(0x107bf26b0e40): openPending: 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-07-16 00:08:28 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-07-16 00:07:28 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-07-16 00:08:28 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-07-16 00:07:28 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/07/16 01:01:31 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/07/16 01:01:31 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate(0x107bf26b0e40): >openPending: err= 2026/07/16 01:01:31 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate(0x107bf26b0e40): >_readAt: n=21, err=EOF 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate(0x107bf26b0e40): close: 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-16 00:08:28 +0000 UTC 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate(0x107bf26b0e40): >close: err= 2026/07/16 01:01:31 DEBUG : Re-reading directory (100.932208ms old) 2026/07/16 01:01:31 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:31 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : forgetting directory cache 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate(0x107bf26b1700): _readAt: size=512, off=0 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate(0x107bf26b1700): openPending: 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-07-16 00:09:28 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-07-16 00:08:28 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-07-16 00:09:28 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-07-16 00:08:28 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/07/16 01:01:32 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/07/16 01:01:32 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate(0x107bf26b1700): >openPending: err= 2026/07/16 01:01:32 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate(0x107bf26b1700): >_readAt: n=22, err=EOF 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate(0x107bf26b1700): close: 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-16 00:09:28 +0000 UTC 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate(0x107bf26b1700): >close: err= 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : forgetting directory cache 2026/07/16 01:01:32 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate(0x107bf2801ec0): _readAt: size=512, off=0 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate(0x107bf2801ec0): openPending: 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-07-16 00:10:28 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-07-16 00:09:28 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-07-16 00:10:28 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-07-16 00:09:28 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/07/16 01:01:32 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/07/16 01:01:32 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate(0x107bf2801ec0): >openPending: err= 2026/07/16 01:01:32 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate(0x107bf2801ec0): >_readAt: n=23, err=EOF 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate(0x107bf2801ec0): close: 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-16 00:10:28 +0000 UTC 2026/07/16 01:01:32 DEBUG : TestRWCacheUpdate(0x107bf2801ec0): >close: err= 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:32 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:33 DEBUG : forgetting directory cache 2026/07/16 01:01:33 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate(0x107bf248b800): _readAt: size=512, off=0 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate(0x107bf248b800): openPending: 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/TestRWCacheUpdate" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-yocehab5wisu/TestRWCacheUpdate 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-07-16 00:11:28 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-07-16 00:10:28 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-07-16 00:11:28 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-07-16 00:10:28 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/07/16 01:01:33 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/07/16 01:01:33 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate(0x107bf248b800): >openPending: err= 2026/07/16 01:01:33 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate(0x107bf248b800): >_readAt: n=24, err=EOF 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate(0x107bf248b800): close: 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-16 00:11:28 +0000 UTC 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate(0x107bf248b800): >close: err= 2026/07/16 01:01:33 DEBUG : Re-reading directory (105.379349ms old) 2026/07/16 01:01:33 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/16 01:01:33 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:33 DEBUG : Looking for writers 2026/07/16 01:01:33 DEBUG : TestRWCacheUpdate: reading active writers 2026/07/16 01:01:33 DEBUG : >WaitForWriters: 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (4.89s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FiLeA" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/FiLeA 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/FiLeA" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yocehab5wisu/FiLeA 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:33 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FiLeA" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/FiLeA 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/FiLeA" 2026/07/16 01:01:33 DEBUG : forgetting directory cache 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yocehab5wisu/FiLeA 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:33 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FiLeB" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/FiLeB 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/FiLeB" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yocehab5wisu/FiLeB 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:33 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FiLeB" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/FiLeB 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/FiLeB" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yocehab5wisu/FiLeB 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:33 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/16 01:01:33 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:33 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:33 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:33 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/16 01:01:33 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/16 01:01:33 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/16 01:01:33 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:33 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FiLeA" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/FiLeA 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/FiLeA" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yocehab5wisu/FiLeA 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:33 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/16 01:01:33 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:33 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/16 01:01:33 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/16 01:01:33 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/16 01:01:33 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:33 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FiLeA" 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/FiLeA 2026/07/16 01:01:33 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/FiLeA" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yocehab5wisu/FiLeA 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:34 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/16 01:01:34 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/16 01:01:34 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/16 01:01:34 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/16 01:01:34 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:34 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:34 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/16 01:01:34 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/16 01:01:34 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/16 01:01:34 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:34 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FiLeB" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/FiLeB 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/FiLeB" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yocehab5wisu/FiLeB 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:34 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/16 01:01:34 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/16 01:01:34 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/16 01:01:34 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/16 01:01:34 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:34 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FilEb" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/FilEb 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/FilEb" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yocehab5wisu/FilEb 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:34 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FiLeA" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/FiLeA 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/FiLeA" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yocehab5wisu/FiLeA 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:34 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FiLeA" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/FiLeA 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/FiLeA" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yocehab5wisu/FiLeA 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:34 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FiLeB" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/FiLeB 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/FiLeB" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yocehab5wisu/FiLeB 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:34 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FiLeB" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/FiLeB 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/FiLeB" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yocehab5wisu/FiLeB 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:34 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FilEb" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/FilEb 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/FilEb" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yocehab5wisu/FilEb 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:34 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FilEb" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/FilEb 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/FilEb" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-yocehab5wisu/FilEb 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:34 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/07/16 01:01:34 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/16 01:01:34 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/16 01:01:34 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/16 01:01:34 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:34 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:34 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/16 01:01:34 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/16 01:01:34 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/07/16 01:01:34 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:34 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:34 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/16 01:01:34 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/16 01:01:34 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/07/16 01:01:34 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:34 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:34 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/16 01:01:34 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/16 01:01:34 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/07/16 01:01:34 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:34 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:34 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/16 01:01:34 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/16 01:01:34 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/16 01:01:34 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:34 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FiLeB" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/FiLeB 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/FiLeB" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yocehab5wisu/FiLeB 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:34 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/16 01:01:34 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/16 01:01:34 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/16 01:01:34 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/16 01:01:34 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:34 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/FilEb" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/FilEb 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/FilEb" 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yocehab5wisu/FilEb 2026/07/16 01:01:34 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:34 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/16 01:01:34 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/16 01:01:34 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/16 01:01:34 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/16 01:01:34 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/16 01:01:34 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/16 01:01:34 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/16 01:01:34 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/16 01:01:34 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:34 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:34 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:34 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:34 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:34 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/16 01:01:34 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/16 01:01:34 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/16 01:01:34 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:34 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:34 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:34 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/16 01:01:34 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/16 01:01:34 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/16 01:01:34 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:34 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:35 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:35 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:35 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:35 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:35 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:35 DEBUG : Looking for writers 2026/07/16 01:01:35 DEBUG : FilEb: reading active writers 2026/07/16 01:01:35 DEBUG : FiLeA: reading active writers 2026/07/16 01:01:35 DEBUG : FiLeB: reading active writers 2026/07/16 01:01:35 DEBUG : >WaitForWriters: 2026/07/16 01:01:35 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:35 DEBUG : Looking for writers 2026/07/16 01:01:35 DEBUG : FilEb: reading active writers 2026/07/16 01:01:35 DEBUG : FiLeA: reading active writers 2026/07/16 01:01:35 DEBUG : FiLeB: reading active writers 2026/07/16 01:01:35 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.58s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/normal name with no special characters.txt" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/normal\ name\ with\ no\ special\ characters.txt 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/normal\ name\ with\ no\ special\ characters.txt" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yocehab5wisu/normal name with no special characters.txt 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/normal name with no special characters.txt" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/normal\ name\ with\ no\ special\ characters.txt 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/normal\ name\ with\ no\ special\ characters.txt" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yocehab5wisu/normal name with no special characters.txt 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/測試_Русский___ě_áñ" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/測試_Русский___ě_áñ 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/測試_Русский___ě_áñ" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yocehab5wisu/測試_Русский___ě_áñ 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:35 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/測試_Русский___ě_áñ" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/測試_Русский___ě_áñ 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/測試_Русский___ě_áñ" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yocehab5wisu/測試_Русский___ě_áñ 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:35 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/16 01:01:35 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/normal name with no special characters.txt" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/normal\ name\ with\ no\ special\ characters.txt 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/normal\ name\ with\ no\ special\ characters.txt" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yocehab5wisu/normal name with no special characters.txt 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/16 01:01:35 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:35 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/07/16 01:01:35 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/07/16 01:01:35 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/07/16 01:01:35 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:35 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/測試_Русский___ě_áñ" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/測試_Русский___ě_áñ 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/測試_Русский___ě_áñ" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yocehab5wisu/測試_Русский___ě_áñ 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:35 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:35 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:35 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:35 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:35 DEBUG : Looking for writers 2026/07/16 01:01:35 DEBUG : normal name with no special characters.txt: reading active writers 2026/07/16 01:01:35 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/07/16 01:01:35 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.60s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:35 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Reusing VFS from active cache 2026/07/16 01:01:35 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:35 DEBUG : Looking for writers 2026/07/16 01:01:35 DEBUG : >WaitForWriters: 2026/07/16 01:01:35 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:35 DEBUG : Looking for writers 2026/07/16 01:01:35 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:35 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:35 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:35 DEBUG : Looking for writers 2026/07/16 01:01:35 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:35 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:35 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:35 DEBUG : Looking for writers 2026/07/16 01:01:35 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:35 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:35 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:35 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:35 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:35 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:36 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/16 01:01:36 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:36 DEBUG : dir: Looking for writers 2026/07/16 01:01:36 DEBUG : file2: reading active writers 2026/07/16 01:01:36 DEBUG : Looking for writers 2026/07/16 01:01:36 DEBUG : dir: reading active writers 2026/07/16 01:01:36 DEBUG : file1: reading active writers 2026/07/16 01:01:36 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.40s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:36 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:36 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:36 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:36 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:36 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/16 01:01:36 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:36 DEBUG : dir: Looking for writers 2026/07/16 01:01:36 DEBUG : Looking for writers 2026/07/16 01:01:36 DEBUG : dir: reading active writers 2026/07/16 01:01:36 DEBUG : file1: reading active writers 2026/07/16 01:01:36 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.41s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:36 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:36 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:36 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:36 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:36 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/16 01:01:36 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:36 DEBUG : file1: Open: flags=O_RDONLY 2026/07/16 01:01:36 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/16 01:01:36 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/16 01:01:36 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:36 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/07/16 01:01:36 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/16 01:01:36 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:36 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:36 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:36 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/16 01:01:36 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/07/16 01:01:36 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/07/16 01:01:36 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/16 01:01:36 DEBUG : dir/new_file.txt: size = 0 OK 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/new_file.txt" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/new_file.txt 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/new_file.txt" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yocehab5wisu/dir/new_file.txt 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:36 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/16 01:01:36 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/16 01:01:36 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/07/16 01:01:36 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/16 01:01:36 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:36 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/16 01:01:36 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:36 DEBUG : dir: Looking for writers 2026/07/16 01:01:36 DEBUG : new_file.txt: reading active writers 2026/07/16 01:01:36 DEBUG : file2: reading active writers 2026/07/16 01:01:36 DEBUG : Looking for writers 2026/07/16 01:01:36 DEBUG : file1: reading active writers 2026/07/16 01:01:36 DEBUG : dir: reading active writers 2026/07/16 01:01:36 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.50s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:36 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:36 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:37 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file2" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yocehab5wisu/dir/file2 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:37 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/16 01:01:37 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/07/16 01:01:37 DEBUG : dir/file1: Updating file with dir/file1 0x107bf274e000 2026/07/16 01:01:37 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/16 01:01:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:37 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/dir/file1" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yocehab5wisu/dir/file1 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:37 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/16 01:01:37 INFO : dir/file1: Moved (server-side) to: file0 2026/07/16 01:01:37 DEBUG : file0: Updating file with file0 0x107bf274e000 2026/07/16 01:01:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/16 01:01:37 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file0" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file0 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file0" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yocehab5wisu/file0 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:37 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file0" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/file0 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/file0" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yocehab5wisu/file0 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:37 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/16 01:01:37 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:37 DEBUG : dir: Looking for writers 2026/07/16 01:01:37 DEBUG : Looking for writers 2026/07/16 01:01:37 DEBUG : dir: reading active writers 2026/07/16 01:01:37 DEBUG : file0: reading active writers 2026/07/16 01:01:37 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.61s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:37 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Server has VFS statistics extension 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: About path "/rclone-test-yocehab5wisu" 2026/07/16 01:01:37 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:37 DEBUG : Looking for writers 2026/07/16 01:01:37 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:37 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:37 DEBUG : Added virtual directory entry vAddDir: "/" 2026/07/16 01:01:37 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/16 01:01:37 DEBUG : Added virtual directory entry vAddDir: "b" 2026/07/16 01:01:37 DEBUG : Added virtual directory entry vAddDir: "c" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: 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/16 01:01:37 DEBUG : Added virtual directory entry vAddDir: "d" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: 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/16 01:01:37 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:37 DEBUG : d: Looking for writers 2026/07/16 01:01:37 DEBUG : Looking for writers 2026/07/16 01:01:37 DEBUG : a: Looking for writers 2026/07/16 01:01:37 DEBUG : b: Looking for writers 2026/07/16 01:01:37 DEBUG : c: Looking for writers 2026/07/16 01:01:37 DEBUG : Looking for writers 2026/07/16 01:01:37 DEBUG : /: reading active writers 2026/07/16 01:01:37 DEBUG : a: reading active writers 2026/07/16 01:01:37 DEBUG : b: reading active writers 2026/07/16 01:01:37 DEBUG : c: reading active writers 2026/07/16 01:01:37 DEBUG : d: reading active writers 2026/07/16 01:01:37 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:37 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:37 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/16 01:01:37 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/07/16 01:01:37 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/07/16 01:01:37 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/07/16 01:01:37 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:37 DEBUG : a/b/c/d: Looking for writers 2026/07/16 01:01:37 DEBUG : a/b/c: Looking for writers 2026/07/16 01:01:37 DEBUG : d: reading active writers 2026/07/16 01:01:37 DEBUG : a/b: Looking for writers 2026/07/16 01:01:37 DEBUG : c: reading active writers 2026/07/16 01:01:37 DEBUG : a: Looking for writers 2026/07/16 01:01:37 DEBUG : b: reading active writers 2026/07/16 01:01:37 DEBUG : Looking for writers 2026/07/16 01:01:37 DEBUG : a: reading active writers 2026/07/16 01:01:37 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.04s) === 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-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:37 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:37 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:37 DEBUG : Looking for writers 2026/07/16 01:01:37 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-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:37 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:37 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:37 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:37 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/16 01:01:37 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/16 01:01:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:37 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/16 01:01:37 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/16 01:01:37 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/16 01:01:37 DEBUG : file1: size = 5 OK 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:37 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:37 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/16 01:01:37 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/16 01:01:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:37 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:37 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:38 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/16 01:01:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/16 01:01:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/16 01:01:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/16 01:01:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/16 01:01:38 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/07/16 01:01:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/16 01:01:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/16 01:01:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/16 01:01:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/16 01:01:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/16 01:01:38 DEBUG : file1: size = 0 OK 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:38 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/16 01:01:38 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/16 01:01:38 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/16 01:01:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/16 01:01:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/16 01:01:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/16 01:01:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/16 01:01:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (7 bytes), uploading instead of streaming 2026/07/16 01:01:38 DEBUG : file1: size = 7 OK 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:38 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:38 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/07/16 01:01:38 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/07/16 01:01:38 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/16 01:01:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:38 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:38 DEBUG : Looking for writers 2026/07/16 01:01:38 DEBUG : file1: reading active writers 2026/07/16 01:01:38 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.50s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:38 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/16 01:01:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/16 01:01:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:38 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/07/16 01:01:39 DEBUG : file1: aborting in-sequence write wait, off=100 2026/07/16 01:01:39 DEBUG : file1: failed to wait for in-sequence write to 100 2026/07/16 01:01:39 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (11 bytes), uploading instead of streaming 2026/07/16 01:01:39 DEBUG : file1: size = 11 OK 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:39 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/16 01:01:39 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/16 01:01:39 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/16 01:01:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:39 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:39 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:39 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/16 01:01:39 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:39 DEBUG : Looking for writers 2026/07/16 01:01:39 DEBUG : file1: reading active writers 2026/07/16 01:01:39 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.30s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:39 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/16 01:01:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/16 01:01:39 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/07/16 01:01:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/16 01:01:39 DEBUG : file1: size = 5 OK 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:39 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/16 01:01:39 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/16 01:01:39 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/16 01:01:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:39 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/07/16 01:01:39 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:39 DEBUG : Looking for writers 2026/07/16 01:01:39 DEBUG : file1: reading active writers 2026/07/16 01:01:39 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:39 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/16 01:01:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/16 01:01:39 DEBUG : file1: WriteFileHandle.Release closing 2026/07/16 01:01:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/16 01:01:39 DEBUG : file1: size = 0 OK 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:39 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/16 01:01:39 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/16 01:01:39 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/16 01:01:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:39 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/07/16 01:01:39 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:39 DEBUG : Looking for writers 2026/07/16 01:01:39 DEBUG : file1: reading active writers 2026/07/16 01:01:39 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:39 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/16 01:01:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/16 01:01:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (2 bytes), uploading instead of streaming 2026/07/16 01:01:39 DEBUG : file1: size = 2 OK 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:39 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/16 01:01:39 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/16 01:01:39 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/16 01:01:39 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/07/16 01:01:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:39 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:39 DEBUG : Looking for writers 2026/07/16 01:01:39 DEBUG : file1: reading active writers 2026/07/16 01:01:39 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:39 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/16 01:01:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/16 01:01:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/16 01:01:39 DEBUG : file1: size = 0 OK 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:39 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:40 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/16 01:01:40 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/16 01:01:40 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/16 01:01:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:40 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:40 DEBUG : file1: Open: flags=O_RDONLY 2026/07/16 01:01:40 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/16 01:01:40 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/16 01:01:40 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:40 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:40 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:40 DEBUG : Looking for writers 2026/07/16 01:01:40 DEBUG : file1: reading active writers 2026/07/16 01:01:40 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:40 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/16 01:01:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/16 01:01:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:40 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/16 01:01:40 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/16 01:01:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: File to upload is small (100 bytes), uploading instead of streaming 2026/07/16 01:01:40 DEBUG : file1: size = 100 OK 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/file1" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 48d1c3c7814a9fcf40efc739d57d003d /rclone-test-yocehab5wisu/file1 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:40 DEBUG : file1: Parsed hash: 48d1c3c7814a9fcf40efc739d57d003d 2026/07/16 01:01:40 DEBUG : file1: md5 = 48d1c3c7814a9fcf40efc739d57d003d OK 2026/07/16 01:01:40 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/16 01:01:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/16 01:01:40 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/16 01:01:40 DEBUG : file1: Open: flags=O_RDONLY 2026/07/16 01:01:40 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/16 01:01:40 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/16 01:01:40 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:40 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:40 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:40 DEBUG : Looking for writers 2026/07/16 01:01:40 DEBUG : file1: reading active writers 2026/07/16 01:01:40 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:40 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f000.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/flat/f000.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/flat/f000.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-yocehab5wisu/flat/f000.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:40 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f000.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/flat/f000.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/flat/f000.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-yocehab5wisu/flat/f000.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:40 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f001.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/flat/f001.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/flat/f001.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-yocehab5wisu/flat/f001.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:40 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f001.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/flat/f001.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/flat/f001.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-yocehab5wisu/flat/f001.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:40 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f002.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/flat/f002.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/flat/f002.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-yocehab5wisu/flat/f002.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:40 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f002.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/flat/f002.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/flat/f002.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-yocehab5wisu/flat/f002.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:40 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f003.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/flat/f003.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/flat/f003.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-yocehab5wisu/flat/f003.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:40 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f003.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/flat/f003.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/flat/f003.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-yocehab5wisu/flat/f003.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:40 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f004.txt" 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/flat/f004.txt 2026/07/16 01:01:40 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/flat/f004.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-yocehab5wisu/flat/f004.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:41 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f004.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: sha1sum /rclone-test-yocehab5wisu/flat/f004.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yocehab5wisu/flat/f004.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-yocehab5wisu/flat/f004.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:41 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/07/16 01:01:41 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/07/16 01:01:41 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/07/16 01:01:41 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:41 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f000.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/flat/f000.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/flat/f000.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-yocehab5wisu/flat/f000.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:41 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/16 01:01:41 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/07/16 01:01:41 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/07/16 01:01:41 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:41 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f001.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/flat/f001.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/flat/f001.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-yocehab5wisu/flat/f001.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:41 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/16 01:01:41 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/07/16 01:01:41 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/07/16 01:01:41 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:41 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f002.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/flat/f002.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/flat/f002.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-yocehab5wisu/flat/f002.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:41 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/16 01:01:41 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/07/16 01:01:41 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/07/16 01:01:41 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:41 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f003.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/flat/f003.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/flat/f003.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-yocehab5wisu/flat/f003.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:41 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/16 01:01:41 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/07/16 01:01:41 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/07/16 01:01:41 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:41 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/flat/f004.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/flat/f004.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/flat/f004.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-yocehab5wisu/flat/f004.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:41 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/16 01:01:41 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:41 DEBUG : flat: Looking for writers 2026/07/16 01:01:41 DEBUG : f000.txt: reading active writers 2026/07/16 01:01:41 DEBUG : f001.txt: reading active writers 2026/07/16 01:01:41 DEBUG : f002.txt: reading active writers 2026/07/16 01:01:41 DEBUG : f003.txt: reading active writers 2026/07/16 01:01:41 DEBUG : f004.txt: reading active writers 2026/07/16 01:01:41 DEBUG : Looking for writers 2026/07/16 01:01:41 DEBUG : flat: reading active writers 2026/07/16 01:01:41 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.50s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:41 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:41 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/07/16 01:01:41 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/07/16 01:01:41 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:41 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/a/b/c/deep.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/a/b/c/deep.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/a/b/c/deep.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-yocehab5wisu/a/b/c/deep.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:41 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/07/16 01:01:41 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/07/16 01:01:41 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/07/16 01:01:41 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:41 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/a/b/mid.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/a/b/mid.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/a/b/mid.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-yocehab5wisu/a/b/mid.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:41 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/07/16 01:01:41 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/07/16 01:01:41 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/07/16 01:01:41 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:41 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/a/top.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/a/top.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/a/top.txt" 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-yocehab5wisu/a/top.txt 2026/07/16 01:01:41 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:41 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/07/16 01:01:41 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:41 DEBUG : a/b/c: Looking for writers 2026/07/16 01:01:41 DEBUG : deep.txt: reading active writers 2026/07/16 01:01:41 DEBUG : a/b: Looking for writers 2026/07/16 01:01:41 DEBUG : c: reading active writers 2026/07/16 01:01:41 DEBUG : mid.txt: reading active writers 2026/07/16 01:01:41 DEBUG : a: Looking for writers 2026/07/16 01:01:41 DEBUG : b: reading active writers 2026/07/16 01:01:41 DEBUG : top.txt: reading active writers 2026/07/16 01:01:41 DEBUG : Looking for writers 2026/07/16 01:01:41 DEBUG : a: reading active writers 2026/07/16 01:01:41 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.32s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:41 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/bigdir/big.bin" 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/bigdir/big.bin 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/bigdir/big.bin" 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 5c4f6e76e71949e4b23a6f5cba57582a /rclone-test-yocehab5wisu/bigdir/big.bin 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:42 DEBUG : bigdir/big.bin: Parsed hash: 5c4f6e76e71949e4b23a6f5cba57582a 2026/07/16 01:01:42 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:42 DEBUG : bigdir: Looking for writers 2026/07/16 01:01:42 DEBUG : big.bin: reading active writers 2026/07/16 01:01:42 DEBUG : Looking for writers 2026/07/16 01:01:42 DEBUG : bigdir: reading active writers 2026/07/16 01:01:42 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.73s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-yocehab5wisu", Local "Local file system at /tmp/rclone1480767849", Modify Window "1s" 2026/07/16 01:01:42 INFO : sftp://rclone@:22/rclone-test-yocehab5wisu: poll-interval is not supported by this remote 2026/07/16 01:01:42 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/07/16 01:01:42 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/07/16 01:01:42 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:42 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir1/a.txt" 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir1/a.txt 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir1/a.txt" 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-yocehab5wisu/dir1/a.txt 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:42 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/07/16 01:01:42 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/07/16 01:01:42 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/07/16 01:01:42 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:42 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir2/b.txt" 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir2/b.txt 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir2/b.txt" 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: 415290769594460e2e485922904f345d /rclone-test-yocehab5wisu/dir2/b.txt 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:42 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/07/16 01:01:42 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/07/16 01:01:42 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/07/16 01:01:42 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/16 01:01:42 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Shell path "/rclone-test-yocehab5wisu/dir3/c.txt" 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: creating additional session 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Running remote command: md5sum /rclone-test-yocehab5wisu/dir3/c.txt 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yocehab5wisu/dir3/c.txt" 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: command exited OK 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-yocehab5wisu/dir3/c.txt 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: ssh external: close 2026/07/16 01:01:42 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/07/16 01:01:42 DEBUG : WaitForWriters: timeout=30s 2026/07/16 01:01:42 DEBUG : dir1: Looking for writers 2026/07/16 01:01:42 DEBUG : a.txt: reading active writers 2026/07/16 01:01:42 DEBUG : dir2: Looking for writers 2026/07/16 01:01:42 DEBUG : b.txt: reading active writers 2026/07/16 01:01:42 DEBUG : dir3: Looking for writers 2026/07/16 01:01:42 DEBUG : c.txt: reading active writers 2026/07/16 01:01:42 DEBUG : Looking for writers 2026/07/16 01:01:42 DEBUG : dir1: reading active writers 2026/07/16 01:01:42 DEBUG : dir2: reading active writers 2026/07/16 01:01:42 DEBUG : dir3: reading active writers 2026/07/16 01:01:42 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.31s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/07/16 01:01:42 DEBUG : sftp://rclone@:22/rclone-test-yocehab5wisu: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 48.009429631s (try 1/5)