"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/07/23 02:45:53 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-qobafik2quha" 2026/07/23 02:45:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/23 02:45:53 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/07/23 02:45:53 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/23 02:45:53 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/07/23 02:45:53 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/23 02:45:53 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/23 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: 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/23 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell type "unix" from config 2026/07/23 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Relative path resolved to "/rclone-test-qobafik2quha" 2026/07/23 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Using root directory "/rclone-test-qobafik2quha" 2026/07/23 02:45:53 DEBUG : Creating backend with remote "/tmp/rclone2098056319" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:53 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:54 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:54 DEBUG : dir: Looking for writers 2026/07/23 02:45:54 DEBUG : Looking for writers 2026/07/23 02:45:54 DEBUG : dir: reading active writers 2026/07/23 02:45:54 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.22s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:54 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:54 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:54 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/subdir/file3" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/subdir/file3 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/subdir/file3" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-qobafik2quha/dir/subdir/file3 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:54 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/subdir/file3" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/subdir/file3 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/subdir/file3" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-qobafik2quha/dir/subdir/file3 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:54 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/07/23 02:45:54 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:54 DEBUG : dir/subdir: Looking for writers 2026/07/23 02:45:54 DEBUG : dir: Looking for writers 2026/07/23 02:45:54 DEBUG : file2: reading active writers 2026/07/23 02:45:54 DEBUG : subdir: reading active writers 2026/07/23 02:45:54 DEBUG : file1: reading active writers 2026/07/23 02:45:54 DEBUG : Looking for writers 2026/07/23 02:45:54 DEBUG : dir: reading active writers 2026/07/23 02:45:54 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.67s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:54 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:55 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:55 DEBUG : dir: Looking for writers 2026/07/23 02:45:55 DEBUG : file1: reading active writers 2026/07/23 02:45:55 DEBUG : Looking for writers 2026/07/23 02:45:55 DEBUG : dir: reading active writers 2026/07/23 02:45:55 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.23s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:55 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:55 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:55 DEBUG : dir: Looking for writers 2026/07/23 02:45:55 DEBUG : Looking for writers 2026/07/23 02:45:55 DEBUG : dir: reading active writers 2026/07/23 02:45:55 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.22s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:55 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:55 DEBUG : dir: forgetting directory cache 2026/07/23 02:45:55 DEBUG : forgetting directory cache 2026/07/23 02:45:55 DEBUG : dir: forgetting directory cache 2026/07/23 02:45:55 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:55 DEBUG : Looking for writers 2026/07/23 02:45:55 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.23s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:55 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:55 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/07/23 02:45:55 DEBUG : dir: invalidating directory cache 2026/07/23 02:45:55 DEBUG : >ForgetPath: 2026/07/23 02:45:55 DEBUG : ForgetPath: relativePath="dir", type=0 2026/07/23 02:45:55 DEBUG : invalidating directory cache 2026/07/23 02:45:55 DEBUG : dir: forgetting directory cache 2026/07/23 02:45:55 DEBUG : >ForgetPath: 2026/07/23 02:45:55 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/07/23 02:45:55 DEBUG : >ForgetPath: 2026/07/23 02:45:55 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:55 DEBUG : dir: Looking for writers 2026/07/23 02:45:55 DEBUG : Looking for writers 2026/07/23 02:45:55 DEBUG : dir: reading active writers 2026/07/23 02:45:55 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.24s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:55 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: 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/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/fil/a/b/c" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/fil/a/b/c 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/fil/a/b/c" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-qobafik2quha/fil/a/b/c 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:56 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/fil/a/b/c" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/fil/a/b/c 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/fil/a/b/c" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-qobafik2quha/fil/a/b/c 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:56 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:56 DEBUG : forgetting directory cache 2026/07/23 02:45:56 DEBUG : dir: forgetting directory cache 2026/07/23 02:45:56 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:56 DEBUG : dir: Looking for writers 2026/07/23 02:45:56 DEBUG : fil/a/b: Looking for writers 2026/07/23 02:45:56 DEBUG : fil/a: Looking for writers 2026/07/23 02:45:56 DEBUG : b: reading active writers 2026/07/23 02:45:56 DEBUG : fil: Looking for writers 2026/07/23 02:45:56 DEBUG : a: reading active writers 2026/07/23 02:45:56 DEBUG : Looking for writers 2026/07/23 02:45:56 DEBUG : fil: reading active writers 2026/07/23 02:45:56 DEBUG : dir: reading active writers 2026/07/23 02:45:56 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.80s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:56 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:56 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:56 DEBUG : dir: Looking for writers 2026/07/23 02:45:56 DEBUG : Looking for writers 2026/07/23 02:45:56 DEBUG : dir: reading active writers 2026/07/23 02:45:56 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.24s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:56 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:57 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:57 DEBUG : dir: Looking for writers 2026/07/23 02:45:57 DEBUG : file1: reading active writers 2026/07/23 02:45:57 DEBUG : Looking for writers 2026/07/23 02:45:57 DEBUG : dir: reading active writers 2026/07/23 02:45:57 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.24s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:57 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:57 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:57 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/subdir/file3" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/subdir/file3 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/subdir/file3" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-qobafik2quha/dir/subdir/file3 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:57 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/subdir/file3" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/subdir/file3 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/subdir/file3" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-qobafik2quha/dir/subdir/file3 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:57 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/07/23 02:45:57 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/07/23 02:45:57 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/07/23 02:45:57 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/23 02:45:57 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/07/23 02:45:57 DEBUG : Waiting for deletions to finish 2026/07/23 02:45:57 INFO : dir/subdir/file3: Deleted 2026/07/23 02:45:57 DEBUG : removing 1 level 2 directories 2026/07/23 02:45:57 INFO : dir/subdir: Removing directory 2026/07/23 02:45:57 DEBUG : dir: invalidating directory cache 2026/07/23 02:45:57 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/07/23 02:45:57 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/07/23 02:45:57 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/07/23 02:45:57 DEBUG : dir/file1: Reset virtual modtime 2026/07/23 02:45:57 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/07/23 02:45:57 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/23 02:45:57 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/07/23 02:45:57 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/07/23 02:45:57 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:45:57 DEBUG : dir: invalidating directory cache 2026/07/23 02:45:57 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/07/23 02:45:57 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/07/23 02:45:57 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/23 02:45:57 DEBUG : forgetting directory cache 2026/07/23 02:45:57 DEBUG : dir: forgetting directory cache 2026/07/23 02:45:57 DEBUG : dir/virtualDir: forgetting directory cache 2026/07/23 02:45:57 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:57 DEBUG : dir/virtualDir: Looking for writers 2026/07/23 02:45:57 DEBUG : dir: Looking for writers 2026/07/23 02:45:57 DEBUG : virtualFile2: reading active writers 2026/07/23 02:45:57 DEBUG : virtualFile: reading active writers 2026/07/23 02:45:57 DEBUG : virtualDir: reading active writers 2026/07/23 02:45:57 DEBUG : file1: reading active writers 2026/07/23 02:45:57 DEBUG : Looking for writers 2026/07/23 02:45:57 DEBUG : dir: reading active writers 2026/07/23 02:45:57 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.71s) --- PASS: TestDirReadDirAll/Virtual (0.02s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:57 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:57 ERROR : dir/: Can only open directories read only 2026/07/23 02:45:57 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:57 DEBUG : dir: Looking for writers 2026/07/23 02:45:57 DEBUG : Looking for writers 2026/07/23 02:45:57 DEBUG : dir: reading active writers 2026/07/23 02:45:57 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.24s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:57 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:58 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:45:58 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/23 02:45:58 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/07/23 02:45:58 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (5 bytes), uploading instead of streaming 2026/07/23 02:45:58 DEBUG : dir/potato: size = 5 OK 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/potato" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/potato 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/potato" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/dir/potato 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:58 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:45:58 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/23 02:45:58 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/07/23 02:45:58 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/23 02:45:58 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:58 DEBUG : dir: Looking for writers 2026/07/23 02:45:58 DEBUG : file1: reading active writers 2026/07/23 02:45:58 DEBUG : potato: reading active writers 2026/07/23 02:45:58 DEBUG : Looking for writers 2026/07/23 02:45:58 DEBUG : dir: reading active writers 2026/07/23 02:45:58 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.45s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:58 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:58 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:58 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:58 DEBUG : dir/sub: Looking for writers 2026/07/23 02:45:58 DEBUG : dir: Looking for writers 2026/07/23 02:45:58 DEBUG : sub: reading active writers 2026/07/23 02:45:58 DEBUG : file1: reading active writers 2026/07/23 02:45:58 DEBUG : Looking for writers 2026/07/23 02:45:58 DEBUG : dir: reading active writers 2026/07/23 02:45:58 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.53s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:58 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:59 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/23 02:45:59 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:59 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:59 DEBUG : dir/sub/subsub: Looking for writers 2026/07/23 02:45:59 DEBUG : dir/sub: Looking for writers 2026/07/23 02:45:59 DEBUG : subsub: reading active writers 2026/07/23 02:45:59 DEBUG : dir: Looking for writers 2026/07/23 02:45:59 DEBUG : file1: reading active writers 2026/07/23 02:45:59 DEBUG : sub: reading active writers 2026/07/23 02:45:59 DEBUG : Looking for writers 2026/07/23 02:45:59 DEBUG : dir: reading active writers 2026/07/23 02:45:59 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.46s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:59 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:59 ERROR : dir/: Dir.Remove not empty 2026/07/23 02:45:59 DEBUG : dir/file1: Remove: 2026/07/23 02:45:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:45:59 DEBUG : dir/file1: >Remove: err= 2026/07/23 02:45:59 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/23 02:45:59 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:59 DEBUG : Looking for writers 2026/07/23 02:45:59 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.24s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:59 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:45:59 DEBUG : dir/file1: Remove: 2026/07/23 02:45:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:45:59 DEBUG : dir/file1: >Remove: err= 2026/07/23 02:45:59 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/23 02:45:59 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:45:59 DEBUG : Looking for writers 2026/07/23 02:45:59 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.22s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:45:59 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:45:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:00 DEBUG : dir/file1: Remove: 2026/07/23 02:46:00 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:00 DEBUG : dir/file1: >Remove: err= 2026/07/23 02:46:00 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:00 DEBUG : dir: Looking for writers 2026/07/23 02:46:00 DEBUG : Looking for writers 2026/07/23 02:46:00 DEBUG : dir: reading active writers 2026/07/23 02:46:00 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.34s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:00 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file3" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file3 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file3" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-qobafik2quha/dir/file3 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:00 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file3" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file3 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file3" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-qobafik2quha/dir/file3 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:00 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/23 02:46:00 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/07/23 02:46:00 DEBUG : dir: Updating dir with dir2 0x1ca85a3cd5f0 2026/07/23 02:46:00 DEBUG : dir: forgetting directory cache 2026/07/23 02:46:00 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/23 02:46:00 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir2/file1" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir2/file1 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir2/file1" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir2/file1 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:00 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir2/file1" 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir2/file1 2026/07/23 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir2/file1" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir2/file1 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:01 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir2/file3" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir2/file3 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir2/file3" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-qobafik2quha/dir2/file3 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:01 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir2/file3" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir2/file3 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir2/file3" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-qobafik2quha/dir2/file3 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:01 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/23 02:46:01 INFO : dir2/file1: Moved (server-side) to: file2 2026/07/23 02:46:01 DEBUG : file2: Updating file with file2 0x1ca85a24d5f0 2026/07/23 02:46:01 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:01 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file2" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file2 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file2" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/file2 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:01 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file2" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/file2 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/file2" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/file2 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:01 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir2/file3" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir2/file3 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir2/file3" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-qobafik2quha/dir2/file3 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:01 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir2/file3" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir2/file3 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir2/file3" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-qobafik2quha/dir2/file3 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:01 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/23 02:46:01 INFO : dir2/file3: Deleted 2026/07/23 02:46:01 INFO : file2: Moved (server-side) to: dir2/file3 2026/07/23 02:46:01 DEBUG : dir2/file3: Updating file with dir2/file3 0x1ca85a24d5f0 2026/07/23 02:46:01 DEBUG : Added virtual directory entry vDel: "file2" 2026/07/23 02:46:01 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir2/file3" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir2/file3 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir2/file3" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir2/file3 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:01 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir2/file3" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir2/file3 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir2/file3" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir2/file3 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:01 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:01 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/07/23 02:46:01 DEBUG : empty directory: Updating dir with renamed empty directory 0x1ca85a17e0d0 2026/07/23 02:46:01 DEBUG : empty directory: forgetting directory cache 2026/07/23 02:46:01 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/07/23 02:46:01 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/07/23 02:46:01 DEBUG : dir2: Renaming to "dir3" 2026/07/23 02:46:01 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:01 DEBUG : dir3: Looking for writers 2026/07/23 02:46:01 DEBUG : file3: reading active writers 2026/07/23 02:46:01 DEBUG : renamed empty directory: Looking for writers 2026/07/23 02:46:01 DEBUG : Looking for writers 2026/07/23 02:46:01 DEBUG : renamed empty directory: reading active writers 2026/07/23 02:46:01 DEBUG : dir3: reading active writers 2026/07/23 02:46:01 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.75s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:01 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:02 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/23 02:46:02 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:02 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/23 02:46:02 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/23 02:46:02 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/07/23 02:46:02 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/07/23 02:46:02 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/23 02:46:02 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:02 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/23 02:46:02 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/23 02:46:02 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/07/23 02:46:02 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/07/23 02:46:02 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (12 bytes), uploading instead of streaming 2026/07/23 02:46:02 DEBUG : dir/sub/file2: size = 12 OK 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/sub/file2" 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/sub/file2 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/sub/file2" 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-qobafik2quha/dir/sub/file2 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:02 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/07/23 02:46:02 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/07/23 02:46:02 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/07/23 02:46:02 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/23 02:46:02 DEBUG : forgetting directory cache 2026/07/23 02:46:02 DEBUG : dir: forgetting directory cache 2026/07/23 02:46:02 DEBUG : dir/sub: forgetting directory cache 2026/07/23 02:46:02 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/07/23 02:46:02 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (5 bytes), uploading instead of streaming 2026/07/23 02:46:02 DEBUG : dir/sub/file0: size = 5 OK 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/sub/file0" 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/sub/file0 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/sub/file0" 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/dir/sub/file0 2026/07/23 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:02 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:02 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/23 02:46:02 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/07/23 02:46:02 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/23 02:46:02 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:02 DEBUG : dir/sub: Looking for writers 2026/07/23 02:46:02 DEBUG : file0: reading active writers 2026/07/23 02:46:02 DEBUG : file2: reading active writers 2026/07/23 02:46:02 DEBUG : dir: Looking for writers 2026/07/23 02:46:02 DEBUG : file1: reading active writers 2026/07/23 02:46:02 DEBUG : sub: reading active writers 2026/07/23 02:46:02 DEBUG : Looking for writers 2026/07/23 02:46:02 DEBUG : dir: reading active writers 2026/07/23 02:46:02 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.46s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:02 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:02 DEBUG : forgetting directory cache 2026/07/23 02:46:03 DEBUG : forgetting directory cache 2026/07/23 02:46:03 DEBUG : dir: forgetting directory cache 2026/07/23 02:46:03 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:03 DEBUG : dir: Looking for writers 2026/07/23 02:46:03 DEBUG : Looking for writers 2026/07/23 02:46:03 DEBUG : dir: reading active writers 2026/07/23 02:46:03 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:03 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/07/23 02:46:03 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:03 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/07/23 02:46:03 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/07/23 02:46:03 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/07/23 02:46:03 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:03 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:03 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/07/23 02:46:03 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:03 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/07/23 02:46:03 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/07/23 02:46:03 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/07/23 02:46:03 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:03 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:03 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:03 DEBUG : dir: Looking for writers 2026/07/23 02:46:03 DEBUG : file1.metadata: reading active writers 2026/07/23 02:46:03 DEBUG : file1: reading active writers 2026/07/23 02:46:03 DEBUG : Looking for writers 2026/07/23 02:46:03 DEBUG : dir: reading active writers 2026/07/23 02:46:03 DEBUG : dir.metadata: reading active writers 2026/07/23 02:46:03 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:03 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:03 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:03 DEBUG : dir: Looking for writers 2026/07/23 02:46:03 DEBUG : file1: reading active writers 2026/07/23 02:46:03 DEBUG : Looking for writers 2026/07/23 02:46:03 DEBUG : dir: reading active writers 2026/07/23 02:46:03 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-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:03 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:04 DEBUG : Can set mod time: true 2026/07/23 02:46:04 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:04 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:04 DEBUG : dir: Looking for writers 2026/07/23 02:46:04 DEBUG : file1: reading active writers 2026/07/23 02:46:04 DEBUG : Looking for writers 2026/07/23 02:46:04 DEBUG : dir: reading active writers 2026/07/23 02:46:04 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:04 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:04 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/23 02:46:04 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/23 02:46:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (0 bytes), uploading instead of streaming 2026/07/23 02:46:04 DEBUG : dir/file1: size = 0 OK 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:04 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/23 02:46:04 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/23 02:46:04 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/23 02:46:04 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/23 02:46:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:04 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:04 DEBUG : dir: Looking for writers 2026/07/23 02:46:04 DEBUG : file1: reading active writers 2026/07/23 02:46:04 DEBUG : Looking for writers 2026/07/23 02:46:04 DEBUG : dir: reading active writers 2026/07/23 02:46:04 DEBUG : >WaitForWriters: 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:04 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:04 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/23 02:46:04 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:04 DEBUG : dir: Looking for writers 2026/07/23 02:46:04 DEBUG : file1: reading active writers 2026/07/23 02:46:04 DEBUG : Looking for writers 2026/07/23 02:46:04 DEBUG : dir: reading active writers 2026/07/23 02:46:04 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:04 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:05 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/23 02:46:05 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/23 02:46:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (5 bytes), uploading instead of streaming 2026/07/23 02:46:05 DEBUG : dir/file1: size = 5 OK 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:05 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:05 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/23 02:46:05 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/23 02:46:05 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/23 02:46:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:05 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:05 DEBUG : dir: Looking for writers 2026/07/23 02:46:05 DEBUG : file1: reading active writers 2026/07/23 02:46:05 DEBUG : Looking for writers 2026/07/23 02:46:05 DEBUG : dir: reading active writers 2026/07/23 02:46:05 DEBUG : >WaitForWriters: 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:05 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:05 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/23 02:46:05 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:05 DEBUG : dir: Looking for writers 2026/07/23 02:46:05 DEBUG : file1: reading active writers 2026/07/23 02:46:05 DEBUG : Looking for writers 2026/07/23 02:46:05 DEBUG : dir: reading active writers 2026/07/23 02:46:05 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:05 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:05 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:05 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:05 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:05 DEBUG : dir: Looking for writers 2026/07/23 02:46:05 DEBUG : file1: reading active writers 2026/07/23 02:46:05 DEBUG : Looking for writers 2026/07/23 02:46:05 DEBUG : dir: reading active writers 2026/07/23 02:46:05 DEBUG : >WaitForWriters: 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:05 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:05 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:05 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/23 02:46:05 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:05 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:05 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:05 DEBUG : dir/file1(0x1ca85a21cb00): close: 2026/07/23 02:46:05 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/23 02:46:05 DEBUG : dir/file1(0x1ca85a21cb00): >close: err= 2026/07/23 02:46:05 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:05 DEBUG : dir: Looking for writers 2026/07/23 02:46:05 DEBUG : file1: reading active writers 2026/07/23 02:46:05 DEBUG : Looking for writers 2026/07/23 02:46:05 DEBUG : dir: reading active writers 2026/07/23 02:46:05 DEBUG : >WaitForWriters: 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:06 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:06 DEBUG : dir: Looking for writers 2026/07/23 02:46:06 DEBUG : file1: reading active writers 2026/07/23 02:46:06 DEBUG : Looking for writers 2026/07/23 02:46:06 DEBUG : dir: reading active writers 2026/07/23 02:46:06 DEBUG : >WaitForWriters: 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:06 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:06 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:06 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/23 02:46:06 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:06 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:06 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:06 DEBUG : dir/file1(0x1ca85a21d380): _writeAt: size=5, off=0 2026/07/23 02:46:06 DEBUG : dir/file1(0x1ca85a21d380): openPending: 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:06 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/23 02:46:06 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/23 02:46:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:06 DEBUG : dir/file1(0x1ca85a21d380): >openPending: err= 2026/07/23 02:46:06 DEBUG : dir/file1(0x1ca85a21d380): >_writeAt: n=5, err= 2026/07/23 02:46:06 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/23 02:46:06 DEBUG : dir/file1(0x1ca85a21d380): close: 2026/07/23 02:46:06 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/07/23 02:46:06 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/07/23 02:46:06 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/07/23 02:46:06 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/23 02:46:06 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/23 02:46:06 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:06 DEBUG : dir/file1(0x1ca85a21d380): >close: err= 2026/07/23 02:46:06 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:06 DEBUG : dir: Looking for writers 2026/07/23 02:46:06 DEBUG : file1: reading active writers 2026/07/23 02:46:06 DEBUG : Looking for writers 2026/07/23 02:46:06 DEBUG : dir: reading active writers 2026/07/23 02:46:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:06 DEBUG : dir: Looking for writers 2026/07/23 02:46:06 DEBUG : file1: reading active writers 2026/07/23 02:46:06 DEBUG : Looking for writers 2026/07/23 02:46:06 DEBUG : dir: reading active writers 2026/07/23 02:46:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:06 DEBUG : dir: Looking for writers 2026/07/23 02:46:06 DEBUG : file1: reading active writers 2026/07/23 02:46:06 DEBUG : Looking for writers 2026/07/23 02:46:06 DEBUG : dir: reading active writers 2026/07/23 02:46:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:06 DEBUG : dir: Looking for writers 2026/07/23 02:46:06 DEBUG : file1: reading active writers 2026/07/23 02:46:06 DEBUG : Looking for writers 2026/07/23 02:46:06 DEBUG : dir: reading active writers 2026/07/23 02:46:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:06 DEBUG : dir/file1: vfs cache: starting upload 2026/07/23 02:46:06 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1.2f98c60a.partial" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1.2f98c60a.partial 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1.2f98c60a.partial" 2026/07/23 02:46:06 DEBUG : dir: Looking for writers 2026/07/23 02:46:06 DEBUG : file1: reading active writers 2026/07/23 02:46:06 DEBUG : Looking for writers 2026/07/23 02:46:06 DEBUG : dir: reading active writers 2026/07/23 02:46:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-qobafik2quha/dir/file1.2f98c60a.partial 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:06 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/23 02:46:06 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/07/23 02:46:06 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/07/23 02:46:06 INFO : dir/file1: Copied (replaced existing) 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:06 DEBUG : dir: Looking for writers 2026/07/23 02:46:06 DEBUG : file1: reading active writers 2026/07/23 02:46:06 DEBUG : Looking for writers 2026/07/23 02:46:06 DEBUG : dir: reading active writers 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:06 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/23 02:46:06 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/07/23 02:46:06 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/23 02:46:06 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/07/23 02:46:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:06 DEBUG : >WaitForWriters: 2026/07/23 02:46:06 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:06 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:07 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/07/23 02:46:07 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:07 DEBUG : dir: Looking for writers 2026/07/23 02:46:07 DEBUG : file1: reading active writers 2026/07/23 02:46:07 DEBUG : Looking for writers 2026/07/23 02:46:07 DEBUG : dir: reading active writers 2026/07/23 02:46:07 DEBUG : >WaitForWriters: 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.13s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.38s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.51s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.51s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.42s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.42s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.88s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:07 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:07 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:07 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/23 02:46:07 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:07 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:07 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:07 DEBUG : dir: Looking for writers 2026/07/23 02:46:07 DEBUG : file1: reading active writers 2026/07/23 02:46:07 DEBUG : Looking for writers 2026/07/23 02:46:07 DEBUG : dir: reading active writers 2026/07/23 02:46:07 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.32s) === RUN TestFileOpenReadUnknownSize 2026/07/23 02:46:07 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/07/23 02:46:07 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/23 02:46:07 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:07 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/07/23 02:46:07 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:07 DEBUG : Looking for writers 2026/07/23 02:46:07 DEBUG : file.txt: reading active writers 2026/07/23 02:46:07 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:07 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (25 bytes), uploading instead of streaming 2026/07/23 02:46:07 DEBUG : dir/file1: size = 25 OK 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:07 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:07 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/23 02:46:07 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/23 02:46:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:07 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:07 DEBUG : dir: Looking for writers 2026/07/23 02:46:07 DEBUG : file1: reading active writers 2026/07/23 02:46:07 DEBUG : Looking for writers 2026/07/23 02:46:07 DEBUG : dir: reading active writers 2026/07/23 02:46:07 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.33s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:07 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:07 DEBUG : dir/file1: Remove: 2026/07/23 02:46:07 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:07 DEBUG : dir/file1: >Remove: err= 2026/07/23 02:46:07 DEBUG : dir/file1: Remove: 2026/07/23 02:46:07 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/23 02:46:07 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:07 DEBUG : dir: Looking for writers 2026/07/23 02:46:07 DEBUG : Looking for writers 2026/07/23 02:46:07 DEBUG : dir: reading active writers 2026/07/23 02:46:07 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.23s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:07 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:07 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:08 DEBUG : dir/file1: Remove: 2026/07/23 02:46:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:08 DEBUG : dir/file1: >Remove: err= 2026/07/23 02:46:08 DEBUG : dir/file1: Remove: 2026/07/23 02:46:08 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/23 02:46:08 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:08 DEBUG : dir: Looking for writers 2026/07/23 02:46:08 DEBUG : Looking for writers 2026/07/23 02:46:08 DEBUG : dir: reading active writers 2026/07/23 02:46:08 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.19s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:08 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:08 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:08 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/23 02:46:08 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/23 02:46:08 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/23 02:46:08 DEBUG : dir/file1: Open: flags=O_RDWR 2026/07/23 02:46:08 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/23 02:46:08 DEBUG : dir/file1: Open: flags=0x3 2026/07/23 02:46:08 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/07/23 02:46:08 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/07/23 02:46:08 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:08 DEBUG : dir: Looking for writers 2026/07/23 02:46:08 DEBUG : file1: reading active writers 2026/07/23 02:46:08 DEBUG : Looking for writers 2026/07/23 02:46:08 DEBUG : dir: reading active writers 2026/07/23 02:46:08 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.22s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:08 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:08 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:08 DEBUG : dir: Looking for writers 2026/07/23 02:46:08 DEBUG : file1: reading active writers 2026/07/23 02:46:08 DEBUG : Looking for writers 2026/07/23 02:46:08 DEBUG : dir: reading active writers 2026/07/23 02:46:08 DEBUG : >WaitForWriters: 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:08 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/23 02:46:08 DEBUG : newLeaf: Updating file with newLeaf 0x1ca85a6a8a90 2026/07/23 02:46:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:08 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:08 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:08 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:09 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:09 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/23 02:46:09 DEBUG : dir/file1: Updating file with dir/file1 0x1ca85a6a8a90 2026/07/23 02:46:09 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/23 02:46:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:09 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/23 02:46:09 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/23 02:46:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:09 DEBUG : dir/file1: File is currently open, delaying rename 0x1ca85a6a8a90 2026/07/23 02:46:09 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:09 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (25 bytes), uploading instead of streaming 2026/07/23 02:46:09 DEBUG : dir/file1: size = 25 OK 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:09 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:09 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/23 02:46:09 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/23 02:46:09 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:09 DEBUG : newLeaf: Running delayed rename now 2026/07/23 02:46:09 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/23 02:46:09 DEBUG : newLeaf: Updating file with newLeaf 0x1ca85a6a8a90 2026/07/23 02:46:09 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:09 DEBUG : dir: Looking for writers 2026/07/23 02:46:09 DEBUG : Looking for writers 2026/07/23 02:46:09 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:09 DEBUG : dir: reading active writers 2026/07/23 02:46:09 DEBUG : >WaitForWriters: 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:09 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:09 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/23 02:46:09 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:09 DEBUG : dir: Looking for writers 2026/07/23 02:46:09 DEBUG : Looking for writers 2026/07/23 02:46:09 DEBUG : dir: reading active writers 2026/07/23 02:46:09 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:09 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:09 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:09 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:09 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:09 DEBUG : dir: Looking for writers 2026/07/23 02:46:09 DEBUG : file1: reading active writers 2026/07/23 02:46:09 DEBUG : Looking for writers 2026/07/23 02:46:09 DEBUG : dir: reading active writers 2026/07/23 02:46:09 DEBUG : >WaitForWriters: 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:09 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/23 02:46:09 DEBUG : newLeaf: Updating file with newLeaf 0x1ca85a8a8f70 2026/07/23 02:46:09 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:09 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:09 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:10 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:10 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:10 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/23 02:46:10 DEBUG : dir/file1: Updating file with dir/file1 0x1ca85a8a8f70 2026/07/23 02:46:10 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/23 02:46:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:10 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/23 02:46:10 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/23 02:46:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:10 DEBUG : dir/file1: File is currently open, delaying rename 0x1ca85a8a8f70 2026/07/23 02:46:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:10 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (25 bytes), uploading instead of streaming 2026/07/23 02:46:10 DEBUG : dir/file1: size = 25 OK 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:10 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:10 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/23 02:46:10 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/23 02:46:10 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:10 DEBUG : newLeaf: Running delayed rename now 2026/07/23 02:46:10 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/23 02:46:10 DEBUG : newLeaf: Updating file with newLeaf 0x1ca85a8a8f70 2026/07/23 02:46:10 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:10 DEBUG : dir: Looking for writers 2026/07/23 02:46:10 DEBUG : Looking for writers 2026/07/23 02:46:10 DEBUG : dir: reading active writers 2026/07/23 02:46:10 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:10 DEBUG : >WaitForWriters: 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:10 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:10 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/23 02:46:10 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:10 DEBUG : dir: Looking for writers 2026/07/23 02:46:10 DEBUG : Looking for writers 2026/07/23 02:46:10 DEBUG : dir: reading active writers 2026/07/23 02:46:10 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:10 DEBUG : >WaitForWriters: 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:10 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:10 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:10 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/23 02:46:10 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:10 DEBUG : dir/file1(0x1ca85a1f0540): openPending: 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:10 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:11 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/23 02:46:11 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/23 02:46:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:11 DEBUG : dir/file1(0x1ca85a1f0540): >openPending: err= 2026/07/23 02:46:11 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/23 02:46:11 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:11 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:11 DEBUG : dir/file1(0x1ca85a1f0540): _writeAt: size=14, off=0 2026/07/23 02:46:11 DEBUG : dir/file1(0x1ca85a1f0540): >_writeAt: n=14, err= 2026/07/23 02:46:11 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/23 02:46:11 DEBUG : dir/file1(0x1ca85a1f0540): close: 2026/07/23 02:46:11 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/23 02:46:11 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/23 02:46:11 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:11 DEBUG : dir/file1(0x1ca85a1f0540): >close: err= 2026/07/23 02:46:11 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:11 DEBUG : dir: Looking for writers 2026/07/23 02:46:11 DEBUG : file1: reading active writers 2026/07/23 02:46:11 DEBUG : Looking for writers 2026/07/23 02:46:11 DEBUG : dir: reading active writers 2026/07/23 02:46:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:11 DEBUG : dir: Looking for writers 2026/07/23 02:46:11 DEBUG : file1: reading active writers 2026/07/23 02:46:11 DEBUG : Looking for writers 2026/07/23 02:46:11 DEBUG : dir: reading active writers 2026/07/23 02:46:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:11 DEBUG : dir: Looking for writers 2026/07/23 02:46:11 DEBUG : file1: reading active writers 2026/07/23 02:46:11 DEBUG : Looking for writers 2026/07/23 02:46:11 DEBUG : dir: reading active writers 2026/07/23 02:46:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:11 DEBUG : dir: Looking for writers 2026/07/23 02:46:11 DEBUG : file1: reading active writers 2026/07/23 02:46:11 DEBUG : Looking for writers 2026/07/23 02:46:11 DEBUG : dir: reading active writers 2026/07/23 02:46:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:11 DEBUG : dir/file1: vfs cache: starting upload 2026/07/23 02:46:11 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1.ca338588.partial" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1.ca338588.partial 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1.ca338588.partial" 2026/07/23 02:46:11 DEBUG : dir: Looking for writers 2026/07/23 02:46:11 DEBUG : file1: reading active writers 2026/07/23 02:46:11 DEBUG : Looking for writers 2026/07/23 02:46:11 DEBUG : dir: reading active writers 2026/07/23 02:46:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1.ca338588.partial 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:11 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:11 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/23 02:46:11 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/23 02:46:11 INFO : dir/file1: Copied (replaced existing) 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:11 DEBUG : dir: Looking for writers 2026/07/23 02:46:11 DEBUG : file1: reading active writers 2026/07/23 02:46:11 DEBUG : Looking for writers 2026/07/23 02:46:11 DEBUG : dir: reading active writers 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:11 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/23 02:46:11 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/23 02:46:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:11 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/23 02:46:11 DEBUG : >WaitForWriters: 2026/07/23 02:46:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:11 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:11 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:11 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:11 DEBUG : dir/file1(0x1ca85a7d8e00): _readAt: size=512, off=0 2026/07/23 02:46:11 DEBUG : dir/file1(0x1ca85a7d8e00): openPending: 2026/07/23 02:46:11 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/23 02:46:11 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/23 02:46:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:11 DEBUG : dir/file1(0x1ca85a7d8e00): >openPending: err= 2026/07/23 02:46:11 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/23 02:46:11 DEBUG : dir/file1(0x1ca85a7d8e00): >_readAt: n=14, err=EOF 2026/07/23 02:46:11 DEBUG : dir/file1(0x1ca85a7d8e00): close: 2026/07/23 02:46:11 DEBUG : dir/file1(0x1ca85a7d8e00): >close: err= 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:11 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:11 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:11 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/23 02:46:11 DEBUG : newLeaf: Updating file with newLeaf 0x1ca85a8a85b0 2026/07/23 02:46:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:11 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:11 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:11 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:11 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:11 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:12 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/23 02:46:12 DEBUG : dir/file1: Updating file with dir/file1 0x1ca85a8a85b0 2026/07/23 02:46:12 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/23 02:46:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:12 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/23 02:46:12 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:12 DEBUG : dir/file1(0x1ca85a7d9e00): openPending: 2026/07/23 02:46:12 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/23 02:46:12 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/23 02:46:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:12 DEBUG : dir/file1(0x1ca85a7d9e00): >openPending: err= 2026/07/23 02:46:12 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/23 02:46:12 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:12 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:12 DEBUG : dir/file1(0x1ca85a7d9e00): _writeAt: size=25, off=0 2026/07/23 02:46:12 DEBUG : dir/file1(0x1ca85a7d9e00): >_writeAt: n=25, err= 2026/07/23 02:46:12 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:12 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:12 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/23 02:46:12 DEBUG : newLeaf: Updating file with newLeaf 0x1ca85a8a85b0 2026/07/23 02:46:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:12 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:12 DEBUG : newLeaf(0x1ca85a7d9e00): close: 2026/07/23 02:46:12 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/23 02:46:12 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-23 02:46:12.235289806 +0000 UTC m=+18.473005985 2026/07/23 02:46:12 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:12 DEBUG : newLeaf(0x1ca85a7d9e00): >close: err= 2026/07/23 02:46:12 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:12 DEBUG : dir: Looking for writers 2026/07/23 02:46:12 DEBUG : Looking for writers 2026/07/23 02:46:12 DEBUG : dir: reading active writers 2026/07/23 02:46:12 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:12 DEBUG : dir: Looking for writers 2026/07/23 02:46:12 DEBUG : Looking for writers 2026/07/23 02:46:12 DEBUG : dir: reading active writers 2026/07/23 02:46:12 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:12 DEBUG : dir: Looking for writers 2026/07/23 02:46:12 DEBUG : Looking for writers 2026/07/23 02:46:12 DEBUG : dir: reading active writers 2026/07/23 02:46:12 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:12 DEBUG : dir: Looking for writers 2026/07/23 02:46:12 DEBUG : Looking for writers 2026/07/23 02:46:12 DEBUG : dir: reading active writers 2026/07/23 02:46:12 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:12 DEBUG : newLeaf: vfs cache: starting upload 2026/07/23 02:46:12 DEBUG : newLeaf.8a1f99e3.partial: size = 25 OK 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf.8a1f99e3.partial" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf.8a1f99e3.partial 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf.8a1f99e3.partial" 2026/07/23 02:46:12 DEBUG : dir: Looking for writers 2026/07/23 02:46:12 DEBUG : Looking for writers 2026/07/23 02:46:12 DEBUG : dir: reading active writers 2026/07/23 02:46:12 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/newLeaf.8a1f99e3.partial 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:12 DEBUG : newLeaf.8a1f99e3.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:12 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/23 02:46:12 DEBUG : newLeaf.8a1f99e3.partial: renamed to: newLeaf 2026/07/23 02:46:12 INFO : newLeaf: Copied (replaced existing) 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:12 DEBUG : dir: Looking for writers 2026/07/23 02:46:12 DEBUG : Looking for writers 2026/07/23 02:46:12 DEBUG : dir: reading active writers 2026/07/23 02:46:12 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:12 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:12 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-23 02:46:12 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/23 02:46:12 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/23 02:46:12 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:12 DEBUG : >WaitForWriters: 2026/07/23 02:46:12 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:12 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:12 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/23 02:46:12 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:12 DEBUG : dir: Looking for writers 2026/07/23 02:46:12 DEBUG : Looking for writers 2026/07/23 02:46:12 DEBUG : dir: reading active writers 2026/07/23 02:46:12 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:12 DEBUG : >WaitForWriters: 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:12 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:12 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:12 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:13 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:13 DEBUG : dir: Looking for writers 2026/07/23 02:46:13 DEBUG : file1: reading active writers 2026/07/23 02:46:13 DEBUG : Looking for writers 2026/07/23 02:46:13 DEBUG : dir: reading active writers 2026/07/23 02:46:13 DEBUG : >WaitForWriters: 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:13 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/23 02:46:13 DEBUG : newLeaf: Updating file with newLeaf 0x1ca85a1c4b60 2026/07/23 02:46:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:13 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:13 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:13 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/23 02:46:13 DEBUG : dir/file1: Updating file with dir/file1 0x1ca85a1c4b60 2026/07/23 02:46:13 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/23 02:46:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:13 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/23 02:46:13 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:13 DEBUG : dir/file1(0x1ca85a231140): openPending: 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:13 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/23 02:46:13 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/23 02:46:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:13 DEBUG : dir/file1(0x1ca85a231140): >openPending: err= 2026/07/23 02:46:13 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/23 02:46:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:13 DEBUG : dir/file1(0x1ca85a231140): _writeAt: size=25, off=0 2026/07/23 02:46:13 DEBUG : dir/file1(0x1ca85a231140): >_writeAt: n=25, err= 2026/07/23 02:46:13 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:13 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:13 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/23 02:46:13 DEBUG : newLeaf: Updating file with newLeaf 0x1ca85a1c4b60 2026/07/23 02:46:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:13 DEBUG : newLeaf(0x1ca85a231140): close: 2026/07/23 02:46:13 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/23 02:46:13 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-23 02:46:13.825936902 +0000 UTC m=+20.063653081 2026/07/23 02:46:13 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:13 DEBUG : newLeaf(0x1ca85a231140): >close: err= 2026/07/23 02:46:13 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:13 DEBUG : dir: Looking for writers 2026/07/23 02:46:13 DEBUG : Looking for writers 2026/07/23 02:46:13 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:13 DEBUG : dir: reading active writers 2026/07/23 02:46:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:13 DEBUG : dir: Looking for writers 2026/07/23 02:46:13 DEBUG : Looking for writers 2026/07/23 02:46:13 DEBUG : dir: reading active writers 2026/07/23 02:46:13 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:13 DEBUG : dir: Looking for writers 2026/07/23 02:46:13 DEBUG : Looking for writers 2026/07/23 02:46:13 DEBUG : dir: reading active writers 2026/07/23 02:46:13 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:14 DEBUG : dir: Looking for writers 2026/07/23 02:46:14 DEBUG : Looking for writers 2026/07/23 02:46:14 DEBUG : dir: reading active writers 2026/07/23 02:46:14 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:14 DEBUG : newLeaf: vfs cache: starting upload 2026/07/23 02:46:14 DEBUG : newLeaf.3876245a.partial: size = 25 OK 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf.3876245a.partial" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf.3876245a.partial 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf.3876245a.partial" 2026/07/23 02:46:14 DEBUG : dir: Looking for writers 2026/07/23 02:46:14 DEBUG : Looking for writers 2026/07/23 02:46:14 DEBUG : dir: reading active writers 2026/07/23 02:46:14 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/newLeaf.3876245a.partial 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:14 DEBUG : newLeaf.3876245a.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:14 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/23 02:46:14 DEBUG : newLeaf.3876245a.partial: renamed to: newLeaf 2026/07/23 02:46:14 INFO : newLeaf: Copied (replaced existing) 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:14 DEBUG : dir: Looking for writers 2026/07/23 02:46:14 DEBUG : Looking for writers 2026/07/23 02:46:14 DEBUG : dir: reading active writers 2026/07/23 02:46:14 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:14 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:14 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-23 02:46:13 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/23 02:46:14 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/23 02:46:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:14 DEBUG : >WaitForWriters: 2026/07/23 02:46:14 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:14 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:14 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/23 02:46:14 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:14 DEBUG : dir: Looking for writers 2026/07/23 02:46:14 DEBUG : Looking for writers 2026/07/23 02:46:14 DEBUG : dir: reading active writers 2026/07/23 02:46:14 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:14 DEBUG : >WaitForWriters: 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:14 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:14 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:14 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/23 02:46:14 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:14 DEBUG : dir/file1(0x1ca85a368500): openPending: 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:14 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/23 02:46:14 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/23 02:46:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:14 DEBUG : dir/file1(0x1ca85a368500): >openPending: err= 2026/07/23 02:46:14 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/23 02:46:14 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:14 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:14 DEBUG : dir/file1(0x1ca85a368500): _writeAt: size=14, off=0 2026/07/23 02:46:14 DEBUG : dir/file1(0x1ca85a368500): >_writeAt: n=14, err= 2026/07/23 02:46:14 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/23 02:46:14 DEBUG : dir/file1(0x1ca85a368500): close: 2026/07/23 02:46:14 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/23 02:46:14 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/23 02:46:14 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:14 DEBUG : dir/file1(0x1ca85a368500): >close: err= 2026/07/23 02:46:14 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:14 DEBUG : dir: Looking for writers 2026/07/23 02:46:14 DEBUG : file1: reading active writers 2026/07/23 02:46:14 DEBUG : Looking for writers 2026/07/23 02:46:14 DEBUG : dir: reading active writers 2026/07/23 02:46:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:14 DEBUG : dir: Looking for writers 2026/07/23 02:46:14 DEBUG : file1: reading active writers 2026/07/23 02:46:14 DEBUG : Looking for writers 2026/07/23 02:46:14 DEBUG : dir: reading active writers 2026/07/23 02:46:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:14 DEBUG : dir: Looking for writers 2026/07/23 02:46:14 DEBUG : file1: reading active writers 2026/07/23 02:46:14 DEBUG : Looking for writers 2026/07/23 02:46:14 DEBUG : dir: reading active writers 2026/07/23 02:46:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:14 DEBUG : dir: Looking for writers 2026/07/23 02:46:14 DEBUG : file1: reading active writers 2026/07/23 02:46:14 DEBUG : Looking for writers 2026/07/23 02:46:14 DEBUG : dir: reading active writers 2026/07/23 02:46:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:14 DEBUG : dir/file1: vfs cache: starting upload 2026/07/23 02:46:14 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1.ca338588.partial" 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1.ca338588.partial 2026/07/23 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1.ca338588.partial" 2026/07/23 02:46:14 DEBUG : dir: Looking for writers 2026/07/23 02:46:14 DEBUG : file1: reading active writers 2026/07/23 02:46:14 DEBUG : Looking for writers 2026/07/23 02:46:14 DEBUG : dir: reading active writers 2026/07/23 02:46:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1.ca338588.partial 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:15 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:15 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/23 02:46:15 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/23 02:46:15 INFO : dir/file1: Copied (replaced existing) 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:15 DEBUG : dir: Looking for writers 2026/07/23 02:46:15 DEBUG : file1: reading active writers 2026/07/23 02:46:15 DEBUG : Looking for writers 2026/07/23 02:46:15 DEBUG : dir: reading active writers 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:15 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/23 02:46:15 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/23 02:46:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:15 DEBUG : >WaitForWriters: 2026/07/23 02:46:15 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:15 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/23 02:46:15 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:15 DEBUG : dir/file1(0x1ca85a2decc0): _readAt: size=512, off=0 2026/07/23 02:46:15 DEBUG : dir/file1(0x1ca85a2decc0): openPending: 2026/07/23 02:46:15 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/23 02:46:15 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/23 02:46:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:15 DEBUG : dir/file1(0x1ca85a2decc0): >openPending: err= 2026/07/23 02:46:15 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/23 02:46:15 DEBUG : dir/file1(0x1ca85a2decc0): >_readAt: n=14, err=EOF 2026/07/23 02:46:15 DEBUG : dir/file1(0x1ca85a2decc0): close: 2026/07/23 02:46:15 DEBUG : dir/file1(0x1ca85a2decc0): >close: err= 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:15 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:15 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:15 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/23 02:46:15 DEBUG : newLeaf: Updating file with newLeaf 0x1ca85a3168f0 2026/07/23 02:46:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:15 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:15 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:15 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:15 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:15 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/23 02:46:15 DEBUG : dir/file1: Updating file with dir/file1 0x1ca85a3168f0 2026/07/23 02:46:15 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/23 02:46:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:16 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/23 02:46:16 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:16 DEBUG : dir/file1(0x1ca85a246180): openPending: 2026/07/23 02:46:16 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/23 02:46:16 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/23 02:46:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:16 DEBUG : dir/file1(0x1ca85a246180): >openPending: err= 2026/07/23 02:46:16 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/23 02:46:16 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:16 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:16 DEBUG : dir/file1(0x1ca85a246180): _writeAt: size=25, off=0 2026/07/23 02:46:16 DEBUG : dir/file1(0x1ca85a246180): >_writeAt: n=25, err= 2026/07/23 02:46:16 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:16 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:16 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/23 02:46:16 DEBUG : newLeaf: Updating file with newLeaf 0x1ca85a3168f0 2026/07/23 02:46:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:16 DEBUG : newLeaf(0x1ca85a246180): close: 2026/07/23 02:46:16 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/23 02:46:16 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-23 02:46:16.029731427 +0000 UTC m=+22.267447626 2026/07/23 02:46:16 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:16 DEBUG : newLeaf(0x1ca85a246180): >close: err= 2026/07/23 02:46:16 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:16 DEBUG : dir: Looking for writers 2026/07/23 02:46:16 DEBUG : Looking for writers 2026/07/23 02:46:16 DEBUG : dir: reading active writers 2026/07/23 02:46:16 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:16 DEBUG : dir: Looking for writers 2026/07/23 02:46:16 DEBUG : Looking for writers 2026/07/23 02:46:16 DEBUG : dir: reading active writers 2026/07/23 02:46:16 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:16 DEBUG : dir: Looking for writers 2026/07/23 02:46:16 DEBUG : Looking for writers 2026/07/23 02:46:16 DEBUG : dir: reading active writers 2026/07/23 02:46:16 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:16 DEBUG : dir: Looking for writers 2026/07/23 02:46:16 DEBUG : Looking for writers 2026/07/23 02:46:16 DEBUG : dir: reading active writers 2026/07/23 02:46:16 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:16 DEBUG : newLeaf: vfs cache: starting upload 2026/07/23 02:46:16 DEBUG : newLeaf.b6e3d863.partial: size = 25 OK 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf.b6e3d863.partial" 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf.b6e3d863.partial 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf.b6e3d863.partial" 2026/07/23 02:46:16 DEBUG : dir: Looking for writers 2026/07/23 02:46:16 DEBUG : Looking for writers 2026/07/23 02:46:16 DEBUG : dir: reading active writers 2026/07/23 02:46:16 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/newLeaf.b6e3d863.partial 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:16 DEBUG : newLeaf.b6e3d863.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:16 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/23 02:46:16 DEBUG : newLeaf.b6e3d863.partial: renamed to: newLeaf 2026/07/23 02:46:16 INFO : newLeaf: Copied (replaced existing) 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:16 DEBUG : dir: Looking for writers 2026/07/23 02:46:16 DEBUG : Looking for writers 2026/07/23 02:46:16 DEBUG : dir: reading active writers 2026/07/23 02:46:16 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:16 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-23 02:46:16 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/23 02:46:16 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/23 02:46:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/07/23 02:46:16 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/23 02:46:16 DEBUG : dir: Looking for writers 2026/07/23 02:46:16 DEBUG : Looking for writers 2026/07/23 02:46:16 DEBUG : dir: reading active writers 2026/07/23 02:46:16 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:16 DEBUG : >WaitForWriters: 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:16 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/23 02:46:16 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:16 DEBUG : dir: Looking for writers 2026/07/23 02:46:16 DEBUG : Looking for writers 2026/07/23 02:46:16 DEBUG : dir: reading active writers 2026/07/23 02:46:16 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:16 DEBUG : >WaitForWriters: 2026/07/23 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:17 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:17 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:17 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:17 DEBUG : dir: Looking for writers 2026/07/23 02:46:17 DEBUG : file1: reading active writers 2026/07/23 02:46:17 DEBUG : Looking for writers 2026/07/23 02:46:17 DEBUG : dir: reading active writers 2026/07/23 02:46:17 DEBUG : >WaitForWriters: 2026/07/23 02:46:17 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:17 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:17 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:17 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:17 DEBUG : dir/file1(0x1ca85a2dfe40): _readAt: size=512, off=0 2026/07/23 02:46:17 DEBUG : dir/file1(0x1ca85a2dfe40): openPending: 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:17 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/23 02:46:17 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/23 02:46:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:17 DEBUG : dir/file1(0x1ca85a2dfe40): >openPending: err= 2026/07/23 02:46:17 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/07/23 02:46:17 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:17 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:17 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:17 DEBUG : dir/file1(0x1ca85a2dfe40): >_readAt: n=14, err=EOF 2026/07/23 02:46:17 DEBUG : dir/file1(0x1ca85a2dfe40): close: 2026/07/23 02:46:17 DEBUG : dir/file1(0x1ca85a2dfe40): >close: err= 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:17 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:17 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/23 02:46:17 DEBUG : newLeaf: Updating file with newLeaf 0x1ca85a2fb1e0 2026/07/23 02:46:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:17 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:17 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:17 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/23 02:46:17 DEBUG : dir/file1: Updating file with dir/file1 0x1ca85a2fb1e0 2026/07/23 02:46:17 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/23 02:46:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:18 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/23 02:46:18 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:18 DEBUG : dir/file1(0x1ca85a3eb740): openPending: 2026/07/23 02:46:18 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/23 02:46:18 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/23 02:46:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:18 DEBUG : dir/file1(0x1ca85a3eb740): >openPending: err= 2026/07/23 02:46:18 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/23 02:46:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:18 DEBUG : dir/file1(0x1ca85a3eb740): _writeAt: size=25, off=0 2026/07/23 02:46:18 DEBUG : dir/file1(0x1ca85a3eb740): >_writeAt: n=25, err= 2026/07/23 02:46:18 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:18 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:18 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/23 02:46:18 DEBUG : newLeaf: Updating file with newLeaf 0x1ca85a2fb1e0 2026/07/23 02:46:18 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:18 DEBUG : newLeaf(0x1ca85a3eb740): close: 2026/07/23 02:46:18 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/23 02:46:18 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-23 02:46:18.216313381 +0000 UTC m=+24.454029571 2026/07/23 02:46:18 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:18 DEBUG : newLeaf(0x1ca85a3eb740): >close: err= 2026/07/23 02:46:18 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:18 DEBUG : dir: Looking for writers 2026/07/23 02:46:18 DEBUG : Looking for writers 2026/07/23 02:46:18 DEBUG : dir: reading active writers 2026/07/23 02:46:18 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:18 DEBUG : dir: Looking for writers 2026/07/23 02:46:18 DEBUG : Looking for writers 2026/07/23 02:46:18 DEBUG : dir: reading active writers 2026/07/23 02:46:18 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:18 DEBUG : dir: Looking for writers 2026/07/23 02:46:18 DEBUG : Looking for writers 2026/07/23 02:46:18 DEBUG : dir: reading active writers 2026/07/23 02:46:18 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:18 DEBUG : dir: Looking for writers 2026/07/23 02:46:18 DEBUG : Looking for writers 2026/07/23 02:46:18 DEBUG : dir: reading active writers 2026/07/23 02:46:18 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:18 DEBUG : newLeaf: vfs cache: starting upload 2026/07/23 02:46:18 DEBUG : newLeaf.dfb42154.partial: size = 25 OK 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf.dfb42154.partial" 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf.dfb42154.partial 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf.dfb42154.partial" 2026/07/23 02:46:18 DEBUG : dir: Looking for writers 2026/07/23 02:46:18 DEBUG : Looking for writers 2026/07/23 02:46:18 DEBUG : dir: reading active writers 2026/07/23 02:46:18 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/newLeaf.dfb42154.partial 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:18 DEBUG : newLeaf.dfb42154.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:18 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/23 02:46:18 DEBUG : newLeaf.dfb42154.partial: renamed to: newLeaf 2026/07/23 02:46:18 INFO : newLeaf: Copied (replaced existing) 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:18 DEBUG : dir: Looking for writers 2026/07/23 02:46:18 DEBUG : Looking for writers 2026/07/23 02:46:18 DEBUG : dir: reading active writers 2026/07/23 02:46:18 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:18 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:18 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-23 02:46:18 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/23 02:46:18 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/23 02:46:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/23 02:46:18 DEBUG : >WaitForWriters: 2026/07/23 02:46:18 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:18 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/newLeaf" 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qobafik2quha/newLeaf 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:18 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/23 02:46:18 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:18 DEBUG : dir: Looking for writers 2026/07/23 02:46:18 DEBUG : Looking for writers 2026/07/23 02:46:18 DEBUG : dir: reading active writers 2026/07/23 02:46:18 DEBUG : newLeaf: reading active writers 2026/07/23 02:46:18 DEBUG : >WaitForWriters: 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestFileRename (10.51s) --- PASS: TestFileRename/off,forceCache=false (1.19s) --- PASS: TestFileRename/minimal,forceCache=false (1.16s) --- PASS: TestFileRename/minimal,forceCache=true (2.15s) --- PASS: TestFileRename/writes,forceCache=false (1.60s) --- PASS: TestFileRename/writes,forceCache=true (2.52s) --- PASS: TestFileRename/full,forceCache=false (1.89s) === 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-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:18 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:18 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:18 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:18 DEBUG : Looking for writers 2026/07/23 02:46:18 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-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:18 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:19 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/23 02:46:19 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:19 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/23 02:46:19 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:19 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:19 DEBUG : dir: Looking for writers 2026/07/23 02:46:19 DEBUG : file1: reading active writers 2026/07/23 02:46:19 DEBUG : Looking for writers 2026/07/23 02:46:19 DEBUG : dir: reading active writers 2026/07/23 02:46:19 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.35s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:19 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:19 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/23 02:46:19 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:19 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/23 02:46:19 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/23 02:46:19 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/23 02:46:19 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/23 02:46:19 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/07/23 02:46:19 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:19 DEBUG : dir: Looking for writers 2026/07/23 02:46:19 DEBUG : file1: reading active writers 2026/07/23 02:46:19 DEBUG : Looking for writers 2026/07/23 02:46:19 DEBUG : dir: reading active writers 2026/07/23 02:46:19 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.29s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:19 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:19 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:19 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/23 02:46:19 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:19 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/23 02:46:19 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/23 02:46:19 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/23 02:46:19 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/23 02:46:19 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/07/23 02:46:19 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/07/23 02:46:19 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/07/23 02:46:19 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/23 02:46:19 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/23 02:46:19 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/23 02:46:19 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/23 02:46:19 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/07/23 02:46:19 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/23 02:46:19 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/23 02:46:19 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/23 02:46:19 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/07/23 02:46:19 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:19 DEBUG : dir: Looking for writers 2026/07/23 02:46:19 DEBUG : file1: reading active writers 2026/07/23 02:46:19 DEBUG : Looking for writers 2026/07/23 02:46:19 DEBUG : dir: reading active writers 2026/07/23 02:46:19 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.40s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:19 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:20 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/23 02:46:20 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:20 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/23 02:46:20 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/23 02:46:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:20 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:20 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:20 DEBUG : dir: Looking for writers 2026/07/23 02:46:20 DEBUG : file1: reading active writers 2026/07/23 02:46:20 DEBUG : Looking for writers 2026/07/23 02:46:20 DEBUG : dir: reading active writers 2026/07/23 02:46:20 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.34s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:20 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:20 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/23 02:46:20 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:20 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/23 02:46:20 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/23 02:46:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:20 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:20 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:20 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/07/23 02:46:20 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:20 DEBUG : dir: Looking for writers 2026/07/23 02:46:20 DEBUG : file1: reading active writers 2026/07/23 02:46:20 DEBUG : Looking for writers 2026/07/23 02:46:20 DEBUG : dir: reading active writers 2026/07/23 02:46:20 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.35s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:20 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:20 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:20 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/23 02:46:20 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:20 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:20 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:20 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:20 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/23 02:46:20 DEBUG : dir/file1(0x1ca85a1f0ec0): _readAt: size=1, off=0 2026/07/23 02:46:20 DEBUG : dir/file1(0x1ca85a1f0ec0): openPending: 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:20 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:20 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/23 02:46:20 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/23 02:46:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:20 DEBUG : dir/file1(0x1ca85a1f0ec0): >openPending: err= 2026/07/23 02:46:20 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/23 02:46:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:20 DEBUG : dir/file1(0x1ca85a1f0ec0): >_readAt: n=1, err= 2026/07/23 02:46:20 DEBUG : dir/file1(0x1ca85a1f0ec0): _readAt: size=256, off=1 2026/07/23 02:46:20 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/07/23 02:46:20 DEBUG : dir/file1(0x1ca85a1f0ec0): >_readAt: n=15, err=EOF 2026/07/23 02:46:20 DEBUG : dir/file1(0x1ca85a1f0ec0): _readAt: size=16, off=16 2026/07/23 02:46:20 DEBUG : dir/file1(0x1ca85a1f0ec0): >_readAt: n=0, err=EOF 2026/07/23 02:46:20 DEBUG : dir/file1(0x1ca85a1f0ec0): close: 2026/07/23 02:46:20 DEBUG : dir/file1(0x1ca85a1f0ec0): >close: err= 2026/07/23 02:46:20 DEBUG : dir/file1(0x1ca85a1f0ec0): close: 2026/07/23 02:46:20 DEBUG : dir/file1(0x1ca85a1f0ec0): >close: err=file already closed 2026/07/23 02:46:20 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:20 DEBUG : dir: Looking for writers 2026/07/23 02:46:20 DEBUG : file1: reading active writers 2026/07/23 02:46:20 DEBUG : Looking for writers 2026/07/23 02:46:20 DEBUG : dir: reading active writers 2026/07/23 02:46:20 DEBUG : >WaitForWriters: 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.35s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:20 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:20 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:21 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/23 02:46:21 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:21 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:21 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:21 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1580): _readAt: size=1, off=0 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1580): openPending: 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:21 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/23 02:46:21 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/23 02:46:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1580): >openPending: err= 2026/07/23 02:46:21 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/23 02:46:21 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:21 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:21 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1580): >_readAt: n=1, err= 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1580): _readAt: size=1, off=5 2026/07/23 02:46:21 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1580): >_readAt: n=1, err= 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1580): _readAt: size=1, off=3 2026/07/23 02:46:21 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1580): >_readAt: n=1, err= 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1580): _readAt: size=1, off=13 2026/07/23 02:46:21 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1580): >_readAt: n=1, err= 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1580): _readAt: size=16, off=100 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1580): >_readAt: n=0, err=EOF 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1580): close: 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1580): >close: err= 2026/07/23 02:46:21 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:21 DEBUG : dir: Looking for writers 2026/07/23 02:46:21 DEBUG : file1: reading active writers 2026/07/23 02:46:21 DEBUG : Looking for writers 2026/07/23 02:46:21 DEBUG : dir: reading active writers 2026/07/23 02:46:21 DEBUG : >WaitForWriters: 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.36s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:21 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:21 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:21 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/23 02:46:21 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:21 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:21 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:21 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): _readAt: size=1, off=0 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): openPending: 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:21 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/23 02:46:21 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/23 02:46:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): >openPending: err= 2026/07/23 02:46:21 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/23 02:46:21 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:21 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:21 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): >_readAt: n=1, err= 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): _readAt: size=1, off=5 2026/07/23 02:46:21 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): >_readAt: n=1, err= 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): _readAt: size=1, off=1 2026/07/23 02:46:21 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): >_readAt: n=1, err= 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): _readAt: size=6, off=10 2026/07/23 02:46:21 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): >_readAt: n=6, err= 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): _readAt: size=256, off=10 2026/07/23 02:46:21 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): >_readAt: n=6, err=EOF 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): _readAt: size=256, off=100 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): >_readAt: n=0, err=EOF 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): close: 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): >close: err= 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): _readAt: size=256, off=100 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a1f1d40): >_readAt: n=0, err=file already closed 2026/07/23 02:46:21 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:21 DEBUG : dir: Looking for writers 2026/07/23 02:46:21 DEBUG : file1: reading active writers 2026/07/23 02:46:21 DEBUG : Looking for writers 2026/07/23 02:46:21 DEBUG : dir: reading active writers 2026/07/23 02:46:21 DEBUG : >WaitForWriters: 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.39s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:21 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:21 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:21 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/23 02:46:21 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:21 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:21 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:21 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a230ec0): RWFileHandle.Flush 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a230ec0): _readAt: size=256, off=0 2026/07/23 02:46:21 DEBUG : dir/file1(0x1ca85a230ec0): openPending: 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:22 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/23 02:46:22 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/23 02:46:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:22 DEBUG : dir/file1(0x1ca85a230ec0): >openPending: err= 2026/07/23 02:46:22 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/23 02:46:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:22 DEBUG : dir/file1(0x1ca85a230ec0): >_readAt: n=16, err=EOF 2026/07/23 02:46:22 DEBUG : dir/file1(0x1ca85a230ec0): RWFileHandle.Flush 2026/07/23 02:46:22 DEBUG : dir/file1(0x1ca85a230ec0): RWFileHandle.Flush 2026/07/23 02:46:22 DEBUG : dir/file1(0x1ca85a230ec0): close: 2026/07/23 02:46:22 DEBUG : dir/file1(0x1ca85a230ec0): >close: err= 2026/07/23 02:46:22 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:22 DEBUG : dir: Looking for writers 2026/07/23 02:46:22 DEBUG : file1: reading active writers 2026/07/23 02:46:22 DEBUG : Looking for writers 2026/07/23 02:46:22 DEBUG : dir: reading active writers 2026/07/23 02:46:22 DEBUG : >WaitForWriters: 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.31s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:22 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:22 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/23 02:46:22 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:22 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/23 02:46:22 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:22 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:22 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:22 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/23 02:46:22 DEBUG : dir/file1(0x1ca859e15680): _readAt: size=256, off=0 2026/07/23 02:46:22 DEBUG : dir/file1(0x1ca859e15680): openPending: 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:22 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/23 02:46:22 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/23 02:46:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:22 DEBUG : dir/file1(0x1ca859e15680): >openPending: err= 2026/07/23 02:46:22 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/23 02:46:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:22 DEBUG : dir/file1(0x1ca859e15680): >_readAt: n=16, err=EOF 2026/07/23 02:46:22 DEBUG : dir/file1(0x1ca859e15680): RWFileHandle.Release 2026/07/23 02:46:22 DEBUG : dir/file1(0x1ca859e15680): close: 2026/07/23 02:46:22 DEBUG : dir/file1(0x1ca859e15680): >close: err= 2026/07/23 02:46:22 DEBUG : dir/file1(0x1ca859e15680): RWFileHandle.Release 2026/07/23 02:46:22 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:22 DEBUG : dir: Looking for writers 2026/07/23 02:46:22 DEBUG : file1: reading active writers 2026/07/23 02:46:22 DEBUG : Looking for writers 2026/07/23 02:46:22 DEBUG : dir: reading active writers 2026/07/23 02:46:22 DEBUG : >WaitForWriters: 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.40s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:22 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:22 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:22 DEBUG : file1: newRWFileHandle: 2026/07/23 02:46:22 DEBUG : file1(0x1ca85a0fe240): openPending: 2026/07/23 02:46:22 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:22 DEBUG : file1(0x1ca85a0fe240): >openPending: err= 2026/07/23 02:46:22 DEBUG : file1: >newRWFileHandle: err= 2026/07/23 02:46:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:22 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/23 02:46:22 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/23 02:46:22 DEBUG : file1(0x1ca85a0fe240): _writeAt: size=5, off=0 2026/07/23 02:46:22 DEBUG : file1(0x1ca85a0fe240): >_writeAt: n=5, err= 2026/07/23 02:46:22 DEBUG : file1(0x1ca85a0fe240): _writeAt: size=7, off=5 2026/07/23 02:46:22 DEBUG : file1(0x1ca85a0fe240): >_writeAt: n=7, err= 2026/07/23 02:46:22 DEBUG : file1: vfs cache: truncate to size=11 2026/07/23 02:46:22 DEBUG : file1(0x1ca85a0fe240): close: 2026/07/23 02:46:22 DEBUG : file1: vfs cache: setting modification time to 2026-07-23 02:46:22.458686296 +0000 UTC m=+28.696402465 2026/07/23 02:46:22 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:22 DEBUG : file1(0x1ca85a0fe240): >close: err= 2026/07/23 02:46:22 DEBUG : file1(0x1ca85a0fe240): close: 2026/07/23 02:46:22 DEBUG : file1(0x1ca85a0fe240): >close: err=file already closed 2026/07/23 02:46:22 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:22 DEBUG : Looking for writers 2026/07/23 02:46:22 DEBUG : file1: reading active writers 2026/07/23 02:46:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:22 DEBUG : Looking for writers 2026/07/23 02:46:22 DEBUG : file1: reading active writers 2026/07/23 02:46:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:22 DEBUG : Looking for writers 2026/07/23 02:46:22 DEBUG : file1: reading active writers 2026/07/23 02:46:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:22 DEBUG : Looking for writers 2026/07/23 02:46:22 DEBUG : file1: reading active writers 2026/07/23 02:46:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:22 DEBUG : file1: vfs cache: starting upload 2026/07/23 02:46:22 DEBUG : file1.bf66a326.partial: size = 11 OK 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1.bf66a326.partial" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1.bf66a326.partial 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1.bf66a326.partial" 2026/07/23 02:46:22 DEBUG : Looking for writers 2026/07/23 02:46:22 DEBUG : file1: reading active writers 2026/07/23 02:46:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qobafik2quha/file1.bf66a326.partial 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:22 DEBUG : file1.bf66a326.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/23 02:46:22 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/23 02:46:22 DEBUG : file1.bf66a326.partial: renamed to: file1 2026/07/23 02:46:22 INFO : file1: Copied (new) 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:22 DEBUG : Looking for writers 2026/07/23 02:46:22 DEBUG : file1: reading active writers 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:22 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/23 02:46:22 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-23 02:46:22 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/23 02:46:22 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/23 02:46:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:22 DEBUG : >WaitForWriters: 2026/07/23 02:46:22 INFO : file1: vfs cache: upload succeeded try #1 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:22 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-qobafik2quha/file1 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:22 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/23 02:46:22 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:22 DEBUG : Looking for writers 2026/07/23 02:46:22 DEBUG : file1: reading active writers 2026/07/23 02:46:22 DEBUG : >WaitForWriters: 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.55s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:22 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:23 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:23 DEBUG : file1: newRWFileHandle: 2026/07/23 02:46:23 DEBUG : file1(0x1ca85a0fe0c0): openPending: 2026/07/23 02:46:23 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:23 DEBUG : file1(0x1ca85a0fe0c0): >openPending: err= 2026/07/23 02:46:23 DEBUG : file1: >newRWFileHandle: err= 2026/07/23 02:46:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:23 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/23 02:46:23 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/23 02:46:23 DEBUG : file1(0x1ca85a0fe0c0): _writeAt: size=7, off=0 2026/07/23 02:46:23 DEBUG : file1(0x1ca85a0fe0c0): >_writeAt: n=7, err= 2026/07/23 02:46:23 DEBUG : file1(0x1ca85a0fe0c0): _writeAt: size=6, off=5 2026/07/23 02:46:23 DEBUG : file1(0x1ca85a0fe0c0): >_writeAt: n=6, err= 2026/07/23 02:46:23 DEBUG : file1(0x1ca85a0fe0c0): close: 2026/07/23 02:46:23 DEBUG : file1: vfs cache: setting modification time to 2026-07-23 02:46:23.006979623 +0000 UTC m=+29.244695832 2026/07/23 02:46:23 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:23 DEBUG : file1(0x1ca85a0fe0c0): >close: err= 2026/07/23 02:46:23 DEBUG : file1(0x1ca85a0fe0c0): _writeAt: size=5, off=0 2026/07/23 02:46:23 DEBUG : file1(0x1ca85a0fe0c0): >_writeAt: n=0, err=file already closed 2026/07/23 02:46:23 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:23 DEBUG : Looking for writers 2026/07/23 02:46:23 DEBUG : file1: reading active writers 2026/07/23 02:46:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:23 DEBUG : Looking for writers 2026/07/23 02:46:23 DEBUG : file1: reading active writers 2026/07/23 02:46:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:23 DEBUG : Looking for writers 2026/07/23 02:46:23 DEBUG : file1: reading active writers 2026/07/23 02:46:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:23 DEBUG : Looking for writers 2026/07/23 02:46:23 DEBUG : file1: reading active writers 2026/07/23 02:46:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:23 DEBUG : file1: vfs cache: starting upload 2026/07/23 02:46:23 DEBUG : file1.2080c6a0.partial: size = 11 OK 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1.2080c6a0.partial" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1.2080c6a0.partial 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1.2080c6a0.partial" 2026/07/23 02:46:23 DEBUG : Looking for writers 2026/07/23 02:46:23 DEBUG : file1: reading active writers 2026/07/23 02:46:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qobafik2quha/file1.2080c6a0.partial 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:23 DEBUG : file1.2080c6a0.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/23 02:46:23 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/23 02:46:23 DEBUG : file1.2080c6a0.partial: renamed to: file1 2026/07/23 02:46:23 INFO : file1: Copied (new) 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:23 DEBUG : Looking for writers 2026/07/23 02:46:23 DEBUG : file1: reading active writers 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:23 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/23 02:46:23 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-23 02:46:23 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/23 02:46:23 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/23 02:46:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:23 DEBUG : >WaitForWriters: 2026/07/23 02:46:23 INFO : file1: vfs cache: upload succeeded try #1 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:23 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-qobafik2quha/file1 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:23 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/23 02:46:23 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:23 DEBUG : Looking for writers 2026/07/23 02:46:23 DEBUG : file1: reading active writers 2026/07/23 02:46:23 DEBUG : >WaitForWriters: 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.54s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:23 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:23 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:23 DEBUG : file1: newRWFileHandle: 2026/07/23 02:46:23 DEBUG : file1(0x1ca859ce04c0): openPending: 2026/07/23 02:46:23 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:23 DEBUG : file1(0x1ca859ce04c0): >openPending: err= 2026/07/23 02:46:23 DEBUG : file1: >newRWFileHandle: err= 2026/07/23 02:46:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:23 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/23 02:46:23 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/23 02:46:23 DEBUG : file1(0x1ca859ce04c0): close: 2026/07/23 02:46:23 DEBUG : file1: vfs cache: setting modification time to 2026-07-23 02:46:23.546068833 +0000 UTC m=+29.783785013 2026/07/23 02:46:23 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:23 DEBUG : file1(0x1ca859ce04c0): >close: err= 2026/07/23 02:46:23 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/23 02:46:23 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/23 02:46:23 DEBUG : file2: newRWFileHandle: 2026/07/23 02:46:23 DEBUG : file2(0x1ca859ce0b40): openPending: 2026/07/23 02:46:23 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:23 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/23 02:46:23 DEBUG : file2(0x1ca859ce0b40): >openPending: err= 2026/07/23 02:46:23 DEBUG : file2: >newRWFileHandle: err= 2026/07/23 02:46:23 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/23 02:46:23 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/07/23 02:46:23 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/07/23 02:46:23 DEBUG : file2(0x1ca859ce0b40): RWFileHandle.Flush 2026/07/23 02:46:23 DEBUG : file2(0x1ca859ce0b40): RWFileHandle.Release 2026/07/23 02:46:23 DEBUG : file2(0x1ca859ce0b40): close: 2026/07/23 02:46:23 DEBUG : file2: vfs cache: setting modification time to 2026-07-23 02:46:23.547670016 +0000 UTC m=+29.785386196 2026/07/23 02:46:23 INFO : file2: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:23 DEBUG : file2(0x1ca859ce0b40): >close: err= 2026/07/23 02:46:23 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:23 DEBUG : Looking for writers 2026/07/23 02:46:23 DEBUG : file1: reading active writers 2026/07/23 02:46:23 DEBUG : file2: reading active writers 2026/07/23 02:46:23 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/07/23 02:46:23 DEBUG : Looking for writers 2026/07/23 02:46:23 DEBUG : file1: reading active writers 2026/07/23 02:46:23 DEBUG : file2: reading active writers 2026/07/23 02:46:23 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/07/23 02:46:23 DEBUG : Looking for writers 2026/07/23 02:46:23 DEBUG : file2: reading active writers 2026/07/23 02:46:23 DEBUG : file1: reading active writers 2026/07/23 02:46:23 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/07/23 02:46:23 DEBUG : Looking for writers 2026/07/23 02:46:23 DEBUG : file1: reading active writers 2026/07/23 02:46:23 DEBUG : file2: reading active writers 2026/07/23 02:46:23 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/07/23 02:46:23 DEBUG : file1: vfs cache: starting upload 2026/07/23 02:46:23 DEBUG : file2: vfs cache: starting upload 2026/07/23 02:46:23 DEBUG : file1.4d523f73.partial: size = 0 OK 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1.4d523f73.partial" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1.4d523f73.partial 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1.4d523f73.partial" 2026/07/23 02:46:23 DEBUG : file2.ec9332c9.partial: size = 0 OK 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file2.ec9332c9.partial" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file2.ec9332c9.partial 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file2.ec9332c9.partial" 2026/07/23 02:46:23 DEBUG : Looking for writers 2026/07/23 02:46:23 DEBUG : file2: reading active writers 2026/07/23 02:46:23 DEBUG : file1: reading active writers 2026/07/23 02:46:23 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qobafik2quha/file2.ec9332c9.partial 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:23 DEBUG : file2.ec9332c9.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/23 02:46:23 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/23 02:46:23 DEBUG : file2.ec9332c9.partial: renamed to: file2 2026/07/23 02:46:23 INFO : file2: Copied (new) 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file2" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file2 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file2" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qobafik2quha/file1.4d523f73.partial 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:23 DEBUG : file1.4d523f73.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/23 02:46:23 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/23 02:46:23 DEBUG : file1.4d523f73.partial: renamed to: file1 2026/07/23 02:46:23 INFO : file1: Copied (new) 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:23 DEBUG : Looking for writers 2026/07/23 02:46:23 DEBUG : file1: reading active writers 2026/07/23 02:46:23 DEBUG : file2: reading active writers 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qobafik2quha/file1 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:23 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/23 02:46:23 DEBUG : file1: vfs cache: fingerprint now "0,2026-07-23 02:46:23 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/23 02:46:23 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/23 02:46:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qobafik2quha/file2 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:23 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/23 02:46:23 DEBUG : file2: vfs cache: fingerprint now "0,2026-07-23 02:46:23 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/23 02:46:23 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/07/23 02:46:23 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/23 02:46:23 INFO : file1: vfs cache: upload succeeded try #1 2026/07/23 02:46:23 INFO : file2: vfs cache: upload succeeded try #1 2026/07/23 02:46:23 DEBUG : >WaitForWriters: 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qobafik2quha/file1 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:23 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:24 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file2" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file2 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file2" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qobafik2quha/file2 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:24 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file2" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/file2 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/file2" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-qobafik2quha/file2 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:24 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/23 02:46:24 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:24 DEBUG : Looking for writers 2026/07/23 02:46:24 DEBUG : file2: reading active writers 2026/07/23 02:46:24 DEBUG : file1: reading active writers 2026/07/23 02:46:24 DEBUG : >WaitForWriters: 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.74s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:24 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:24 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:24 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:24 DEBUG : file1: newRWFileHandle: 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d200): openPending: 2026/07/23 02:46:24 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d200): >openPending: err= 2026/07/23 02:46:24 DEBUG : file1: >newRWFileHandle: err= 2026/07/23 02:46:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:24 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/23 02:46:24 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d200): _writeAt: size=5, off=0 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d200): >_writeAt: n=5, err= 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d200): RWFileHandle.Flush 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d200): RWFileHandle.Flush 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d200): close: 2026/07/23 02:46:24 DEBUG : file1: vfs cache: setting modification time to 2026-07-23 02:46:24.286394259 +0000 UTC m=+30.524110417 2026/07/23 02:46:24 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d200): >close: err= 2026/07/23 02:46:24 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:24 DEBUG : Looking for writers 2026/07/23 02:46:24 DEBUG : file1: reading active writers 2026/07/23 02:46:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:24 DEBUG : Looking for writers 2026/07/23 02:46:24 DEBUG : file1: reading active writers 2026/07/23 02:46:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:24 DEBUG : Looking for writers 2026/07/23 02:46:24 DEBUG : file1: reading active writers 2026/07/23 02:46:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:24 DEBUG : Looking for writers 2026/07/23 02:46:24 DEBUG : file1: reading active writers 2026/07/23 02:46:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:24 DEBUG : file1: vfs cache: starting upload 2026/07/23 02:46:24 DEBUG : file1.eca1e8cd.partial: size = 5 OK 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1.eca1e8cd.partial" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1.eca1e8cd.partial 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1.eca1e8cd.partial" 2026/07/23 02:46:24 DEBUG : Looking for writers 2026/07/23 02:46:24 DEBUG : file1: reading active writers 2026/07/23 02:46:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/file1.eca1e8cd.partial 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:24 DEBUG : file1.eca1e8cd.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:24 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/23 02:46:24 DEBUG : file1.eca1e8cd.partial: renamed to: file1 2026/07/23 02:46:24 INFO : file1: Copied (new) 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:24 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:24 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-23 02:46:24 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/23 02:46:24 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/23 02:46:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:24 INFO : file1: vfs cache: upload succeeded try #1 2026/07/23 02:46:24 DEBUG : Looking for writers 2026/07/23 02:46:24 DEBUG : file1: reading active writers 2026/07/23 02:46:24 DEBUG : >WaitForWriters: 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:24 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:24 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:24 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:24 DEBUG : file1: newRWFileHandle: 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d8c0): openPending: 2026/07/23 02:46:24 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d8c0): >openPending: err= 2026/07/23 02:46:24 DEBUG : file1: >newRWFileHandle: err= 2026/07/23 02:46:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:24 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/23 02:46:24 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d8c0): _writeAt: size=5, off=0 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d8c0): >_writeAt: n=5, err= 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d8c0): RWFileHandle.Release 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d8c0): close: 2026/07/23 02:46:24 DEBUG : file1: vfs cache: setting modification time to 2026-07-23 02:46:24.605887422 +0000 UTC m=+30.843603591 2026/07/23 02:46:24 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d8c0): >close: err= 2026/07/23 02:46:24 DEBUG : file1(0x1ca85a21d8c0): RWFileHandle.Release 2026/07/23 02:46:24 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:24 DEBUG : Looking for writers 2026/07/23 02:46:24 DEBUG : file1: reading active writers 2026/07/23 02:46:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:24 DEBUG : Looking for writers 2026/07/23 02:46:24 DEBUG : file1: reading active writers 2026/07/23 02:46:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:24 DEBUG : Looking for writers 2026/07/23 02:46:24 DEBUG : file1: reading active writers 2026/07/23 02:46:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:24 DEBUG : Looking for writers 2026/07/23 02:46:24 DEBUG : file1: reading active writers 2026/07/23 02:46:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:24 DEBUG : file1: vfs cache: starting upload 2026/07/23 02:46:24 DEBUG : file1.291f743f.partial: size = 5 OK 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1.291f743f.partial" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1.291f743f.partial 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1.291f743f.partial" 2026/07/23 02:46:24 DEBUG : Looking for writers 2026/07/23 02:46:24 DEBUG : file1: reading active writers 2026/07/23 02:46:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/file1.291f743f.partial 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:24 DEBUG : file1.291f743f.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:24 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/23 02:46:24 DEBUG : file1.291f743f.partial: renamed to: file1 2026/07/23 02:46:24 INFO : file1: Copied (new) 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:24 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:24 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-23 02:46:24 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/23 02:46:24 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/23 02:46:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:24 INFO : file1: vfs cache: upload succeeded try #1 2026/07/23 02:46:24 DEBUG : Looking for writers 2026/07/23 02:46:24 DEBUG : file1: reading active writers 2026/07/23 02:46:24 DEBUG : >WaitForWriters: 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:24 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:24 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:25 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/23 02:46:25 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/07/23 02:46:25 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/23 02:46:25 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:25 DEBUG : dir/file1(0x1ca85a1f03c0): openPending: 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:25 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/23 02:46:25 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/23 02:46:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:25 DEBUG : dir/file1(0x1ca85a1f03c0): >openPending: err= 2026/07/23 02:46:25 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/23 02:46:25 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:25 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:25 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/23 02:46:25 DEBUG : dir/file1(0x1ca85a1f03c0): _writeAt: size=5, off=0 2026/07/23 02:46:25 DEBUG : dir/file1(0x1ca85a1f03c0): >_writeAt: n=5, err= 2026/07/23 02:46:25 DEBUG : dir/file1(0x1ca85a1f03c0): close: 2026/07/23 02:46:25 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:25 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-23 02:46:25.232587151 +0000 UTC m=+31.470303389 2026/07/23 02:46:25 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:25 DEBUG : dir/file1(0x1ca85a1f03c0): >close: err= 2026/07/23 02:46:25 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:25 DEBUG : dir: Looking for writers 2026/07/23 02:46:25 DEBUG : file1: reading active writers 2026/07/23 02:46:25 DEBUG : Looking for writers 2026/07/23 02:46:25 DEBUG : dir: reading active writers 2026/07/23 02:46:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:25 DEBUG : dir: Looking for writers 2026/07/23 02:46:25 DEBUG : file1: reading active writers 2026/07/23 02:46:25 DEBUG : Looking for writers 2026/07/23 02:46:25 DEBUG : dir: reading active writers 2026/07/23 02:46:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:25 DEBUG : dir: Looking for writers 2026/07/23 02:46:25 DEBUG : file1: reading active writers 2026/07/23 02:46:25 DEBUG : Looking for writers 2026/07/23 02:46:25 DEBUG : dir: reading active writers 2026/07/23 02:46:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:25 DEBUG : dir: Looking for writers 2026/07/23 02:46:25 DEBUG : file1: reading active writers 2026/07/23 02:46:25 DEBUG : Looking for writers 2026/07/23 02:46:25 DEBUG : dir: reading active writers 2026/07/23 02:46:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:25 DEBUG : dir/file1: vfs cache: starting upload 2026/07/23 02:46:25 DEBUG : dir/file1.f9a4bcde.partial: size = 5 OK 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1.f9a4bcde.partial" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1.f9a4bcde.partial 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1.f9a4bcde.partial" 2026/07/23 02:46:25 DEBUG : dir: Looking for writers 2026/07/23 02:46:25 DEBUG : file1: reading active writers 2026/07/23 02:46:25 DEBUG : Looking for writers 2026/07/23 02:46:25 DEBUG : dir: reading active writers 2026/07/23 02:46:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/dir/file1.f9a4bcde.partial 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:25 DEBUG : dir/file1.f9a4bcde.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:25 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/23 02:46:25 DEBUG : dir/file1.f9a4bcde.partial: renamed to: dir/file1 2026/07/23 02:46:25 INFO : dir/file1: Copied (replaced existing) 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:25 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:25 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-07-23 02:46:25 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/23 02:46:25 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/23 02:46:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:25 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/23 02:46:25 DEBUG : dir: Looking for writers 2026/07/23 02:46:25 DEBUG : file1: reading active writers 2026/07/23 02:46:25 DEBUG : Looking for writers 2026/07/23 02:46:25 DEBUG : dir: reading active writers 2026/07/23 02:46:25 DEBUG : >WaitForWriters: 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:25 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:25 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:25 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/23 02:46:25 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:25 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:25 DEBUG : dir/file1: newRWFileHandle: 2026/07/23 02:46:25 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/23 02:46:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:25 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/23 02:46:25 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/23 02:46:25 DEBUG : dir/file1(0x1ca85a7d9940): _writeAt: size=5, off=0 2026/07/23 02:46:25 DEBUG : dir/file1(0x1ca85a7d9940): openPending: 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/23 02:46:25 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/23 02:46:25 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/23 02:46:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:25 DEBUG : dir/file1(0x1ca85a7d9940): >openPending: err= 2026/07/23 02:46:25 DEBUG : dir/file1(0x1ca85a7d9940): >_writeAt: n=5, err= 2026/07/23 02:46:25 DEBUG : dir/file1(0x1ca85a7d9940): _writeAt: size=15, off=5 2026/07/23 02:46:25 DEBUG : dir/file1(0x1ca85a7d9940): >_writeAt: n=15, err= 2026/07/23 02:46:25 DEBUG : dir/file1(0x1ca85a7d9940): close: 2026/07/23 02:46:25 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [{Pos:0 Size:20}] - present true 2026/07/23 02:46:25 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-23 02:46:25.861931474 +0000 UTC m=+32.099647632 2026/07/23 02:46:25 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:25 DEBUG : dir/file1(0x1ca85a7d9940): >close: err= 2026/07/23 02:46:25 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:25 DEBUG : dir: Looking for writers 2026/07/23 02:46:25 DEBUG : file1: reading active writers 2026/07/23 02:46:25 DEBUG : Looking for writers 2026/07/23 02:46:25 DEBUG : dir: reading active writers 2026/07/23 02:46:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:25 DEBUG : dir: Looking for writers 2026/07/23 02:46:25 DEBUG : file1: reading active writers 2026/07/23 02:46:25 DEBUG : Looking for writers 2026/07/23 02:46:25 DEBUG : dir: reading active writers 2026/07/23 02:46:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:25 DEBUG : dir: Looking for writers 2026/07/23 02:46:25 DEBUG : file1: reading active writers 2026/07/23 02:46:25 DEBUG : Looking for writers 2026/07/23 02:46:25 DEBUG : dir: reading active writers 2026/07/23 02:46:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:25 DEBUG : dir: Looking for writers 2026/07/23 02:46:25 DEBUG : file1: reading active writers 2026/07/23 02:46:25 DEBUG : Looking for writers 2026/07/23 02:46:25 DEBUG : dir: reading active writers 2026/07/23 02:46:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:25 DEBUG : dir/file1: vfs cache: starting upload 2026/07/23 02:46:25 DEBUG : dir/file1.19afdad7.partial: size = 20 OK 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1.19afdad7.partial" 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1.19afdad7.partial 2026/07/23 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1.19afdad7.partial" 2026/07/23 02:46:25 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/07/23 02:46:26 DEBUG : dir: Looking for writers 2026/07/23 02:46:26 DEBUG : file1: reading active writers 2026/07/23 02:46:26 DEBUG : Looking for writers 2026/07/23 02:46:26 DEBUG : dir: reading active writers 2026/07/23 02:46:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-qobafik2quha/dir/file1.19afdad7.partial 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:26 DEBUG : dir/file1.19afdad7.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/23 02:46:26 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/07/23 02:46:26 DEBUG : dir/file1.19afdad7.partial: renamed to: dir/file1 2026/07/23 02:46:26 INFO : dir/file1: Copied (replaced existing) 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:26 DEBUG : dir: Looking for writers 2026/07/23 02:46:26 DEBUG : file1: reading active writers 2026/07/23 02:46:26 DEBUG : Looking for writers 2026/07/23 02:46:26 DEBUG : dir: reading active writers 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:26 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/23 02:46:26 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-07-23 02:46:25 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/07/23 02:46:26 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/23 02:46:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:26 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/23 02:46:26 DEBUG : >WaitForWriters: 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.64s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:26 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:26 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : file1: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : file1(0x1ca859c87780): openPending: 2026/07/23 02:46:26 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:26 DEBUG : file1(0x1ca859c87780): >openPending: err= 2026/07/23 02:46:26 DEBUG : file1: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:26 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/23 02:46:26 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/23 02:46:26 DEBUG : file1(0x1ca859c87780): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : file1(0x1ca859c87780): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : file1(0x1ca859c87780): close: 2026/07/23 02:46:26 DEBUG : file1: vfs cache: setting modification time to 2026-07-23 02:46:26.190794517 +0000 UTC m=+32.428510697 2026/07/23 02:46:26 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : file1(0x1ca859c87780): >close: err= 2026/07/23 02:46:26 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:26 DEBUG : Looking for writers 2026/07/23 02:46:26 DEBUG : file1: reading active writers 2026/07/23 02:46:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:26 DEBUG : Looking for writers 2026/07/23 02:46:26 DEBUG : file1: reading active writers 2026/07/23 02:46:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:26 DEBUG : Looking for writers 2026/07/23 02:46:26 DEBUG : file1: reading active writers 2026/07/23 02:46:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:26 DEBUG : Looking for writers 2026/07/23 02:46:26 DEBUG : file1: reading active writers 2026/07/23 02:46:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:26 DEBUG : file1: vfs cache: starting upload 2026/07/23 02:46:26 DEBUG : file1.1b673456.partial: size = 5 OK 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1.1b673456.partial" 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1.1b673456.partial 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1.1b673456.partial" 2026/07/23 02:46:26 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-qobafik2quha/dir/file1: no such file or directory 2026/07/23 02:46:26 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-qobafik2quha/dir/file1: no such file or directory 2026/07/23 02:46:26 DEBUG : Looking for writers 2026/07/23 02:46:26 DEBUG : file1: reading active writers 2026/07/23 02:46:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/file1.1b673456.partial 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:26 DEBUG : file1.1b673456.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:26 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/23 02:46:26 DEBUG : file1.1b673456.partial: renamed to: file1 2026/07/23 02:46:26 INFO : file1: Copied (new) 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:26 DEBUG : Looking for writers 2026/07/23 02:46:26 DEBUG : file1: reading active writers 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:26 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:26 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-23 02:46:26 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/23 02:46:26 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:26 DEBUG : >WaitForWriters: 2026/07/23 02:46:26 INFO : file1: vfs cache: upload succeeded try #1 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.33s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:26 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/07/23 02:46:26 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.523838245 +0000 UTC m=+32.761554484 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1d00): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1d00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1d00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1d00): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1d00): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1d00): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1d00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.523838245 +0000 UTC m=+32.761554484 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1d00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4022c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4022c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4022c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4022c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4022c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.523838245 +0000 UTC m=+32.761554484 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4022c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a80f7a0 item 1 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a402900): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a402900): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a402900): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a402900): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a402900): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.527725443 +0000 UTC m=+32.765441622 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a402900): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a402e00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a402e00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a402e00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a402e00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a402e00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.527725443 +0000 UTC m=+32.765441622 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a402e00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a80fe30 item 2 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a403440): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a403440): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a403440): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a403440): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a403440): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.530180358 +0000 UTC m=+32.767896567 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a403440): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4038c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4038c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4038c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4038c0): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4038c0): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4038c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4038c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.530180358 +0000 UTC m=+32.767896567 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4038c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a403d80): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a403d80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a403d80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a403d80): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a403d80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.530180358 +0000 UTC m=+32.767896567 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a403d80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a0424d0 item 3 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a420500): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a420500): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a420500): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a420500): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a420500): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.533217081 +0000 UTC m=+32.770933260 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a420500): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a420a40): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a420a40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a420a40): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a420a40): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a420a40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.533217081 +0000 UTC m=+32.770933260 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a420a40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a0430a0 item 4 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a421080): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a421080): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a421080): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a421080): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a421080): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.535209413 +0000 UTC m=+32.772925593 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a421080): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a421500): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a421500): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a421500): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a421500): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a421500): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a421500): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a421500): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.535209413 +0000 UTC m=+32.772925593 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a421500): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4219c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4219c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4219c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4219c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4219c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.535209413 +0000 UTC m=+32.772925593 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4219c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a043490 item 5 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43a140): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43a140): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43a140): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43a140): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43a140): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.538314807 +0000 UTC m=+32.776030985 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43a140): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43a680): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43a680): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43a680): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43a680): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43a680): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.538314807 +0000 UTC m=+32.776030985 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43a680): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a043d50 item 6 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43ad00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43ad00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43ad00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43ad00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43ad00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.540416624 +0000 UTC m=+32.778132803 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43ad00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43b200): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43b200): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43b200): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43b200): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43b200): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43b200): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43b200): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.540416624 +0000 UTC m=+32.778132803 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43b200): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43b6c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43b6c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43b6c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43b6c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43b6c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.540416624 +0000 UTC m=+32.778132803 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43b6c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859bf2690 item 7 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43bd40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43bd40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43bd40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43bd40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43bd40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.543650911 +0000 UTC m=+32.781367090 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a43bd40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462380): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462380): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462380): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462380): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462380): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.543650911 +0000 UTC m=+32.781367090 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462380): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859bf2ee0 item 8 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462940): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca85a462940): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462940): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462940): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462940): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462940): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462940): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462d00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462d00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462d00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462d00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462d00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.545807212 +0000 UTC m=+32.783523391 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462d00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463180): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463180): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463180): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463180): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463180): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463180): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463180): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.545807212 +0000 UTC m=+32.783523391 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463180): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463680): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463680): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463680): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463680): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463680): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.545807212 +0000 UTC m=+32.783523391 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463680): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859bf35e0 item 9 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463d00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463d00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463d00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463d00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463d00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.548709962 +0000 UTC m=+32.786426141 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463d00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47a340): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47a340): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47a340): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47a340): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47a340): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.548709962 +0000 UTC m=+32.786426141 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47a340): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859bf3e30 item 10 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47a980): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca85a47a980): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47a980): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47a980): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47a980): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47a980): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47a980): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231280): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231280): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231280): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231280): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231280): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.55154799 +0000 UTC m=+32.789264189 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231280): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47ad00): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47ad00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47ad00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47ad00): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47ad00): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47ad00): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47ad00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.55154799 +0000 UTC m=+32.789264189 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47ad00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47b200): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47b200): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47b200): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47b200): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47b200): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.55154799 +0000 UTC m=+32.789264189 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47b200): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a318380 item 11 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47b880): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47b880): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47b880): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47b880): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47b880): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.557711147 +0000 UTC m=+32.795427436 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47b880): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47bdc0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47bdc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47bdc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47bdc0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47bdc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.557711147 +0000 UTC m=+32.795427436 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a47bdc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3188c0 item 12 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14980): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca859e14980): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14980): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14980): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14980): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14980): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14980): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14dc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14dc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14dc0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14dc0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14dc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.560687526 +0000 UTC m=+32.798403725 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14dc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15480): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15480): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15480): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15480): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15480): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.560687526 +0000 UTC m=+32.798403725 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15480): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a318d20 item 13 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.563836861 +0000 UTC m=+32.801553061 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859958cc0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859958cc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859958cc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859958cc0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859958cc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.563836861 +0000 UTC m=+32.801553061 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859958cc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3193b0 item 14 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230000): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca85a230000): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230000): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230000): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230000): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230000): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230000): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230440): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230440): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230440): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230440): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230440): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.566760522 +0000 UTC m=+32.804476721 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230440): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230b00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230b00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230b00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230b00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230b00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.566760522 +0000 UTC m=+32.804476721 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230b00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a319730 item 15 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231180): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231180): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231180): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231180): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231180): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.569610393 +0000 UTC m=+32.807326582 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231180): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231840): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231840): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231840): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231840): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231840): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.569610393 +0000 UTC m=+32.807326582 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231840): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a319b90 item 16 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231e80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231e80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231e80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231e80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231e80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.572379871 +0000 UTC m=+32.810096060 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231e80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.572379871 +0000 UTC m=+32.810096060 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.572379871 +0000 UTC m=+32.810096060 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a941c0 item 17 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff040): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff040): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff040): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff040): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff040): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.576434577 +0000 UTC m=+32.814150775 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff040): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.576434577 +0000 UTC m=+32.814150775 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a94cb0 item 18 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffc00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffc00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffc00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffc00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffc00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.579050455 +0000 UTC m=+32.816766645 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffc00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c200): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c200): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c200): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c200): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c200): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c200): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c200): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c200): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.579050455 +0000 UTC m=+32.816766645 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c200): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c780): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c780): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c780): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c780): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c780): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.579050455 +0000 UTC m=+32.816766645 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21c780): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a95340 item 19 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21ce00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21ce00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21ce00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21ce00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21ce00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.582640764 +0000 UTC m=+32.820356963 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21ce00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21d340): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21d340): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21d340): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21d340): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21d340): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.582640764 +0000 UTC m=+32.820356963 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21d340): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a95c00 item 20 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21d9c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21d9c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21d9c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21d9c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21d9c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.585346172 +0000 UTC m=+32.823062361 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21d9c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21dec0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21dec0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21dec0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21dec0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21dec0): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21dec0): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21dec0): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21dec0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.585346172 +0000 UTC m=+32.823062361 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a21dec0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce0b00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce0b00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce0b00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce0b00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce0b00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.585346172 +0000 UTC m=+32.823062361 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce0b00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebe0e0 item 21 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1440): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1440): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1440): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1440): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1440): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.588152661 +0000 UTC m=+32.825868859 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1440): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1a40): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1a40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1a40): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1a40): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1a40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.588152661 +0000 UTC m=+32.825868859 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1a40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebeb60 item 22 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8380): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8380): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8380): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8380): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8380): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.590273544 +0000 UTC m=+32.827989733 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8380): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8880): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8880): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8880): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8880): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8880): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8880): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8880): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8880): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.590273544 +0000 UTC m=+32.827989733 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8880): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.590273544 +0000 UTC m=+32.827989733 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebeee0 item 23 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9480): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9480): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9480): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9480): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9480): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.593782379 +0000 UTC m=+32.831498568 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9480): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d99c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d99c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d99c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d99c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d99c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.593782379 +0000 UTC m=+32.831498568 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d99c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebf490 item 24 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87180): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca859c87180): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87180): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87180): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87180): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87180): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87180): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c878c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c878c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c878c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c878c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c878c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.595984377 +0000 UTC m=+32.833700566 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c878c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac500): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac500): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac500): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac500): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac500): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac500): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac500): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac500): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.595984377 +0000 UTC m=+32.833700566 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac500): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacb00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacb00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacb00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacb00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacb00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.595984377 +0000 UTC m=+32.833700566 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacb00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebf9d0 item 25 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad440): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad440): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad440): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad440): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad440): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.598806545 +0000 UTC m=+32.836522734 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad440): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0280): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0280): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0280): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0280): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0280): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.598806545 +0000 UTC m=+32.836522734 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0280): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d880e0 item 26 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f08c0): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca85a1f08c0): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f08c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f08c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f08c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f08c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f08c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0d00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0d00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0d00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0d00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0d00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.602012628 +0000 UTC m=+32.839728807 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0d00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1200): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1200): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1200): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1200): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1200): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1200): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1200): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1200): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.602012628 +0000 UTC m=+32.839728807 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1200): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1740): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1740): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1740): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1740): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1740): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.602012628 +0000 UTC m=+32.839728807 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1740): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d88700 item 27 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1dc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1dc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1dc0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1dc0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1dc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.605055793 +0000 UTC m=+32.842771972 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1dc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462400): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462400): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462400): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462400): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462400): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.605055793 +0000 UTC m=+32.842771972 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462400): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d891f0 item 28 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462a40): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca85a462a40): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462a40): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462a40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462a40): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462a40): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462a40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462e00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462e00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462e00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462e00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462e00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.607452138 +0000 UTC m=+32.845168317 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a462e00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4634c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4634c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4634c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4634c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4634c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.607452138 +0000 UTC m=+32.845168317 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4634c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d89730 item 29 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463b40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463b40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463b40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463b40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463b40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.609687408 +0000 UTC m=+32.847403596 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a463b40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de21c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de21c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de21c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de21c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de21c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.609687408 +0000 UTC m=+32.847403596 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de21c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d89ab0 item 30 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de2800): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca859de2800): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de2800): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de2800): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de2800): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de2800): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de2800): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de2bc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de2bc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de2bc0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de2bc0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de2bc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.61192918 +0000 UTC m=+32.849645359 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de2bc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3280): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3280): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3280): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3280): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3280): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.61192918 +0000 UTC m=+32.849645359 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3280): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eee1c0 item 31 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3900): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3900): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3900): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3900): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3900): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.61393126 +0000 UTC m=+32.851647439 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3900): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3e40): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3e40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3e40): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3e40): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3e40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.61393126 +0000 UTC m=+32.851647439 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859de3e40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eee770 item 32 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38580): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38580): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38580): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38580): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38580): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.616221925 +0000 UTC m=+32.853938104 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38580): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38a00): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38a00): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38a00): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38a00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38a00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eeeaf0 item 33 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38a00): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38a00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.616965559 +0000 UTC m=+32.854681768 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38a00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38f00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38f00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38f00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38f00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38f00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.616965559 +0000 UTC m=+32.854681768 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e38f00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eeef50 item 33 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e39540): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e39540): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e39540): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e39540): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e39540): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.619751138 +0000 UTC m=+32.857467307 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e39540): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e399c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e399c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eef340 item 34 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e399c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e399c0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e399c0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e399c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e399c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.620608797 +0000 UTC m=+32.858324976 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e399c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60000): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60000): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60000): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60000): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60000): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.620608797 +0000 UTC m=+32.858324976 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60000): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eef500 item 34 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60640): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60640): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60640): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60640): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60640): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.622609325 +0000 UTC m=+32.860325503 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60640): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60ac0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60ac0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60ac0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60ac0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60ac0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eef9d0 item 35 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60ac0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60ac0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.623550572 +0000 UTC m=+32.861266761 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60ac0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60fc0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60fc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60fc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60fc0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60fc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.623550572 +0000 UTC m=+32.861266761 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e60fc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eefc70 item 35 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e61640): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e61640): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e61640): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e61640): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e61640): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.62591742 +0000 UTC m=+32.863633609 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e61640): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e61b40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e61b40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fa1c0 item 36 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e61b40): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e61b40): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e61b40): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e61b40): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e61b40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.626828571 +0000 UTC m=+32.864544770 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e61b40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e78180): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e78180): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e78180): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e78180): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e78180): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.626828571 +0000 UTC m=+32.864544770 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e78180): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fa380 item 36 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e787c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e787c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e787c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e787c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e787c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.628989571 +0000 UTC m=+32.866705759 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e787c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e78c40): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e78c40): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e78c40): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e78c40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e78c40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fa770 item 37 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e78c40): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e78c40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.629863771 +0000 UTC m=+32.867579960 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e78c40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e79140): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e79140): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e79140): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e79140): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e79140): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.629863771 +0000 UTC m=+32.867579960 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e79140): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3faa10 item 37 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e797c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e797c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e797c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e797c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e797c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.632191916 +0000 UTC m=+32.869908106 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e797c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e79cc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e79cc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fad90 item 38 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e79cc0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e79cc0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e79cc0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e79cc0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e79cc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.632980105 +0000 UTC m=+32.870696294 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e79cc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0300): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0300): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0300): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0300): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0300): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.632980105 +0000 UTC m=+32.870696294 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0300): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3faf50 item 38 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0980): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0980): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0980): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0980): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0980): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.635339028 +0000 UTC m=+32.873055217 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0980): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0e80): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0e80): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0e80): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0e80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0e80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fb2d0 item 39 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0e80): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0e80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.636050501 +0000 UTC m=+32.873766690 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe0e80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe1380): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe1380): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe1380): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe1380): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe1380): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.636050501 +0000 UTC m=+32.873766690 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe1380): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fb490 item 39 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe1a00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe1a00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe1a00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe1a00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe1a00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.638183288 +0000 UTC m=+32.875899477 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fe1a00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006000): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006000): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fb880 item 40 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006000): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006000): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006000): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006000): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006000): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.638887769 +0000 UTC m=+32.876603948 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006000): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006540): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006540): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006540): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006540): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006540): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.638887769 +0000 UTC m=+32.876603948 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006540): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fba40 item 40 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006b00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006b00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006b00): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006b00): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006b00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006b00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006b00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.640961043 +0000 UTC m=+32.878677222 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a006b00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a007000): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a007000): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a007000): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fbdc0 item 41 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a007000): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a007000): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.641696331 +0000 UTC m=+32.879412510 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a007000): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0074c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0074c0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0074c0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0074c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0074c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71c0e0 item 41 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0074c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0074c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.642605677 +0000 UTC m=+32.880321856 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0074c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a007a00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a007a00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a007a00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a007a00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a007a00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.642605677 +0000 UTC m=+32.880321856 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a007a00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71c2a0 item 41 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11e140): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11e140): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11e140): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11e140): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11e140): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11e140): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11e140): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.644704169 +0000 UTC m=+32.882420348 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11e140): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11e640): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11e640): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11e640): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71c620 item 42 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11e640): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11e640): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.645603208 +0000 UTC m=+32.883319386 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11e640): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11eb80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11eb80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71c7e0 item 42 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11eb80): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11eb80): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11eb80): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11eb80): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11eb80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.648172157 +0000 UTC m=+32.885888326 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11eb80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11f100): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11f100): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11f100): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11f100): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11f100): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.648172157 +0000 UTC m=+32.885888326 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11f100): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71c9a0 item 42 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11f740): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11f740): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11f740): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11f740): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11f740): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11f740): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11f740): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.64972023 +0000 UTC m=+32.887436399 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11f740): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11fc40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11fc40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11fc40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71ce70 item 43 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11fc40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11fc40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.650602555 +0000 UTC m=+32.888318735 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a11fc40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13c280): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13c280): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13c280): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13c280): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13c280): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71d030 item 43 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13c280): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13c280): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.651243636 +0000 UTC m=+32.888959805 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13c280): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13c7c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13c7c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13c7c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13c7c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13c7c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.651243636 +0000 UTC m=+32.888959805 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13c7c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71d2d0 item 43 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13ce00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13ce00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13ce00): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13ce00): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13ce00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13ce00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13ce00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.652722558 +0000 UTC m=+32.890438738 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13ce00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13d300): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13d300): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13d300): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71d650 item 44 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13d300): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13d300): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.653315157 +0000 UTC m=+32.891031326 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13d300): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13d840): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13d840): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71d9d0 item 44 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13d840): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13d840): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13d840): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13d840): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13d840): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.654040596 +0000 UTC m=+32.891756765 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13d840): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13ddc0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13ddc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13ddc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13ddc0): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13ddc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.654040596 +0000 UTC m=+32.891756765 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a13ddc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71db90 item 44 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c500): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c500): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c500): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c500): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c500): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c500): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c500): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.655750095 +0000 UTC m=+32.893466283 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c500): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ba180): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ba180): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ba180): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b4070 item 45 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ba180): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ba180): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.656384623 +0000 UTC m=+32.894100792 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ba180): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ba880): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ba880): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ba880): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ba880): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ba880): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.656384623 +0000 UTC m=+32.894100792 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ba880): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b4230 item 45 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4baec0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4baec0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4baec0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4baec0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4baec0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4baec0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4baec0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.658324855 +0000 UTC m=+32.896041024 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4baec0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4bb3c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4bb3c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4bb3c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b4700 item 46 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4bb3c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4bb3c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.658904269 +0000 UTC m=+32.896620438 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4bb3c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4bbac0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4bbac0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4bbac0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4bbac0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4bbac0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.658904269 +0000 UTC m=+32.896620438 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4bbac0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b48c0 item 46 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4da200): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4da200): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4da200): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4da200): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4da200): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4da200): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4da200): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.660566378 +0000 UTC m=+32.898282547 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4da200): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4da700): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4da700): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4da700): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b4c40 item 47 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4da700): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4da700): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.661182761 +0000 UTC m=+32.898898930 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4da700): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4dae00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4dae00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4dae00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4dae00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4dae00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.661182761 +0000 UTC m=+32.898898930 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4dae00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b4e00 item 47 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4db440): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4db440): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4db440): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4db440): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4db440): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4db440): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4db440): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.66275556 +0000 UTC m=+32.900471729 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4db440): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4db940): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4db940): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4db940): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b5260 item 48 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4db940): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4db940): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.663606407 +0000 UTC m=+32.901322576 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4db940): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ec140): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ec140): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ec140): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ec140): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ec140): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.663606407 +0000 UTC m=+32.901322576 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ec140): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b5490 item 48 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ec780): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ec780): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ec780): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ec780): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ec780): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.665333238 +0000 UTC m=+32.903049407 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ec780): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ecc00): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ecc00): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ecc00): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ecc00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ecc00): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ecc00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b5810 item 49 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ecc00): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ecc00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.665913693 +0000 UTC m=+32.903629862 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ecc00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ed140): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ed140): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ed140): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ed140): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ed140): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.665913693 +0000 UTC m=+32.903629862 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ed140): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b5a40 item 49 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ed7c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ed7c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ed7c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ed7c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ed7c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.66750639 +0000 UTC m=+32.905222559 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ed7c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4edcc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4edcc0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4edcc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b5dc0 item 50 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4edcc0): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4edcc0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4edcc0): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4edcc0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4edcc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.668208706 +0000 UTC m=+32.905924876 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4edcc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186340): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186340): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186340): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186340): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186340): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.668208706 +0000 UTC m=+32.905924876 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186340): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a704150 item 50 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1869c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1869c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1869c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1869c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1869c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.669817855 +0000 UTC m=+32.907534024 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1869c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186ec0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186ec0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186ec0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186ec0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186ec0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186ec0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7044d0 item 51 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186ec0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186ec0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.670417406 +0000 UTC m=+32.908133585 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a186ec0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a187400): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a187400): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a187400): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a187400): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a187400): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.670417406 +0000 UTC m=+32.908133585 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a187400): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a704690 item 51 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a187a80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a187a80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a187a80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a187a80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a187a80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.67198208 +0000 UTC m=+32.909698249 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a187a80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2080): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2080): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2080): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a704a10 item 52 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2080): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2080): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2080): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2080): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2080): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.672661092 +0000 UTC m=+32.910377261 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2080): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2600): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2600): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2600): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2600): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2600): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.672661092 +0000 UTC m=+32.910377261 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2600): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a704bd0 item 52 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2c80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2c80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2c80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2c80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2c80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.674035448 +0000 UTC m=+32.911751617 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b2c80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3180): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3180): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3180): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3180): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3180): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3180): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a705110 item 53 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3180): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3180): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.67482608 +0000 UTC m=+32.912542249 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3180): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b36c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b36c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b36c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b36c0): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b36c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.67482608 +0000 UTC m=+32.912542249 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b36c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a705340 item 53 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3d40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3d40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3d40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3d40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3d40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.676496103 +0000 UTC m=+32.914212272 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1b3d40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8340): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8340): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8340): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7056c0 item 54 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8340): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8340): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8340): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8340): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8340): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.677448461 +0000 UTC m=+32.915164640 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8340): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d88c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d88c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d88c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d88c0): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d88c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.677448461 +0000 UTC m=+32.915164640 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d88c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a705880 item 54 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8f40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8f40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8f40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8f40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8f40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.679203233 +0000 UTC m=+32.916919413 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d8f40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9440): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9440): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9440): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9440): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9440): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9440): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a705d50 item 55 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9440): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9440): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.679864523 +0000 UTC m=+32.917580702 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9440): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9980): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9980): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9980): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9980): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9980): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.679864523 +0000 UTC m=+32.917580702 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1d9980): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ed6150 item 55 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210100): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210100): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210100): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210100): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210100): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.682397956 +0000 UTC m=+32.920114144 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210100): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210600): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210600): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210600): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ed6700 item 56 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210600): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210600): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210600): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210600): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210600): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.683388506 +0000 UTC m=+32.921104685 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210600): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210b80): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210b80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210b80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210b80): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210b80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.683388506 +0000 UTC m=+32.921104685 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a210b80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ed6a80 item 56 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2111c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2111c0): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2111c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2111c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2111c0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2111c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2111c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2111c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.685585643 +0000 UTC m=+32.923301823 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2111c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211700): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211700): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211700): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ed7340 item 57 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211700): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211700): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.686344818 +0000 UTC m=+32.924061027 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211700): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211c40): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211c40): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211c40): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211c40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211c40): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211c40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ed7570 item 57 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211c40): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211c40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.687252972 +0000 UTC m=+32.924969201 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a211c40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c2c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c2c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c2c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c2c0): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c2c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.687252972 +0000 UTC m=+32.924969201 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c2c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ed7960 item 57 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c900): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c900): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c900): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c900): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c900): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c900): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c900): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c900): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.689437596 +0000 UTC m=+32.927153785 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22c900): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22ce40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22ce40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22ce40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef0070 item 58 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22ce40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22ce40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.690532824 +0000 UTC m=+32.928249004 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22ce40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d380): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d380): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d380): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef02a0 item 58 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d380): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d380): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d380): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d380): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d380): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.691563581 +0000 UTC m=+32.929279769 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d380): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d940): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d940): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d940): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d940): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d940): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.691563581 +0000 UTC m=+32.929279769 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a22d940): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef04d0 item 58 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c080): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c080): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c080): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c080): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c080): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c080): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c080): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c080): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.693807747 +0000 UTC m=+32.931523926 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c080): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c5c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c5c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c5c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef0930 item 59 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c5c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c5c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.694522857 +0000 UTC m=+32.932239076 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25c5c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25cb00): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25cb00): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25cb00): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25cb00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25cb00): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25cb00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef0bd0 item 59 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25cb00): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25cb00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.695460718 +0000 UTC m=+32.933176908 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25cb00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d080): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d080): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d080): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d080): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d080): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.695460718 +0000 UTC m=+32.933176908 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d080): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef0d90 item 59 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d6c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d6c0): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d6c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d6c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d6c0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d6c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d6c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d6c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.697973522 +0000 UTC m=+32.935689772 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a25d6c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8080): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8080): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8080): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef1260 item 60 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8080): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8080): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.698853263 +0000 UTC m=+32.936569442 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8080): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a6541c0 item 60 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.699696506 +0000 UTC m=+32.937412675 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8bc0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8bc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8bc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8bc0): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8bc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.699696506 +0000 UTC m=+32.937412675 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8bc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a654380 item 60 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9200): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9200): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9200): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9200): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9200): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9200): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9200): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9200): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.701549183 +0000 UTC m=+32.939265363 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9200): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9740): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9740): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9740): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a6547e0 item 61 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9740): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9740): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.702370483 +0000 UTC m=+32.940086662 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9740): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9e40): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9e40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9e40): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9e40): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9e40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.702370483 +0000 UTC m=+32.940086662 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9e40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a654a80 item 61 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30e580): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30e580): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30e580): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30e580): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30e580): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30e580): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30e580): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30e580): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.704353648 +0000 UTC m=+32.942069827 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30e580): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30eac0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30eac0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30eac0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a654e70 item 62 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30eac0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30eac0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.705048961 +0000 UTC m=+32.942765140 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30eac0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f1c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f1c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f1c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f1c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f1c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.705048961 +0000 UTC m=+32.942765140 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f1c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a6550a0 item 62 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f800): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f800): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f800): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f800): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f800): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f800): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f800): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f800): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.706915194 +0000 UTC m=+32.944631373 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30f800): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30fd40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30fd40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30fd40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a655420 item 63 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30fd40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30fd40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.70766035 +0000 UTC m=+32.945376580 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a30fd40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344540): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344540): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344540): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344540): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344540): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.70766035 +0000 UTC m=+32.945376580 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344540): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a6555e0 item 63 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344b80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344b80): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344b80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344b80): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344b80): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344b80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344b80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344b80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.709710091 +0000 UTC m=+32.947426260 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a344b80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3450c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3450c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3450c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a655ab0 item 64 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3450c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3450c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.71029234 +0000 UTC m=+32.948008519 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3450c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3457c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3457c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3457c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3457c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3457c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.71029234 +0000 UTC m=+32.948008519 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3457c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a655dc0 item 64 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a345e00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a345e00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a345e00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a345e00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a345e00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.712334055 +0000 UTC m=+32.950050234 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a345e00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37c380): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37c380): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37c380): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37c380): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37c380): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859cec7e0 item 65 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37c380): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37c380): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.712964646 +0000 UTC m=+32.950680815 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37c380): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37c880): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37c880): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37c880): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37c880): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37c880): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.712964646 +0000 UTC m=+32.950680815 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37c880): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859cecc40 item 65 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37cec0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37cec0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37cec0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37cec0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37cec0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.714574064 +0000 UTC m=+32.952290343 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37cec0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37d340): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37d340): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859cedc00 item 66 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37d340): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37d340): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37d340): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37d340): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37d340): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.715368554 +0000 UTC m=+32.953084723 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37d340): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37d880): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37d880): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37d880): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37d880): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37d880): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.715368554 +0000 UTC m=+32.953084723 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37d880): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859cede30 item 66 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37dec0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37dec0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37dec0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37dec0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37dec0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.717551405 +0000 UTC m=+32.955267574 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a37dec0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396440): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396440): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396440): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396440): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396440): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a046e00 item 67 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396440): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396440): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.718404957 +0000 UTC m=+32.956121136 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396440): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396940): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396940): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396940): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396940): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396940): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.718404957 +0000 UTC m=+32.956121136 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396940): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a046fc0 item 67 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396fc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396fc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396fc0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396fc0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396fc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.720789039 +0000 UTC m=+32.958505217 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a396fc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3974c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3974c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a03c150 item 68 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3974c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3974c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3974c0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3974c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3974c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.721430149 +0000 UTC m=+32.959146318 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3974c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a397a00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a397a00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a397a00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a397a00): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a397a00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.721430149 +0000 UTC m=+32.959146318 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a397a00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a03c700 item 68 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b4140): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b4140): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b4140): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b4140): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b4140): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.723184671 +0000 UTC m=+32.960900840 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b4140): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b45c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b45c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b45c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b45c0): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b45c0): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a03ca80 item 69 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b45c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b45c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.723838616 +0000 UTC m=+32.961554785 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b45c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b4ac0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b4ac0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b4ac0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b4ac0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b4ac0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.723838616 +0000 UTC m=+32.961554785 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b4ac0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a03ce00 item 69 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5140): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5140): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5140): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5140): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5140): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.725719277 +0000 UTC m=+32.963435456 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5140): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5640): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5640): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a03d340 item 70 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5640): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5640): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5640): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5640): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5640): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.726339547 +0000 UTC m=+32.964055716 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5640): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5b80): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5b80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5b80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5b80): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5b80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.726339547 +0000 UTC m=+32.964055716 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b5b80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a03d810 item 70 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 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-qobafik2quha/dir/file1: no such file or directory 2026/07/23 02:46:26 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-qobafik2quha/dir/file1: no such file or directory 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc300): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc300): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc300): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc300): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc300): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.728154083 +0000 UTC m=+32.965870252 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc300): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc800): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc800): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc800): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc800): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc800): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7c150 item 71 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc800): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc800): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.728805242 +0000 UTC m=+32.966521411 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc800): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dcd00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dcd00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dcd00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dcd00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dcd00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.728805242 +0000 UTC m=+32.966521411 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dcd00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7c380 item 71 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd380): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd380): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd380): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd380): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd380): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.730437785 +0000 UTC m=+32.968153955 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd380): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd880): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd880): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7c8c0 item 72 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd880): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd880): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd880): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd880): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd880): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.731339197 +0000 UTC m=+32.969055366 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd880): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dddc0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dddc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dddc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dddc0): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dddc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.731339197 +0000 UTC m=+32.969055366 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dddc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7cf50 item 72 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404480): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404480): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404480): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404480): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404480): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404480): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404480): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.733156228 +0000 UTC m=+32.970872397 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404480): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404980): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404980): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404980): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7db90 item 73 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404980): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404980): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.733772901 +0000 UTC m=+32.971489070 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404980): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404e40): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404e40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404e40): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404e40): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404e40): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859e0c070 item 73 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404e40): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404e40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.734373345 +0000 UTC m=+32.972089524 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a404e40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a405380): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a405380): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a405380): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a405380): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a405380): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.734373345 +0000 UTC m=+32.972089524 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a405380): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859e0c4d0 item 73 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4059c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4059c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4059c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4059c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4059c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4059c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4059c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.736044441 +0000 UTC m=+32.973760610 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4059c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a405ec0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a405ec0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a405ec0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859e0cee0 item 74 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a405ec0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a405ec0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.736689528 +0000 UTC m=+32.974405697 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a405ec0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42a500): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42a500): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859e0d260 item 74 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42a500): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42a500): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42a500): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42a500): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42a500): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.737542509 +0000 UTC m=+32.975258679 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42a500): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42aa80): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42aa80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42aa80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42aa80): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42aa80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.737542509 +0000 UTC m=+32.975258679 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42aa80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859e0d500 item 74 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42b0c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42b0c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42b0c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42b0c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42b0c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42b0c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42b0c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.739191823 +0000 UTC m=+32.976907992 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42b0c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42b5c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42b5c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42b5c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a41c0 item 75 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42b5c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42b5c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.739825068 +0000 UTC m=+32.977541237 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42b5c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42bb00): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42bb00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42bb00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42bb00): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42bb00): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a4460 item 75 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42bb00): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42bb00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.740505233 +0000 UTC m=+32.978221402 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a42bb00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450140): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450140): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450140): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450140): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450140): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.740505233 +0000 UTC m=+32.978221402 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450140): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a4690 item 75 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450780): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450780): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450780): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450780): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450780): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450780): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450780): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.742291464 +0000 UTC m=+32.980007634 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450780): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450c80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450c80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450c80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a4c40 item 76 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450c80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450c80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.742926664 +0000 UTC m=+32.980642833 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a450c80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4511c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4511c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a4e00 item 76 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4511c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4511c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4511c0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4511c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4511c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.743814891 +0000 UTC m=+32.981531070 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4511c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a451740): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a451740): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a451740): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a451740): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a451740): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.743814891 +0000 UTC m=+32.981531070 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a451740): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a4fc0 item 76 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a451d80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a451d80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a451d80): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a451d80): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a451d80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a451d80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a451d80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.745467091 +0000 UTC m=+32.983183260 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a451d80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a496380): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a496380): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a496380): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a5340 item 77 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a496380): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a496380): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.74610203 +0000 UTC m=+32.983818199 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a496380): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a496a80): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a496a80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a496a80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a496a80): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a496a80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.74610203 +0000 UTC m=+32.983818199 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a496a80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a5500 item 77 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4970c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4970c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4970c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4970c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4970c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4970c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4970c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.747773054 +0000 UTC m=+32.985489253 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4970c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4975c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4975c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4975c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a5880 item 78 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4975c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4975c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.748324194 +0000 UTC m=+32.986040363 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4975c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a497cc0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a497cc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a497cc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a497cc0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a497cc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.748324194 +0000 UTC m=+32.986040363 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a497cc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a5a40 item 78 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500400): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500400): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500400): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500400): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500400): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500400): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500400): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.75012794 +0000 UTC m=+32.987844119 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500400): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500900): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500900): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500900): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a5dc0 item 79 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500900): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500900): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.750707244 +0000 UTC m=+32.988423423 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500900): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501000): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501000): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501000): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501000): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501000): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.750707244 +0000 UTC m=+32.988423423 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501000): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90a150 item 79 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501640): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501640): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501640): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501640): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501640): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501640): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501640): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.752354183 +0000 UTC m=+32.990070363 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501640): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501b40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501b40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501b40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90a9a0 item 80 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501b40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501b40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.753261356 +0000 UTC m=+32.990977525 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501b40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15ccc0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15ccc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15ccc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15ccc0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15ccc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.753261356 +0000 UTC m=+32.990977525 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15ccc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7a230 item 80 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15d300): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15d300): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15d300): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15d300): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15d300): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.755834494 +0000 UTC m=+32.993550673 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15d300): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c040): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c040): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c040): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c040): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c040): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c040): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7a850 item 81 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c040): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c040): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.757608303 +0000 UTC m=+32.995324483 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c040): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c580): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c580): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c580): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c580): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c580): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.757608303 +0000 UTC m=+32.995324483 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15c580): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef01c0 item 81 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15da40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15da40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15da40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15da40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15da40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.76116634 +0000 UTC m=+32.998882520 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a15da40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500040): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500040): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500040): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef05b0 item 82 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500040): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500040): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500040): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500040): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500040): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.762040691 +0000 UTC m=+32.999756931 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500040): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a5005c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a5005c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a5005c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a5005c0): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a5005c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.762040691 +0000 UTC m=+32.999756931 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a5005c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef0850 item 82 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500c40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500c40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500c40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500c40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500c40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.764324704 +0000 UTC m=+33.002040993 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a500c40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501140): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501140): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501140): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501140): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501140): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501140): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef0cb0 item 83 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501140): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501140): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.765251343 +0000 UTC m=+33.002967582 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a501140): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a5016c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a5016c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a5016c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a5016c0): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a5016c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.765251343 +0000 UTC m=+33.002967582 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a5016c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef0e70 item 83 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14780): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14780): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14780): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14780): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14780): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.767395872 +0000 UTC m=+33.005112051 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14780): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14d00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14d00): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14d00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef1340 item 84 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14d00): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14d00): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14d00): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14d00): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14d00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.768323052 +0000 UTC m=+33.006039232 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14d00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15280): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15280): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15280): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15280): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15280): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.768323052 +0000 UTC m=+33.006039232 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15280): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef1500 item 84 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15900): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15900): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15900): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15900): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15900): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.770363825 +0000 UTC m=+33.008080034 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15900): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15e00): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15e00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15e00): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15e00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15e00): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15e00): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef1a40 item 85 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15e00): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15e00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.771199603 +0000 UTC m=+33.008915783 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15e00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959340): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959340): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959340): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959340): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959340): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.771199603 +0000 UTC m=+33.008915783 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959340): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef1c00 item 85 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230180): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230180): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230180): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230180): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230180): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.772968794 +0000 UTC m=+33.010684973 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230180): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230680): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230680): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230680): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7b340 item 86 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230680): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230680): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230680): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230680): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230680): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.773902166 +0000 UTC m=+33.011618345 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230680): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230c00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230c00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230c00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230c00): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230c00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.773902166 +0000 UTC m=+33.011618345 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230c00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7b650 item 86 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231280): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231280): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231280): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231280): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231280): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.775780522 +0000 UTC m=+33.013496691 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231280): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231780): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231780): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231780): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231780): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231780): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231780): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7be30 item 87 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231780): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231780): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.777026415 +0000 UTC m=+33.014742584 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231780): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231cc0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231cc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231cc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231cc0): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231cc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.777026415 +0000 UTC m=+33.014742584 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231cc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90a2a0 item 87 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.778769335 +0000 UTC m=+33.016485504 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe4c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90ac40 item 88 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.779511406 +0000 UTC m=+33.017227575 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe9c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fef40): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fef40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fef40): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fef40): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fef40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.779511406 +0000 UTC m=+33.017227575 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fef40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90ae00 item 88 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.78107611 +0000 UTC m=+33.018792279 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff580): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffac0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffac0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffac0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90b1f0 item 89 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffac0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffac0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.781648592 +0000 UTC m=+33.019364761 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffac0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce06c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce06c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce06c0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce06c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce06c0): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce06c0): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90b490 item 89 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce06c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce06c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.782291705 +0000 UTC m=+33.020007874 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce06c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce0d40): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce0d40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce0d40): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce0d40): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce0d40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.782291705 +0000 UTC m=+33.020007874 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce0d40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90b6c0 item 89 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1600): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1600): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1600): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1600): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1600): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1600): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1600): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1600): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.784173257 +0000 UTC m=+33.021889426 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1600): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1c00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1c00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1c00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90ba40 item 90 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1c00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1c00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.784742422 +0000 UTC m=+33.022458591 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1c00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d83c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d83c0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d83c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90bc00 item 90 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d83c0): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d83c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d83c0): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d83c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d83c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.785511875 +0000 UTC m=+33.023228044 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d83c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8980): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8980): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8980): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8980): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8980): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.785511875 +0000 UTC m=+33.023228044 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8980): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90bdc0 item 90 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9000): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9000): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9000): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9000): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9000): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9000): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9000): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9000): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.787144667 +0000 UTC m=+33.024860836 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9000): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9540): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9540): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9540): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3184d0 item 91 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9540): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9540): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.787651705 +0000 UTC m=+33.025367874 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9540): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a318690 item 91 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.78836903 +0000 UTC m=+33.026085239 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87180): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87180): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87180): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87180): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87180): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.78836903 +0000 UTC m=+33.026085239 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87180): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a318850 item 91 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b80): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b80): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b80): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.790116539 +0000 UTC m=+33.027832708 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac840): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac840): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac840): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a318cb0 item 92 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac840): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac840): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.790741809 +0000 UTC m=+33.028457978 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac840): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacf80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacf80): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacf80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a318e70 item 92 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacf80): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacf80): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacf80): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacf80): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacf80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.7914519 +0000 UTC m=+33.029168069 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bacf80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859badd00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859badd00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859badd00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859badd00): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859badd00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.7914519 +0000 UTC m=+33.029168069 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859badd00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a319340 item 92 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0580): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0580): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0580): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0580): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0580): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0580): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0580): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0580): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.793626025 +0000 UTC m=+33.031342204 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0580): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0b40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0b40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0b40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3196c0 item 93 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0b40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0b40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.794557493 +0000 UTC m=+33.032273672 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0b40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1240): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1240): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1240): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1240): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1240): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.794557493 +0000 UTC m=+33.032273672 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1240): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a319880 item 93 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.796782213 +0000 UTC m=+33.034498392 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1880): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1dc0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1dc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1dc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a319ce0 item 94 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1dc0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1dc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.79759598 +0000 UTC m=+33.035312159 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1dc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.79759598 +0000 UTC m=+33.035312159 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8600): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a94150 item 94 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8c40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8c40): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8c40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8c40): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8c40): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8c40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8c40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8c40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.799872087 +0000 UTC m=+33.037588317 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8c40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9180): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9180): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9180): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a94930 item 95 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9180): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9180): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.80059889 +0000 UTC m=+33.038315069 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9180): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9880): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9880): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9880): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9880): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9880): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.80059889 +0000 UTC m=+33.038315069 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9880): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a94cb0 item 95 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9ec0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9ec0): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9ec0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9ec0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9ec0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9ec0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9ec0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9ec0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.803021293 +0000 UTC m=+33.040737472 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d9ec0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc2500): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc2500): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc2500): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a95340 item 96 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc2500): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc2500): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.803656231 +0000 UTC m=+33.041372410 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc2500): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc2c00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc2c00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc2c00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc2c00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc2c00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.803656231 +0000 UTC m=+33.041372410 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc2c00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a955e0 item 96 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= 2026/07/23 02:46:26 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:26 DEBUG : Looking for writers 2026/07/23 02:46:26 DEBUG : >WaitForWriters: 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:26 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/07/23 02:46:26 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c180): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c180): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c180): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c180): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c180): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.812785237 +0000 UTC m=+33.050501406 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c180): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c680): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c680): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c680): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c680): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c680): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c680): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c680): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.812785237 +0000 UTC m=+33.050501406 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c680): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1cb40): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1cb40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1cb40): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1cb40): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1cb40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.812785237 +0000 UTC m=+33.050501406 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1cb40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d88540 item 1 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d180): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d180): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d180): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d180): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d180): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.815344329 +0000 UTC m=+33.053060498 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d180): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d680): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d680): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d680): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d680): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d680): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.815344329 +0000 UTC m=+33.053060498 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d680): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d88cb0 item 2 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1dcc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1dcc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1dcc0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1dcc0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1dcc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.81741097 +0000 UTC m=+33.055127150 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1dcc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64240): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64240): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64240): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64240): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64240): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64240): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64240): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.81741097 +0000 UTC m=+33.055127150 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64240): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64700): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64700): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64700): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64700): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64700): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.81741097 +0000 UTC m=+33.055127150 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64700): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d89420 item 3 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64d80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64d80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64d80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64d80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64d80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.819839556 +0000 UTC m=+33.057555736 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e64d80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e652c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e652c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e652c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e652c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e652c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.819839556 +0000 UTC m=+33.057555736 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e652c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d899d0 item 4 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e65900): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e65900): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e65900): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e65900): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e65900): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.821724094 +0000 UTC m=+33.059440282 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e65900): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e65d80): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e65d80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e65d80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e65d80): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e65d80): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e65d80): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e65d80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.821724094 +0000 UTC m=+33.059440282 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e65d80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e76340): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e76340): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e76340): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e76340): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e76340): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.821724094 +0000 UTC m=+33.059440282 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e76340): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fa000 item 5 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e769c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e769c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e769c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e769c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e769c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.824536142 +0000 UTC m=+33.062252322 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e769c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e76f00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e76f00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e76f00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e76f00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e76f00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.824536142 +0000 UTC m=+33.062252322 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e76f00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fa540 item 6 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e77580): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e77580): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e77580): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e77580): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e77580): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.827538832 +0000 UTC m=+33.065255011 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e77580): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e77a80): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e77a80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e77a80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e77a80): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e77a80): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e77a80): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e77a80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.827538832 +0000 UTC m=+33.065255011 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e77a80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbe040): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbe040): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbe040): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbe040): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbe040): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.827538832 +0000 UTC m=+33.065255011 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbe040): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fa9a0 item 7 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbe6c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbe6c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbe6c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbe6c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbe6c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.83014357 +0000 UTC m=+33.067859759 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbe6c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbec00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbec00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbec00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbec00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbec00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.83014357 +0000 UTC m=+33.067859759 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859fbec00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fae70 item 8 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3580): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca859dc3580): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3580): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3580): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3580): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3580): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3580): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3940): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3940): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3940): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3940): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3940): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.832162312 +0000 UTC m=+33.069878481 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3940): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3dc0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3dc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3dc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3dc0): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3dc0): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3dc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3dc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.832162312 +0000 UTC m=+33.069878481 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dc3dc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd83c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd83c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd83c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd83c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd83c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.832162312 +0000 UTC m=+33.069878481 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd83c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebeb60 item 9 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd8a40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd8a40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd8a40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd8a40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd8a40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.834556833 +0000 UTC m=+33.072273002 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd8a40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd8f80): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd8f80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd8f80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd8f80): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd8f80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.834556833 +0000 UTC m=+33.072273002 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd8f80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebf030 item 10 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd95c0): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca859dd95c0): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd95c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd95c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd95c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd95c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd95c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd9980): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd9980): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd9980): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd9980): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd9980): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.836408678 +0000 UTC m=+33.074124858 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd9980): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd9e80): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd9e80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd9e80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd9e80): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd9e80): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd9e80): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd9e80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.836408678 +0000 UTC m=+33.074124858 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859dd9e80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a050480): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a050480): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a050480): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a050480): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a050480): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.836408678 +0000 UTC m=+33.074124858 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a050480): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebf3b0 item 11 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a050b00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a050b00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a050b00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a050b00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a050b00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.838975364 +0000 UTC m=+33.076691584 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a050b00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051040): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051040): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051040): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051040): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051040): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.838975364 +0000 UTC m=+33.076691584 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051040): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebfa40 item 12 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051680): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca85a051680): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051680): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051680): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051680): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051680): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051680): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051a40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051a40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051a40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051a40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051a40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.841183083 +0000 UTC m=+33.078899261 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a051a40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10e200): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10e200): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10e200): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10e200): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10e200): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.841183083 +0000 UTC m=+33.078899261 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10e200): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebfdc0 item 13 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10e880): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10e880): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10e880): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10e880): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10e880): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.843549851 +0000 UTC m=+33.081266040 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10e880): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10edc0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10edc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10edc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10edc0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10edc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.843549851 +0000 UTC m=+33.081266040 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10edc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71c310 item 14 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10f400): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca85a10f400): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10f400): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10f400): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10f400): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10f400): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10f400): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10f7c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10f7c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10f7c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10f7c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10f7c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.845797135 +0000 UTC m=+33.083513313 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10f7c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10fe80): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10fe80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10fe80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10fe80): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10fe80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.845797135 +0000 UTC m=+33.083513313 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a10fe80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71c690 item 15 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a122600): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a122600): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a122600): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a122600): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a122600): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.847979234 +0000 UTC m=+33.085695413 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a122600): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a122b40): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a122b40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a122b40): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a122b40): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a122b40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.847979234 +0000 UTC m=+33.085695413 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a122b40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71ca10 item 16 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123180): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123180): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123180): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123180): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123180): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.849845677 +0000 UTC m=+33.087561856 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123180): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123600): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123600): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123600): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123600): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123600): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123600): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123600): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123600): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.849845677 +0000 UTC m=+33.087561856 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123600): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123b00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123b00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123b00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123b00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123b00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.849845677 +0000 UTC m=+33.087561856 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a123b00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71cee0 item 17 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a144280): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a144280): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a144280): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a144280): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a144280): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.852684458 +0000 UTC m=+33.090400646 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a144280): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1447c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1447c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1447c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1447c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1447c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.852684458 +0000 UTC m=+33.090400646 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1447c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71d490 item 18 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a144e40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a144e40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a144e40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a144e40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a144e40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.854823346 +0000 UTC m=+33.092539555 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a144e40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145340): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145340): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145340): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145340): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145340): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145340): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145340): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145340): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.854823346 +0000 UTC m=+33.092539555 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145340): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145840): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145840): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145840): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145840): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145840): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.854823346 +0000 UTC m=+33.092539555 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145840): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71d9d0 item 19 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145ec0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145ec0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145ec0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145ec0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145ec0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.857434706 +0000 UTC m=+33.095150875 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a145ec0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18c500): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18c500): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18c500): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18c500): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18c500): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.857434706 +0000 UTC m=+33.095150875 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18c500): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b4150 item 20 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18cb80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18cb80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18cb80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18cb80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18cb80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.859549869 +0000 UTC m=+33.097266058 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18cb80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d080): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d080): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d080): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d080): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d080): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d080): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d080): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d080): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.859549869 +0000 UTC m=+33.097266058 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d080): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d580): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d580): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d580): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d580): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d580): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.859549869 +0000 UTC m=+33.097266058 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18d580): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b44d0 item 21 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18dc00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18dc00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18dc00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18dc00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18dc00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.862126033 +0000 UTC m=+33.099842202 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a18dc00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6240): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6240): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6240): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6240): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6240): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.862126033 +0000 UTC m=+33.099842202 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6240): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b4af0 item 22 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c68c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c68c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c68c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c68c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c68c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.863782039 +0000 UTC m=+33.101498219 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c68c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6dc0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6dc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6dc0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6dc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6dc0): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6dc0): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6dc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6dc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.863782039 +0000 UTC m=+33.101498219 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c6dc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c72c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c72c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c72c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c72c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c72c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.863782039 +0000 UTC m=+33.101498219 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c72c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b4e70 item 23 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c7940): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c7940): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c7940): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c7940): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c7940): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.86615543 +0000 UTC m=+33.103871599 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c7940): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c7e80): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c7e80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c7e80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c7e80): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c7e80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.86615543 +0000 UTC m=+33.103871599 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1c7e80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b5490 item 24 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f25c0): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca85a1f25c0): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f25c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f25c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f25c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f25c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f25c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2980): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2980): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2980): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2980): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2980): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.86788747 +0000 UTC m=+33.105603639 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2980): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2e80): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2e80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2e80): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2e80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2e80): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2e80): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2e80): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2e80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.86788747 +0000 UTC m=+33.105603639 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f2e80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f33c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f33c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f33c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f33c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f33c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.86788747 +0000 UTC m=+33.105603639 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f33c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b5810 item 25 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f3a40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f3a40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f3a40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f3a40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f3a40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.870205918 +0000 UTC m=+33.107922087 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f3a40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214080): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214080): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214080): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214080): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214080): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.870205918 +0000 UTC m=+33.107922087 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214080): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b5d50 item 26 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2146c0): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca85a2146c0): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2146c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2146c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2146c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2146c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2146c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214a80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214a80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214a80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214a80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214a80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.871830926 +0000 UTC m=+33.109547095 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214a80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214f80): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214f80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214f80): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214f80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214f80): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214f80): _writeAt: size=3, off=7 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214f80): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214f80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.871830926 +0000 UTC m=+33.109547095 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a214f80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2154c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2154c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2154c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2154c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2154c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.871830926 +0000 UTC m=+33.109547095 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2154c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7042a0 item 27 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a215b40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a215b40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a215b40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a215b40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a215b40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.874003257 +0000 UTC m=+33.111719426 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a215b40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a250180): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a250180): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a250180): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a250180): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a250180): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.874003257 +0000 UTC m=+33.111719426 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a250180): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a704770 item 28 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2507c0): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca85a2507c0): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2507c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2507c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2507c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2507c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2507c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a250b80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a250b80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a250b80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a250b80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a250b80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.875650086 +0000 UTC m=+33.113366255 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a250b80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a251240): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a251240): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a251240): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a251240): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a251240): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.875650086 +0000 UTC m=+33.113366255 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a251240): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a704af0 item 29 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2518c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2518c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2518c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2518c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2518c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.87779683 +0000 UTC m=+33.115513079 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2518c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a251e00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a251e00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a251e00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a251e00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a251e00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.87779683 +0000 UTC m=+33.115513079 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a251e00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a705030 item 30 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27c540): _readAt: size=2, off=0 2026/07/23 02:46:26 ERROR : open-test-file(0x1ca85a27c540): Couldn't read size of file 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27c540): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27c540): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27c540): >_writeAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27c540): close: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27c540): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27c900): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27c900): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27c900): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27c900): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27c900): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.880386128 +0000 UTC m=+33.118102316 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27c900): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27cfc0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27cfc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27cfc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27cfc0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27cfc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.880386128 +0000 UTC m=+33.118102316 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27cfc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a705420 item 31 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27d640): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27d640): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27d640): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27d640): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27d640): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.882668948 +0000 UTC m=+33.120385127 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27d640): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27db80): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27db80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27db80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27db80): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27db80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.882668948 +0000 UTC m=+33.120385127 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a27db80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7057a0 item 32 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e02c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e02c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e02c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e02c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e02c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.884739377 +0000 UTC m=+33.122455566 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e02c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e0740): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e0740): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e0740): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e0740): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e0740): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a705c00 item 33 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e0740): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e0740): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.885515432 +0000 UTC m=+33.123231612 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e0740): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e0c40): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e0c40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e0c40): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e0c40): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e0c40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.885515432 +0000 UTC m=+33.123231612 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e0c40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ed6000 item 33 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1280): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1280): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1280): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1280): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1280): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.887893481 +0000 UTC m=+33.125609690 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1280): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1700): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1700): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ed6540 item 34 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1700): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1700): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1700): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1700): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1700): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.888848945 +0000 UTC m=+33.126565164 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1700): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1c40): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1c40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1c40): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1c40): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1c40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.888848945 +0000 UTC m=+33.126565164 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2e1c40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ed6930 item 34 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314380): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314380): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314380): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314380): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314380): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.891151002 +0000 UTC m=+33.128867191 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314380): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314800): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314800): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314800): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314800): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314800): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ed7030 item 35 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314800): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314800): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.89192295 +0000 UTC m=+33.129639129 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314800): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314d00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314d00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314d00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314d00): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314d00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.89192295 +0000 UTC m=+33.129639129 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a314d00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ed7420 item 35 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315380): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315380): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315380): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315380): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315380): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.893862612 +0000 UTC m=+33.131578781 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315380): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315880): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315880): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ed7ab0 item 36 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315880): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315880): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315880): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315880): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315880): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.894712146 +0000 UTC m=+33.132428355 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315880): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315dc0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315dc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315dc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315dc0): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315dc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.894712146 +0000 UTC m=+33.132428355 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a315dc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ed7dc0 item 36 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34a500): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34a500): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34a500): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34a500): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34a500): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.896792393 +0000 UTC m=+33.134508572 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34a500): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34a980): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34a980): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34a980): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34a980): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34a980): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a654380 item 37 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34a980): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34a980): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.897583156 +0000 UTC m=+33.135299335 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34a980): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34ae80): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34ae80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34ae80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34ae80): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34ae80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.897583156 +0000 UTC m=+33.135299335 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34ae80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a654540 item 37 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34b500): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34b500): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34b500): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34b500): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34b500): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.899606075 +0000 UTC m=+33.137322244 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34b500): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34ba00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34ba00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a654a80 item 38 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34ba00): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34ba00): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34ba00): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34ba00): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34ba00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.90045628 +0000 UTC m=+33.138172480 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a34ba00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a372040): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a372040): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a372040): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a372040): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a372040): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.90045628 +0000 UTC m=+33.138172480 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a372040): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a654cb0 item 38 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3726c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3726c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3726c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3726c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3726c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.902404999 +0000 UTC m=+33.140121168 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3726c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a372bc0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a372bc0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a372bc0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a372bc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a372bc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a6550a0 item 39 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a372bc0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a372bc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.903286263 +0000 UTC m=+33.141002443 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a372bc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3730c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3730c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3730c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3730c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3730c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.903286263 +0000 UTC m=+33.141002443 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3730c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a655260 item 39 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a373740): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a373740): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a373740): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a373740): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a373740): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.905870131 +0000 UTC m=+33.143586310 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a373740): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a373c40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a373c40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a6555e0 item 40 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a373c40): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a373c40): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a373c40): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a373c40): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a373c40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.906899916 +0000 UTC m=+33.144616095 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a373c40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390280): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390280): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390280): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390280): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390280): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.906899916 +0000 UTC m=+33.144616095 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390280): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a655810 item 40 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390840): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390840): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390840): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390840): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390840): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390840): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390840): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.908672202 +0000 UTC m=+33.146388371 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390840): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390d40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390d40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390d40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a655dc0 item 41 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390d40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390d40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.909503872 +0000 UTC m=+33.147220041 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a390d40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391200): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391200): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391200): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391200): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391200): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859cec310 item 41 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391200): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391200): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.910347635 +0000 UTC m=+33.148063814 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391200): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391740): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391740): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391740): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391740): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391740): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.910347635 +0000 UTC m=+33.148063814 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391740): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859cec7e0 item 41 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391d80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391d80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391d80): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391d80): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391d80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391d80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391d80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.912446919 +0000 UTC m=+33.150163088 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a391d80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b2380): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b2380): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b2380): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859cecf50 item 42 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b2380): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b2380): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.913071096 +0000 UTC m=+33.150787296 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b2380): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b28c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b28c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ced810 item 42 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b28c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b28c0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b28c0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b28c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b28c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.914056518 +0000 UTC m=+33.151772707 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b28c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b2e40): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b2e40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b2e40): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b2e40): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b2e40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.914056518 +0000 UTC m=+33.151772707 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b2e40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859cedd50 item 42 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3480): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3480): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3480): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3480): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3480): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3480): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3480): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.915815919 +0000 UTC m=+33.153532099 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3480): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3980): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3980): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3980): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a046d20 item 43 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3980): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3980): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.916472098 +0000 UTC m=+33.154188277 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3980): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3ec0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3ec0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3ec0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3ec0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3ec0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a046ee0 item 43 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3ec0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3ec0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.917279282 +0000 UTC m=+33.154995471 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3b3ec0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc500): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc500): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc500): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc500): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc500): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.917279282 +0000 UTC m=+33.154995471 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dc500): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a0470a0 item 43 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dcb40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dcb40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dcb40): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dcb40): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dcb40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dcb40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dcb40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.91935979 +0000 UTC m=+33.157075969 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dcb40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd040): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd040): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd040): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a03c540 item 44 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd040): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd040): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.920151285 +0000 UTC m=+33.157867463 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd040): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd580): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd580): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a03c7e0 item 44 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd580): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd580): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd580): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd580): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd580): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.921254848 +0000 UTC m=+33.158971117 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3dd580): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3ddb00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3ddb00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3ddb00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3ddb00): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3ddb00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.921254848 +0000 UTC m=+33.158971117 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a3ddb00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a03c9a0 item 44 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412240): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412240): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412240): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412240): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412240): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412240): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412240): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.92349633 +0000 UTC m=+33.161212519 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412240): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412740): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412740): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412740): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a03cfc0 item 45 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412740): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412740): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.924402 +0000 UTC m=+33.162118209 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412740): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412e40): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412e40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412e40): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412e40): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412e40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.924402 +0000 UTC m=+33.162118209 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a412e40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a03d260 item 45 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a413480): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a413480): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a413480): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a413480): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a413480): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a413480): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a413480): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.927900876 +0000 UTC m=+33.165617045 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a413480): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a413980): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a413980): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a413980): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a03dab0 item 46 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a413980): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a413980): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.928685878 +0000 UTC m=+33.166402047 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a413980): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a432180): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a432180): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a432180): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a432180): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a432180): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.928685878 +0000 UTC m=+33.166402047 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a432180): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a03ddc0 item 46 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4327c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4327c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4327c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4327c0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4327c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4327c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4327c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.93047727 +0000 UTC m=+33.168193449 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4327c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a432cc0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a432cc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a432cc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7c620 item 47 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a432cc0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a432cc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.931206336 +0000 UTC m=+33.168922505 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a432cc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4333c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4333c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4333c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4333c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4333c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.931206336 +0000 UTC m=+33.168922505 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4333c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7c7e0 item 47 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a433a00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a433a00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a433a00): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a433a00): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a433a00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a433a00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a433a00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.932905886 +0000 UTC m=+33.170622055 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a433a00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46c000): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46c000): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46c000): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7d0a0 item 48 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46c000): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46c000): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.933559529 +0000 UTC m=+33.171275698 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46c000): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46c700): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46c700): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46c700): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46c700): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46c700): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.933559529 +0000 UTC m=+33.171275698 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46c700): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7d9d0 item 48 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46cd40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46cd40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46cd40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46cd40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46cd40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.935305466 +0000 UTC m=+33.173021635 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46cd40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d1c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d1c0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d1c0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d1c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d1c0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d1c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859e0c2a0 item 49 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d1c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d1c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.936429398 +0000 UTC m=+33.174145567 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d1c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d700): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d700): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d700): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d700): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d700): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.936429398 +0000 UTC m=+33.174145567 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46d700): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859e0c5b0 item 49 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46dd80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46dd80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46dd80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46dd80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46dd80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.938318283 +0000 UTC m=+33.176034452 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a46dd80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a380): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a380): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a380): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859e0d0a0 item 50 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a380): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a380): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a380): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a380): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a380): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.939139936 +0000 UTC m=+33.176856114 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a380): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a900): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a900): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a900): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a900): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a900): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.939139936 +0000 UTC m=+33.176856114 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48a900): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859e0d340 item 50 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48af80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48af80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48af80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48af80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48af80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.941074828 +0000 UTC m=+33.178790997 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48af80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b480): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b480): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b480): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b480): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b480): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b480): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a40e0 item 51 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b480): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b480): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.941808223 +0000 UTC m=+33.179524452 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b480): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b9c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b9c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b9c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b9c0): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b9c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.941808223 +0000 UTC m=+33.179524452 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a48b9c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a42a0 item 51 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa140): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa140): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa140): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa140): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa140): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.944134975 +0000 UTC m=+33.181851154 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa140): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa640): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa640): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa640): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a4770 item 52 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa640): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa640): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa640): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa640): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa640): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.94665297 +0000 UTC m=+33.184369149 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa640): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a23c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a23c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a23c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a23c0): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a23c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.94665297 +0000 UTC m=+33.184369149 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a23c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fa070 item 52 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2ac0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2ac0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2ac0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2ac0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2ac0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.948704312 +0000 UTC m=+33.186420491 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2ac0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2fc0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2fc0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2fc0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2fc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2fc0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2fc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fa460 item 53 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2fc0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2fc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.949510956 +0000 UTC m=+33.187227135 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a2fc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a3500): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a3500): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a3500): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a3500): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a3500): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.949510956 +0000 UTC m=+33.187227135 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a3500): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fa620 item 53 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a3b80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a3b80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a3b80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a3b80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a3b80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.951730216 +0000 UTC m=+33.189446395 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2a3b80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa1c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa1c0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa1c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3faa80 item 54 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa1c0): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa1c0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa1c0): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa1c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa1c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.952568018 +0000 UTC m=+33.190284196 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aa1c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aad40): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aad40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aad40): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aad40): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aad40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.952568018 +0000 UTC m=+33.190284196 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4aad40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fac40 item 54 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab3c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab3c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab3c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab3c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab3c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.954564177 +0000 UTC m=+33.192280355 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab3c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab8c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab8c0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab8c0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab8c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab8c0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab8c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fafc0 item 55 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab8c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab8c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.955315224 +0000 UTC m=+33.193031403 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4ab8c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4abe00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4abe00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4abe00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4abe00): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4abe00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.955315224 +0000 UTC m=+33.193031403 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a4abe00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fb180 item 55 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14a00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14a00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14a00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14a00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14a00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.957371517 +0000 UTC m=+33.195087705 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14a00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14f80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14f80): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14f80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fb500 item 56 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14f80): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14f80): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14f80): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14f80): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14f80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.958127754 +0000 UTC m=+33.195843933 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e14f80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15500): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15500): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15500): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15500): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15500): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.958127754 +0000 UTC m=+33.195843933 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15500): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fb730 item 56 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b40): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b40): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b40): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.959919848 +0000 UTC m=+33.197636027 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e15b40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859958dc0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859958dc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859958dc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fbab0 item 57 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859958dc0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859958dc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.96064101 +0000 UTC m=+33.198357188 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859958dc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959700): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959700): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959700): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959700): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959700): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959700): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fbc70 item 57 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959700): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959700): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.961346492 +0000 UTC m=+33.199062671 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859959700): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230300): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230300): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230300): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230300): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230300): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.961346492 +0000 UTC m=+33.199062671 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230300): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3fbe30 item 57 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230940): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230940): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230940): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230940): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230940): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230940): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230940): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230940): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.963405087 +0000 UTC m=+33.201121317 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230940): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230e80): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230e80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230e80): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eee310 item 58 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230e80): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230e80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.964470579 +0000 UTC m=+33.202186799 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a230e80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2313c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2313c0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2313c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eee620 item 58 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2313c0): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2313c0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2313c0): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2313c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2313c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.965385968 +0000 UTC m=+33.203102147 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2313c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231980): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231980): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231980): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231980): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231980): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.965385968 +0000 UTC m=+33.203102147 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a231980): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eee9a0 item 58 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe0c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe0c0): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe0c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe0c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe0c0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe0c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe0c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe0c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.967172441 +0000 UTC m=+33.204888620 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe0c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe680): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe680): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe680): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eeefc0 item 59 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe680): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe680): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.96779704 +0000 UTC m=+33.205513249 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0fe680): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0febc0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0febc0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0febc0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0febc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0febc0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0febc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eef180 item 59 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0febc0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0febc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.968460423 +0000 UTC m=+33.206176601 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0febc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff140): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff140): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff140): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff140): >_readAt: n=8, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff140): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.968460423 +0000 UTC m=+33.206176601 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff140): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eef3b0 item 59 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff780): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff780): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff780): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff780): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff780): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff780): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff780): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff780): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.970454297 +0000 UTC m=+33.208170476 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ff780): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffcc0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffcc0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffcc0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eef810 item 60 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffcc0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffcc0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.971062675 +0000 UTC m=+33.208778854 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a0ffcc0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce08c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce08c0): open at offset 5 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce08c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eefb20 item 60 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce08c0): _readAt: size=2, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce08c0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce08c0): _writeAt: size=3, off=5 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce08c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce08c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.971935123 +0000 UTC m=+33.209651302 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce08c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1100): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1100): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1100): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1100): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1100): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.971935123 +0000 UTC m=+33.209651302 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce1100): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859eefce0 item 60 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce18c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce18c0): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce18c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce18c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce18c0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce18c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce18c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce18c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.973764125 +0000 UTC m=+33.211480305 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ce18c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d80c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d80c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d80c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a42a0 item 61 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d80c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d80c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.974420415 +0000 UTC m=+33.212136594 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d80c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d87c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d87c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d87c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d87c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d87c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.974420415 +0000 UTC m=+33.212136594 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d87c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a48c0 item 61 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e40): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e40): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e40): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.976417775 +0000 UTC m=+33.214133955 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d8e40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9380): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9380): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9380): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a4e70 item 62 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9380): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9380): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.977121544 +0000 UTC m=+33.214837724 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9380): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.977121544 +0000 UTC m=+33.214837724 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a7d9a80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a5030 item 62 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c872c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c872c0): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c872c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c872c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c872c0): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c872c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c872c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c872c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.9792223 +0000 UTC m=+33.216938479 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c872c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a53b0 item 63 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.979966206 +0000 UTC m=+33.217682385 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859c87b00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac9c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac9c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac9c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac9c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac9c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.979966206 +0000 UTC m=+33.217682385 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bac9c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a5570 item 63 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 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/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad300): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad300): open at offset 0 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad300): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad300): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad300): >_readAt: n=0, err=Bad file descriptor 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad300): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad300): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad300): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.98183316 +0000 UTC m=+33.219549349 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859bad300): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f00c0): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f00c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f00c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a58f0 item 64 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f00c0): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f00c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.98263837 +0000 UTC m=+33.220354549 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f00c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f07c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f07c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f07c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f07c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f07c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.98263837 +0000 UTC m=+33.220354549 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f07c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a5ab0 item 64 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0e40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0e40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0e40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0e40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0e40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.984701255 +0000 UTC m=+33.222417444 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f0e40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f12c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f12c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f12c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f12c0): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f12c0): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a8a5e30 item 65 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f12c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f12c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.98541913 +0000 UTC m=+33.223135310 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f12c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f17c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f17c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f17c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f17c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f17c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.98541913 +0000 UTC m=+33.223135310 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f17c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef0230 item 65 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1e00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1e00): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1e00): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1e00): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1e00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.98744232 +0000 UTC m=+33.225158499 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a1f1e00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d83c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d83c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef0690 item 66 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d83c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d83c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d83c0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d83c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d83c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.988428131 +0000 UTC m=+33.226144311 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d83c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8900): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8900): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8900): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8900): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8900): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.988428131 +0000 UTC m=+33.226144311 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8900): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef08c0 item 66 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8f40): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8f40): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8f40): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8f40): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8f40): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.990592749 +0000 UTC m=+33.228308928 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d8f40): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d93c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d93c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d93c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d93c0): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d93c0): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef0d20 item 67 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d93c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d93c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.991458001 +0000 UTC m=+33.229174170 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d93c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d98c0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d98c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d98c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d98c0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d98c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.991458001 +0000 UTC m=+33.229174170 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca85a2d98c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef0ee0 item 67 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c040): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c040): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c040): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c040): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c040): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.993508603 +0000 UTC m=+33.231224772 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c040): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c5c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c5c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef13b0 item 68 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c5c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c5c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c5c0): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c5c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c5c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.99424849 +0000 UTC m=+33.231964659 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1c5c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1cb00): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1cb00): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1cb00): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1cb00): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1cb00): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.99424849 +0000 UTC m=+33.231964659 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1cb00): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef1570 item 68 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d140): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d140): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d140): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d140): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d140): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.995946877 +0000 UTC m=+33.233663046 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d140): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d5c0): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d5c0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d5c0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d5c0): >_readAt: n=2, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d5c0): _writeAt: size=3, off=2 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef1ab0 item 69 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d5c0): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d5c0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.996648571 +0000 UTC m=+33.234364740 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1d5c0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1dac0): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1dac0): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1dac0): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1dac0): >_readAt: n=5, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1dac0): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.996648571 +0000 UTC m=+33.234364740 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859e1dac0): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ef1dc0 item 69 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4240): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4240): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4240): _writeAt: size=5, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4240): >_writeAt: n=5, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4240): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.998497222 +0000 UTC m=+33.236213391 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4240): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4740): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4740): >openPending: err= 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7a620 item 70 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4740): _readAt: size=2, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4740): >_readAt: n=0, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4740): _writeAt: size=3, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4740): >_writeAt: n=3, err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4740): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.999175452 +0000 UTC m=+33.236891621 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4740): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:26 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:26 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:26 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:26 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4c80): _readAt: size=512, off=0 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4c80): openPending: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:26 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4c80): >openPending: err= 2026/07/23 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4c80): >_readAt: n=3, err=EOF 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4c80): close: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:26.999175452 +0000 UTC m=+33.236891621 2026/07/23 02:46:26 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:26 DEBUG : open-test-file(0x1ca859ab4c80): >close: err= 2026/07/23 02:46:26 DEBUG : open-test-file: Remove: 2026/07/23 02:46:26 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7a850 item 70 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5300): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5300): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5300): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5300): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5300): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.000620521 +0000 UTC m=+33.238336690 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5300): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5800): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5800): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5800): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5800): >_readAt: n=2, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5800): _writeAt: size=3, off=2 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7b500 item 71 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5800): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5800): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.001283792 +0000 UTC m=+33.238999982 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5800): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5d00): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5d00): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5d00): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5d00): >_readAt: n=5, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5d00): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.001283792 +0000 UTC m=+33.238999982 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ab5d00): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a7bc00 item 71 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0480): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0480): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0480): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0480): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0480): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.003340987 +0000 UTC m=+33.241057175 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0480): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0980): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0980): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90a150 item 72 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0980): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0980): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0980): _writeAt: size=3, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0980): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0980): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.00428008 +0000 UTC m=+33.241996249 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0980): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0ec0): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0ec0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0ec0): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0ec0): >_readAt: n=3, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0ec0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.00428008 +0000 UTC m=+33.241996249 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac0ec0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90a460 item 72 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1480): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1480): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1480): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1480): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1480): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1480): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1480): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.005924956 +0000 UTC m=+33.243641135 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1480): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1980): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1980): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1980): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90ab60 item 73 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1980): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1980): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.00658375 +0000 UTC m=+33.244299949 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1980): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1e40): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1e40): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1e40): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1e40): >_readAt: n=2, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1e40): _writeAt: size=3, off=2 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90ad20 item 73 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1e40): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1e40): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.007402125 +0000 UTC m=+33.245118303 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859ac1e40): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94480): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94480): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94480): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94480): >_readAt: n=5, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94480): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.007402125 +0000 UTC m=+33.245118303 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94480): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90aee0 item 73 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94ac0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94ac0): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94ac0): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94ac0): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94ac0): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94ac0): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94ac0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.009144083 +0000 UTC m=+33.246860282 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94ac0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94fc0): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94fc0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94fc0): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90b2d0 item 74 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94fc0): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94fc0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.009720471 +0000 UTC m=+33.247436640 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d94fc0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d95500): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d95500): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90b5e0 item 74 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d95500): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d95500): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d95500): _writeAt: size=3, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d95500): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d95500): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.010554456 +0000 UTC m=+33.248270625 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d95500): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d95a80): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d95a80): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d95a80): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d95a80): >_readAt: n=3, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d95a80): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.010554456 +0000 UTC m=+33.248270625 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859d95a80): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90b7a0 item 74 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dac1c0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dac1c0): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dac1c0): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dac1c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dac1c0): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dac1c0): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dac1c0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.012257933 +0000 UTC m=+33.249974131 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dac1c0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dac6c0): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dac6c0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dac6c0): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90bb20 item 75 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dac6c0): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dac6c0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.012807871 +0000 UTC m=+33.250524070 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dac6c0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dacc00): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dacc00): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dacc00): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dacc00): >_readAt: n=2, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dacc00): _writeAt: size=3, off=2 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a90bce0 item 75 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dacc00): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dacc00): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.013608462 +0000 UTC m=+33.251324641 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dacc00): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dad140): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dad140): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dad140): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dad140): >_readAt: n=5, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dad140): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.013608462 +0000 UTC m=+33.251324641 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dad140): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a318070 item 75 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dad780): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dad780): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dad780): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dad780): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dad780): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dad780): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dad780): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.015560537 +0000 UTC m=+33.253276737 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dad780): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dadc80): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dadc80): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dadc80): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3185b0 item 76 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dadc80): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dadc80): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.016333758 +0000 UTC m=+33.254049976 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dadc80): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbc2c0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbc2c0): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a318770 item 76 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbc2c0): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbc2c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbc2c0): _writeAt: size=3, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbc2c0): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbc2c0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.017314669 +0000 UTC m=+33.255030838 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbc2c0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbc840): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbc840): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbc840): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbc840): >_readAt: n=3, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbc840): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.017314669 +0000 UTC m=+33.255030838 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbc840): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a318930 item 76 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbce80): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbce80): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbce80): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbce80): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbce80): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbce80): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbce80): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.01888244 +0000 UTC m=+33.256598609 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbce80): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbd380): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbd380): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbd380): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a318d90 item 77 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbd380): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbd380): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.019477723 +0000 UTC m=+33.257193892 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbd380): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbda80): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbda80): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbda80): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbda80): >_readAt: n=5, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbda80): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.019477723 +0000 UTC m=+33.257193892 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dbda80): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3191f0 item 77 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd01c0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd01c0): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd01c0): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd01c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd01c0): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd01c0): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd01c0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.021121227 +0000 UTC m=+33.258837396 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd01c0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd06c0): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd06c0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd06c0): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3195e0 item 78 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd06c0): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd06c0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.021876733 +0000 UTC m=+33.259592902 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd06c0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd0dc0): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd0dc0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd0dc0): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd0dc0): >_readAt: n=5, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd0dc0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.021876733 +0000 UTC m=+33.259592902 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd0dc0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a3197a0 item 78 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd1400): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd1400): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd1400): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd1400): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd1400): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd1400): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd1400): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.023636344 +0000 UTC m=+33.261352514 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd1400): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd1900): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd1900): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd1900): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a319c00 item 79 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd1900): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd1900): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.024300088 +0000 UTC m=+33.262016257 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859dd1900): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22100): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22100): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22100): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22100): >_readAt: n=5, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22100): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.024300088 +0000 UTC m=+33.262016257 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22100): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a319dc0 item 79 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46: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/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22740): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22740): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22740): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22740): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22740): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22740): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22740): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.025926258 +0000 UTC m=+33.263642427 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22740): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22c40): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22c40): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22c40): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a94770 item 80 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22c40): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22c40): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.026519277 +0000 UTC m=+33.264235446 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e22c40): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23340): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23340): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23340): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23340): >_readAt: n=5, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23340): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.026519277 +0000 UTC m=+33.264235446 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23340): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a94930 item 80 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23980): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23980): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23980): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23980): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23980): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.028159875 +0000 UTC m=+33.265876045 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23980): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23e00): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23e00): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23e00): open at offset 5 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23e00): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23e00): >_readAt: n=2, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23e00): _writeAt: size=3, off=7 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859a95180 item 81 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23e00): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23e00): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.029006042 +0000 UTC m=+33.266722221 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859e23e00): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859fae580): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859fae580): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859fae580): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859fae580): >_readAt: n=8, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859fae580): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.029006042 +0000 UTC m=+33.266722221 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859fae580): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d882a0 item 81 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faec00): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faec00): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faec00): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faec00): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faec00): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.030894117 +0000 UTC m=+33.268610296 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faec00): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf100): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf100): open at offset 5 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf100): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d88700 item 82 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf100): _readAt: size=2, off=5 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf100): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf100): _writeAt: size=3, off=5 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf100): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf100): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.031554364 +0000 UTC m=+33.269270543 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf100): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf680): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf680): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf680): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf680): >_readAt: n=3, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf680): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.031554364 +0000 UTC m=+33.269270543 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859faf680): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d889a0 item 82 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859fafd00): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859fafd00): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859fafd00): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859fafd00): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859fafd00): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.03356448 +0000 UTC m=+33.271280699 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca859fafd00): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060300): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060300): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060300): open at offset 5 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060300): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060300): >_readAt: n=2, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060300): _writeAt: size=3, off=7 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d891f0 item 83 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060300): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060300): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.034551072 +0000 UTC m=+33.272267251 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060300): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060840): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060840): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060840): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060840): >_readAt: n=8, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060840): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.034551072 +0000 UTC m=+33.272267251 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060840): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d89490 item 83 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060ec0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060ec0): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060ec0): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060ec0): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060ec0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.03683766 +0000 UTC m=+33.274553898 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a060ec0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a0613c0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a0613c0): open at offset 5 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a0613c0): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d898f0 item 84 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a0613c0): _readAt: size=2, off=5 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a0613c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a0613c0): _writeAt: size=3, off=5 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a0613c0): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a0613c0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.037732198 +0000 UTC m=+33.275448377 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a0613c0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a061940): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a061940): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a061940): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a061940): >_readAt: n=3, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a061940): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.037732198 +0000 UTC m=+33.275448377 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a061940): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859d89ab0 item 84 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1120c0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1120c0): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1120c0): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1120c0): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1120c0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.039591829 +0000 UTC m=+33.277308008 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1120c0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1125c0): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1125c0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1125c0): open at offset 5 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1125c0): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1125c0): >_readAt: n=2, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1125c0): _writeAt: size=3, off=7 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebe0e0 item 85 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1125c0): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1125c0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.040440651 +0000 UTC m=+33.278156831 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1125c0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a112b00): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a112b00): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a112b00): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46: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-qobafik2quha/dir/file1: no such file or directory 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a112b00): >_readAt: n=8, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a112b00): close: 2026/07/23 02:46: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-qobafik2quha/dir/file1: no such file or directory 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.040440651 +0000 UTC m=+33.278156831 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a112b00): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebe4d0 item 85 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113180): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113180): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113180): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113180): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113180): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.042762255 +0000 UTC m=+33.280478504 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113180): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113680): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113680): open at offset 5 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113680): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebea80 item 86 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113680): _readAt: size=2, off=5 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113680): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113680): _writeAt: size=3, off=5 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113680): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113680): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.044042692 +0000 UTC m=+33.281758872 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113680): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113c00): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113c00): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113c00): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113c00): >_readAt: n=3, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113c00): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.044042692 +0000 UTC m=+33.281758872 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a113c00): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebec40 item 86 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136380): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136380): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136380): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136380): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136380): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.04667904 +0000 UTC m=+33.284395219 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136380): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136880): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136880): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136880): open at offset 5 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136880): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136880): >_readAt: n=2, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136880): _writeAt: size=3, off=7 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebefc0 item 87 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136880): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136880): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.047620917 +0000 UTC m=+33.285337107 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136880): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136dc0): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136dc0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136dc0): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136dc0): >_readAt: n=8, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136dc0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.047620917 +0000 UTC m=+33.285337107 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a136dc0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebf180 item 87 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46: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/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137440): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137440): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137440): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137440): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137440): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.049522507 +0000 UTC m=+33.287238686 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137440): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137940): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137940): open at offset 5 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137940): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebf500 item 88 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137940): _readAt: size=2, off=5 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137940): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137940): _writeAt: size=3, off=5 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137940): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137940): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.050273406 +0000 UTC m=+33.287989585 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137940): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137ec0): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137ec0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137ec0): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137ec0): >_readAt: n=3, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137ec0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.050273406 +0000 UTC m=+33.287989585 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a137ec0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebf880 item 88 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14e600): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14e600): open at offset 0 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14e600): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14e600): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14e600): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14e600): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14e600): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14e600): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.051865562 +0000 UTC m=+33.289581741 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14e600): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14eb40): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14eb40): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14eb40): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebfc00 item 89 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14eb40): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14eb40): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.052690539 +0000 UTC m=+33.290406718 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14eb40): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f080): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f080): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f080): open at offset 5 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f080): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f080): >_readAt: n=2, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f080): _writeAt: size=3, off=7 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca859ebfdc0 item 89 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f080): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f080): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.053368879 +0000 UTC m=+33.291085058 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f080): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f600): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f600): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f600): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f600): >_readAt: n=8, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f600): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.053368879 +0000 UTC m=+33.291085058 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14f600): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71c150 item 89 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14fc40): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14fc40): open at offset 0 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14fc40): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14fc40): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14fc40): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14fc40): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14fc40): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14fc40): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.055128191 +0000 UTC m=+33.292844370 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a14fc40): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a180280): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a180280): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a180280): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71c4d0 item 90 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a180280): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a180280): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.055751788 +0000 UTC m=+33.293467967 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a180280): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1807c0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1807c0): open at offset 5 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1807c0): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71c690 item 90 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1807c0): _readAt: size=2, off=5 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1807c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1807c0): _writeAt: size=3, off=5 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1807c0): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1807c0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.056977373 +0000 UTC m=+33.294693562 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1807c0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a180d80): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a180d80): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a180d80): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a180d80): >_readAt: n=3, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a180d80): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.056977373 +0000 UTC m=+33.294693562 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a180d80): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71c850 item 90 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1813c0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1813c0): open at offset 0 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1813c0): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1813c0): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1813c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1813c0): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1813c0): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1813c0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.06068877 +0000 UTC m=+33.298404949 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1813c0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181900): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181900): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181900): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71cd20 item 91 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181900): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181900): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.061703175 +0000 UTC m=+33.299419354 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181900): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181e40): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181e40): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181e40): open at offset 5 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181e40): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181e40): >_readAt: n=2, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181e40): _writeAt: size=3, off=7 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71cee0 item 91 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181e40): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181e40): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.062617692 +0000 UTC m=+33.300333880 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a181e40): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a24c0): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a24c0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a24c0): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a24c0): >_readAt: n=8, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a24c0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.062617692 +0000 UTC m=+33.300333880 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a24c0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a71d0a0 item 91 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46: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/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a2b00): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a2b00): open at offset 0 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a2b00): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a2b00): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a2b00): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a2b00): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a2b00): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a2b00): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.067409188 +0000 UTC m=+33.305125477 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a1a2b00): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8200): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8200): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8200): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b4000 item 92 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8200): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8200): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.071294654 +0000 UTC m=+33.309010863 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8200): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8740): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8740): open at offset 5 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8740): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b41c0 item 92 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8740): _readAt: size=2, off=5 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8740): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8740): _writeAt: size=3, off=5 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8740): >_writeAt: n=3, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8740): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.072146511 +0000 UTC m=+33.309862680 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8740): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8d00): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8d00): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8d00): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8d00): >_readAt: n=3, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8d00): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.072146511 +0000 UTC m=+33.309862680 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d8d00): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b4380 item 92 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9340): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9340): open at offset 0 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9340): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9340): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9340): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9340): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9340): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9340): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.077110434 +0000 UTC m=+33.314826603 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9340): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9880): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9880): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9880): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b4850 item 93 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9880): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9880): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.077715145 +0000 UTC m=+33.315431365 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4d9880): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f4080): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f4080): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f4080): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f4080): >_readAt: n=5, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f4080): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.077715145 +0000 UTC m=+33.315431365 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f4080): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b4a10 item 93 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46: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/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f46c0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f46c0): open at offset 0 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f46c0): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f46c0): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f46c0): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f46c0): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f46c0): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f46c0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.079782058 +0000 UTC m=+33.317498227 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f46c0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f4c00): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f4c00): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f4c00): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b4d90 item 94 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f4c00): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f4c00): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.080920677 +0000 UTC m=+33.318636846 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f4c00): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5300): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5300): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5300): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5300): >_readAt: n=5, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5300): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.080920677 +0000 UTC m=+33.318636846 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5300): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b4f50 item 94 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46: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/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5940): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5940): open at offset 0 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5940): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5940): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5940): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5940): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5940): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5940): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.082688374 +0000 UTC m=+33.320404594 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5940): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5e80): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5e80): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5e80): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b5420 item 95 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5e80): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5e80): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.083359573 +0000 UTC m=+33.321075742 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a4f5e80): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212680): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212680): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212680): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212680): >_readAt: n=5, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212680): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.083359573 +0000 UTC m=+33.321075742 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212680): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b55e0 item 95 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46: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/23 02:46: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/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212cc0): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212cc0): open at offset 0 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212cc0): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212cc0): _readAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212cc0): >_readAt: n=0, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212cc0): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212cc0): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212cc0): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.085366802 +0000 UTC m=+33.323082971 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a212cc0): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a213200): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a213200): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a213200): >openPending: err= 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b59d0 item 96 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a213200): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a213200): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.085883597 +0000 UTC m=+33.323599766 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a213200): >close: err= 2026/07/23 02:46: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/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/23 02:46:27 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:27 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/23 02:46:27 DEBUG : open-test-file: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a213900): _readAt: size=512, off=0 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a213900): openPending: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a213900): >openPending: err= 2026/07/23 02:46:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a213900): >_readAt: n=5, err=EOF 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a213900): close: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-23 02:46:27.085883597 +0000 UTC m=+33.323599766 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : open-test-file(0x1ca85a213900): >close: err= 2026/07/23 02:46:27 DEBUG : open-test-file: Remove: 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1ca85a7b5b90 item 96 2026/07/23 02:46:27 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/23 02:46:27 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/23 02:46:27 DEBUG : open-test-file: >Remove: err= 2026/07/23 02:46:27 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:27 DEBUG : Looking for writers 2026/07/23 02:46:27 DEBUG : >WaitForWriters: 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.57s) --- PASS: TestRWFileHandleOpenTests/writes (0.29s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.28s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- 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-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:27 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:27 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:27 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : file1: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : file1(0x1ca859e23ec0): openPending: 2026/07/23 02:46:27 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:27 DEBUG : file1(0x1ca859e23ec0): >openPending: err= 2026/07/23 02:46:27 DEBUG : file1: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:27 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/23 02:46:27 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/23 02:46:27 DEBUG : file1(0x1ca859e23ec0): _writeAt: size=2, off=0 2026/07/23 02:46:27 DEBUG : file1(0x1ca859e23ec0): >_writeAt: n=2, err= 2026/07/23 02:46:27 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/23 02:46:27 DEBUG : file1(0x1ca859e23ec0): RWFileHandle.Flush 2026/07/23 02:46:27 DEBUG : file1(0x1ca859e23ec0): RWFileHandle.Release 2026/07/23 02:46:27 DEBUG : file1(0x1ca859e23ec0): close: 2026/07/23 02:46:27 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/23 02:46:27 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : file1(0x1ca859e23ec0): >close: err= 2026/07/23 02:46:27 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:27 DEBUG : Looking for writers 2026/07/23 02:46:27 DEBUG : file1: reading active writers 2026/07/23 02:46:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:27 DEBUG : Looking for writers 2026/07/23 02:46:27 DEBUG : file1: reading active writers 2026/07/23 02:46:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:27 DEBUG : Looking for writers 2026/07/23 02:46:27 DEBUG : file1: reading active writers 2026/07/23 02:46:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:27 DEBUG : Looking for writers 2026/07/23 02:46:27 DEBUG : file1: reading active writers 2026/07/23 02:46:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:27 DEBUG : file1: vfs cache: starting upload 2026/07/23 02:46:27 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1.a0a9169e.partial" 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1.a0a9169e.partial 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1.a0a9169e.partial" 2026/07/23 02:46:27 DEBUG : Looking for writers 2026/07/23 02:46:27 DEBUG : file1: reading active writers 2026/07/23 02:46:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qobafik2quha/file1.a0a9169e.partial 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:27 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/23 02:46:27 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/23 02:46:27 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/07/23 02:46:27 INFO : file1: Copied (new) 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:27 DEBUG : Looking for writers 2026/07/23 02:46:27 DEBUG : file1: reading active writers 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qobafik2quha/file1 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:27 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/23 02:46:27 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/07/23 02:46:27 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/23 02:46:27 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/07/23 02:46:27 INFO : file1: vfs cache: upload succeeded try #1 2026/07/23 02:46: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-qobafik2quha/dir/file1: no such file or directory 2026/07/23 02:46: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-qobafik2quha/dir/file1: no such file or directory 2026/07/23 02:46:27 DEBUG : Looking for writers 2026/07/23 02:46:27 DEBUG : file1: reading active writers 2026/07/23 02:46:27 DEBUG : >WaitForWriters: 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qobafik2quha/file1 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:27 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:27 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/07/23 02:46:27 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:27 DEBUG : Looking for writers 2026/07/23 02:46:27 DEBUG : file1: reading active writers 2026/07/23 02:46:27 DEBUG : >WaitForWriters: 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.89s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:27 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:27 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:27 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:27 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:27 DEBUG : rename_me: newRWFileHandle: 2026/07/23 02:46:27 DEBUG : rename_me(0x1ca85a1a3580): openPending: 2026/07/23 02:46:27 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/23 02:46:27 DEBUG : rename_me(0x1ca85a1a3580): >openPending: err= 2026/07/23 02:46:27 DEBUG : rename_me: >newRWFileHandle: err= 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/23 02:46:27 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/07/23 02:46:27 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/07/23 02:46:27 DEBUG : rename_me(0x1ca85a1a3580): _writeAt: size=5, off=0 2026/07/23 02:46:27 DEBUG : rename_me(0x1ca85a1a3580): >_writeAt: n=5, err= 2026/07/23 02:46:27 DEBUG : rename_me(0x1ca85a1a3580): close: 2026/07/23 02:46:27 DEBUG : rename_me: vfs cache: setting modification time to 2026-07-23 02:46:27.984797038 +0000 UTC m=+34.222513218 2026/07/23 02:46:27 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/07/23 02:46:27 DEBUG : rename_me(0x1ca85a1a3580): >close: err= 2026/07/23 02:46:27 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/07/23 02:46:27 DEBUG : i_was_renamed: Updating file with 0x1ca85a1b8270 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/07/23 02:46:27 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/23 02:46:27 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:27 DEBUG : Looking for writers 2026/07/23 02:46:27 DEBUG : i_was_renamed: reading active writers 2026/07/23 02:46:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/23 02:46:27 DEBUG : Looking for writers 2026/07/23 02:46:27 DEBUG : i_was_renamed: reading active writers 2026/07/23 02:46:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/23 02:46:28 DEBUG : Looking for writers 2026/07/23 02:46:28 DEBUG : i_was_renamed: reading active writers 2026/07/23 02:46:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/23 02:46:28 DEBUG : Looking for writers 2026/07/23 02:46:28 DEBUG : i_was_renamed: reading active writers 2026/07/23 02:46:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/23 02:46:28 DEBUG : i_was_renamed: vfs cache: starting upload 2026/07/23 02:46:28 DEBUG : i_was_renamed.68256322.partial: size = 5 OK 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/i_was_renamed.68256322.partial" 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/i_was_renamed.68256322.partial 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/i_was_renamed.68256322.partial" 2026/07/23 02:46:28 DEBUG : Looking for writers 2026/07/23 02:46:28 DEBUG : i_was_renamed: reading active writers 2026/07/23 02:46:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/i_was_renamed.68256322.partial 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:28 DEBUG : i_was_renamed.68256322.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:28 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/23 02:46:28 DEBUG : i_was_renamed.68256322.partial: renamed to: i_was_renamed 2026/07/23 02:46:28 INFO : i_was_renamed: Copied (new) 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/i_was_renamed" 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/i_was_renamed 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/i_was_renamed" 2026/07/23 02:46:28 DEBUG : Looking for writers 2026/07/23 02:46:28 DEBUG : i_was_renamed: reading active writers 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/i_was_renamed 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:28 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:28 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-07-23 02:46:27 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/23 02:46:28 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/07/23 02:46:28 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/23 02:46:28 DEBUG : >WaitForWriters: 2026/07/23 02:46:28 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.33s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:28 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/23 02:46:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qobafik2quha" 2026/07/23 02:46:28 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:28 DEBUG : forgetting directory cache 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate(0x1ca85a2c2400): _readAt: size=512, off=0 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate(0x1ca85a2c2400): openPending: 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-23 01:47:28 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/23 02:46:28 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate(0x1ca85a2c2400): >openPending: err= 2026/07/23 02:46:28 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate(0x1ca85a2c2400): >_readAt: n=20, err=EOF 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate(0x1ca85a2c2400): close: 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-23 01:47:28 +0000 UTC 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate(0x1ca85a2c2400): >close: err= 2026/07/23 02:46:28 DEBUG : Re-reading directory (107.139931ms old) 2026/07/23 02:46:28 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:28 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:29 DEBUG : forgetting directory cache 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate(0x1ca859e5e180): _readAt: size=512, off=0 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate(0x1ca859e5e180): openPending: 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-23 01:48:28 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-07-23 01:47:28 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-23 01:48:28 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-07-23 01:47:28 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/07/23 02:46:29 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/23 02:46:29 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate(0x1ca859e5e180): >openPending: err= 2026/07/23 02:46:29 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate(0x1ca859e5e180): >_readAt: n=20, err=EOF 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate(0x1ca859e5e180): close: 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-23 01:48:28 +0000 UTC 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate(0x1ca859e5e180): >close: err= 2026/07/23 02:46:29 DEBUG : Re-reading directory (112.159378ms old) 2026/07/23 02:46:29 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:29 DEBUG : forgetting directory cache 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate(0x1ca85a1fc6c0): _readAt: size=512, off=0 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate(0x1ca85a1fc6c0): openPending: 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-23 01:49:28 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-07-23 01:48:28 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-23 01:49:28 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-07-23 01:48:28 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/07/23 02:46:29 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/23 02:46:29 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate(0x1ca85a1fc6c0): >openPending: err= 2026/07/23 02:46:29 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate(0x1ca85a1fc6c0): >_readAt: n=20, err=EOF 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate(0x1ca85a1fc6c0): close: 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-23 01:49:28 +0000 UTC 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate(0x1ca85a1fc6c0): >close: err= 2026/07/23 02:46:29 DEBUG : Re-reading directory (108.732728ms old) 2026/07/23 02:46:29 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:29 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : forgetting directory cache 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate(0x1ca85a2a28c0): _readAt: size=512, off=0 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate(0x1ca85a2a28c0): openPending: 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-23 01:50:28 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-07-23 01:49:28 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-23 01:50:28 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-07-23 01:49:28 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/07/23 02:46:30 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/23 02:46:30 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate(0x1ca85a2a28c0): >openPending: err= 2026/07/23 02:46:30 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate(0x1ca85a2a28c0): >_readAt: n=20, err=EOF 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate(0x1ca85a2a28c0): close: 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-23 01:50:28 +0000 UTC 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate(0x1ca85a2a28c0): >close: err= 2026/07/23 02:46:30 DEBUG : Re-reading directory (107.218619ms old) 2026/07/23 02:46:30 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : forgetting directory cache 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate(0x1ca85a2a3880): _readAt: size=512, off=0 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate(0x1ca85a2a3880): openPending: 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-23 01:51:28 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-07-23 01:50:28 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-23 01:51:28 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-07-23 01:50:28 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/07/23 02:46:30 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/23 02:46:30 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate(0x1ca85a2a3880): >openPending: err= 2026/07/23 02:46:30 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate(0x1ca85a2a3880): >_readAt: n=20, err=EOF 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate(0x1ca85a2a3880): close: 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-23 01:51:28 +0000 UTC 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate(0x1ca85a2a3880): >close: err= 2026/07/23 02:46:30 DEBUG : Re-reading directory (109.262608ms old) 2026/07/23 02:46:30 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:31 DEBUG : forgetting directory cache 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate(0x1ca85a2c3ac0): _readAt: size=512, off=0 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate(0x1ca85a2c3ac0): openPending: 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-23 01:52:28 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-07-23 01:51:28 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-23 01:52:28 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-07-23 01:51:28 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/07/23 02:46:31 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/23 02:46:31 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate(0x1ca85a2c3ac0): >openPending: err= 2026/07/23 02:46:31 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate(0x1ca85a2c3ac0): >_readAt: n=20, err=EOF 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate(0x1ca85a2c3ac0): close: 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-23 01:52:28 +0000 UTC 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate(0x1ca85a2c3ac0): >close: err= 2026/07/23 02:46:31 DEBUG : Re-reading directory (111.450949ms old) 2026/07/23 02:46:31 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:31 DEBUG : forgetting directory cache 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate(0x1ca859959380): _readAt: size=512, off=0 2026/07/23 02:46:31 DEBUG : TestRWCacheUpdate(0x1ca859959380): openPending: 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-07-23 01:53:28 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-07-23 01:52:28 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-07-23 01:53:28 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-07-23 01:52:28 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/07/23 02:46:32 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/07/23 02:46:32 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate(0x1ca859959380): >openPending: err= 2026/07/23 02:46:32 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate(0x1ca859959380): >_readAt: n=21, err=EOF 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate(0x1ca859959380): close: 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-23 01:53:28 +0000 UTC 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate(0x1ca859959380): >close: err= 2026/07/23 02:46:32 DEBUG : Re-reading directory (115.970833ms old) 2026/07/23 02:46:32 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : forgetting directory cache 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate(0x1ca85a230500): _readAt: size=512, off=0 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate(0x1ca85a230500): openPending: 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-07-23 01:54:28 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-07-23 01:53:28 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-07-23 01:54:28 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-07-23 01:53:28 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/07/23 02:46:32 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/07/23 02:46:32 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate(0x1ca85a230500): >openPending: err= 2026/07/23 02:46:32 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate(0x1ca85a230500): >_readAt: n=22, err=EOF 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate(0x1ca85a230500): close: 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-23 01:54:28 +0000 UTC 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate(0x1ca85a230500): >close: err= 2026/07/23 02:46:32 DEBUG : Re-reading directory (107.905607ms old) 2026/07/23 02:46:32 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/07/23 02:46:32 DEBUG : forgetting directory cache 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate(0x1ca85a230e40): _readAt: size=512, off=0 2026/07/23 02:46:32 DEBUG : TestRWCacheUpdate(0x1ca85a230e40): openPending: 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-07-23 01:55:28 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-07-23 01:54:28 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-07-23 01:55:28 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-07-23 01:54:28 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/07/23 02:46:33 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/07/23 02:46:33 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate(0x1ca85a230e40): >openPending: err= 2026/07/23 02:46:33 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate(0x1ca85a230e40): >_readAt: n=23, err=EOF 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate(0x1ca85a230e40): close: 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-23 01:55:28 +0000 UTC 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate(0x1ca85a230e40): >close: err= 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:33 DEBUG : forgetting directory cache 2026/07/23 02:46:33 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate(0x1ca85a0fe980): _readAt: size=512, off=0 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate(0x1ca85a0fe980): openPending: 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/TestRWCacheUpdate" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-qobafik2quha/TestRWCacheUpdate 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-07-23 01:56:28 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-07-23 01:55:28 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-07-23 01:56:28 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-07-23 01:55:28 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/07/23 02:46:33 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/07/23 02:46:33 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate(0x1ca85a0fe980): >openPending: err= 2026/07/23 02:46:33 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate(0x1ca85a0fe980): >_readAt: n=24, err=EOF 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate(0x1ca85a0fe980): close: 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-23 01:56:28 +0000 UTC 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate(0x1ca85a0fe980): >close: err= 2026/07/23 02:46:33 DEBUG : Re-reading directory (108.262371ms old) 2026/07/23 02:46:33 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/23 02:46:33 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:33 DEBUG : Looking for writers 2026/07/23 02:46:33 DEBUG : TestRWCacheUpdate: reading active writers 2026/07/23 02:46:33 DEBUG : >WaitForWriters: 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.23s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FiLeA" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/FiLeA 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/FiLeA" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qobafik2quha/FiLeA 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:33 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FiLeA" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/FiLeA 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/FiLeA" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-qobafik2quha/FiLeA 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:33 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FiLeB" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/FiLeB 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/FiLeB" 2026/07/23 02:46:33 DEBUG : forgetting directory cache 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qobafik2quha/FiLeB 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:33 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FiLeB" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/FiLeB 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/FiLeB" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-qobafik2quha/FiLeB 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:33 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/23 02:46:33 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:33 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:33 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:33 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/23 02:46:33 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/23 02:46:33 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/23 02:46:33 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:33 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FiLeA" 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/FiLeA 2026/07/23 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/FiLeA" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qobafik2quha/FiLeA 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:34 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/23 02:46:34 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:34 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/23 02:46:34 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/23 02:46:34 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/23 02:46:34 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:34 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FiLeA" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/FiLeA 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/FiLeA" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qobafik2quha/FiLeA 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:34 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/23 02:46:34 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:34 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/23 02:46:34 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/23 02:46:34 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/23 02:46:34 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:34 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:34 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:34 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/23 02:46:34 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/23 02:46:34 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/23 02:46:34 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:34 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FiLeB" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/FiLeB 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/FiLeB" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qobafik2quha/FiLeB 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:34 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/23 02:46:34 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:34 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/23 02:46:34 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/23 02:46:34 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/23 02:46:34 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:34 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FilEb" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/FilEb 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/FilEb" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-qobafik2quha/FilEb 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:34 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FiLeA" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/FiLeA 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/FiLeA" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qobafik2quha/FiLeA 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:34 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FiLeA" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/FiLeA 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/FiLeA" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-qobafik2quha/FiLeA 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:34 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FiLeB" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/FiLeB 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/FiLeB" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qobafik2quha/FiLeB 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:34 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FiLeB" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/FiLeB 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/FiLeB" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-qobafik2quha/FiLeB 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:34 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FilEb" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/FilEb 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/FilEb" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-qobafik2quha/FilEb 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:34 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FilEb" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/FilEb 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/FilEb" 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-qobafik2quha/FilEb 2026/07/23 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:34 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/07/23 02:46:34 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:34 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/23 02:46:34 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/23 02:46:34 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/23 02:46:34 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:34 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:35 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/23 02:46:35 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/23 02:46:35 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/07/23 02:46:35 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:35 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:35 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/23 02:46:35 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/23 02:46:35 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/07/23 02:46:35 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:35 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:35 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/23 02:46:35 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/23 02:46:35 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/07/23 02:46:35 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:35 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:35 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/23 02:46:35 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/23 02:46:35 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/23 02:46:35 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:35 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FiLeB" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/FiLeB 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/FiLeB" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qobafik2quha/FiLeB 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:35 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/23 02:46:35 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/23 02:46:35 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/23 02:46:35 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/23 02:46:35 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:35 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/FilEb" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/FilEb 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/FilEb" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-qobafik2quha/FilEb 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:35 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/23 02:46:35 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/23 02:46:35 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/23 02:46:35 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/23 02:46:35 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/23 02:46:35 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/23 02:46:35 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/23 02:46:35 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/23 02:46:35 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:35 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:35 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:35 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:35 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:35 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/23 02:46:35 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/23 02:46:35 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/23 02:46:35 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:35 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:35 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/23 02:46:35 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/23 02:46:35 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/23 02:46:35 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:35 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:35 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:35 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:35 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:35 DEBUG : Looking for writers 2026/07/23 02:46:35 DEBUG : FiLeA: reading active writers 2026/07/23 02:46:35 DEBUG : FiLeB: reading active writers 2026/07/23 02:46:35 DEBUG : FilEb: reading active writers 2026/07/23 02:46:35 DEBUG : >WaitForWriters: 2026/07/23 02:46:35 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:35 DEBUG : Looking for writers 2026/07/23 02:46:35 DEBUG : FilEb: reading active writers 2026/07/23 02:46:35 DEBUG : FiLeA: reading active writers 2026/07/23 02:46:35 DEBUG : FiLeB: reading active writers 2026/07/23 02:46:35 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.71s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/normal name with no special characters.txt" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/normal\ name\ with\ no\ special\ characters.txt 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/normal\ name\ with\ no\ special\ characters.txt" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qobafik2quha/normal name with no special characters.txt 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/normal name with no special characters.txt" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/normal\ name\ with\ no\ special\ characters.txt 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/normal\ name\ with\ no\ special\ characters.txt" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-qobafik2quha/normal name with no special characters.txt 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/測試_Русский___ě_áñ" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/測試_Русский___ě_áñ 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/測試_Русский___ě_áñ" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qobafik2quha/測試_Русский___ě_áñ 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:35 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/測試_Русский___ě_áñ" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/測試_Русский___ě_áñ 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/測試_Русский___ě_áñ" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-qobafik2quha/測試_Русский___ě_áñ 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:35 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/23 02:46:35 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/normal name with no special characters.txt" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/normal\ name\ with\ no\ special\ characters.txt 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/normal\ name\ with\ no\ special\ characters.txt" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qobafik2quha/normal name with no special characters.txt 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/23 02:46:35 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/07/23 02:46:35 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/07/23 02:46:35 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/07/23 02:46:35 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:35 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/測試_Русский___ě_áñ" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/測試_Русский___ě_áñ 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/測試_Русский___ě_áñ" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qobafik2quha/測試_Русский___ě_áñ 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:35 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:35 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:35 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:35 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:35 DEBUG : Looking for writers 2026/07/23 02:46:35 DEBUG : normal name with no special characters.txt: reading active writers 2026/07/23 02:46:35 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/07/23 02:46:35 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.69s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:35 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Reusing VFS from active cache 2026/07/23 02:46:35 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:35 DEBUG : Looking for writers 2026/07/23 02:46:35 DEBUG : >WaitForWriters: 2026/07/23 02:46:35 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:35 DEBUG : Looking for writers 2026/07/23 02:46:35 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:35 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:35 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:35 DEBUG : Looking for writers 2026/07/23 02:46:35 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:35 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:35 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:35 DEBUG : Looking for writers 2026/07/23 02:46:35 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:35 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:36 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:36 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:36 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:36 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/23 02:46:36 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:36 DEBUG : dir: Looking for writers 2026/07/23 02:46:36 DEBUG : file2: reading active writers 2026/07/23 02:46:36 DEBUG : Looking for writers 2026/07/23 02:46:36 DEBUG : file1: reading active writers 2026/07/23 02:46:36 DEBUG : dir: reading active writers 2026/07/23 02:46:36 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.45s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:36 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:36 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:36 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:36 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:36 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/23 02:46:36 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:36 DEBUG : dir: Looking for writers 2026/07/23 02:46:36 DEBUG : Looking for writers 2026/07/23 02:46:36 DEBUG : dir: reading active writers 2026/07/23 02:46:36 DEBUG : file1: reading active writers 2026/07/23 02:46:36 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.42s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:36 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:36 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:37 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:37 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:37 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/23 02:46:37 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:37 DEBUG : file1: Open: flags=O_RDONLY 2026/07/23 02:46:37 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/23 02:46:37 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/23 02:46:37 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:37 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/07/23 02:46:37 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/23 02:46:37 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:37 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:37 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:37 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/23 02:46:37 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/07/23 02:46:37 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/07/23 02:46:37 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (0 bytes), uploading instead of streaming 2026/07/23 02:46:37 DEBUG : dir/new_file.txt: size = 0 OK 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/new_file.txt" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/new_file.txt 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/new_file.txt" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qobafik2quha/dir/new_file.txt 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:37 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/23 02:46:37 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/23 02:46:37 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/07/23 02:46:37 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/23 02:46:37 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:37 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/23 02:46:37 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:37 DEBUG : dir: Looking for writers 2026/07/23 02:46:37 DEBUG : file2: reading active writers 2026/07/23 02:46:37 DEBUG : new_file.txt: reading active writers 2026/07/23 02:46:37 DEBUG : Looking for writers 2026/07/23 02:46:37 DEBUG : dir: reading active writers 2026/07/23 02:46:37 DEBUG : file1: reading active writers 2026/07/23 02:46:37 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.56s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:37 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:37 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file2" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qobafik2quha/dir/file2 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:37 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/23 02:46:37 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/07/23 02:46:37 DEBUG : dir/file1: Updating file with dir/file1 0x1ca85a01b860 2026/07/23 02:46:37 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/23 02:46:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:37 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/dir/file1" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qobafik2quha/dir/file1 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:37 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/23 02:46:37 INFO : dir/file1: Moved (server-side) to: file0 2026/07/23 02:46:37 DEBUG : file0: Updating file with file0 0x1ca85a01b860 2026/07/23 02:46:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/23 02:46:37 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file0" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file0 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file0" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qobafik2quha/file0 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:37 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file0" 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/file0 2026/07/23 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/file0" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qobafik2quha/file0 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:38 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/23 02:46:38 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:38 DEBUG : dir: Looking for writers 2026/07/23 02:46:38 DEBUG : Looking for writers 2026/07/23 02:46:38 DEBUG : dir: reading active writers 2026/07/23 02:46:38 DEBUG : file0: reading active writers 2026/07/23 02:46:38 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.66s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:38 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Server has VFS statistics extension 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: About path "/rclone-test-qobafik2quha" 2026/07/23 02:46:38 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:38 DEBUG : Looking for writers 2026/07/23 02:46:38 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:38 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddDir: "/" 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddDir: "b" 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddDir: "c" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: 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/23 02:46:38 DEBUG : Added virtual directory entry vAddDir: "d" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: 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/23 02:46:38 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:38 DEBUG : Looking for writers 2026/07/23 02:46:38 DEBUG : a: Looking for writers 2026/07/23 02:46:38 DEBUG : b: Looking for writers 2026/07/23 02:46:38 DEBUG : c: Looking for writers 2026/07/23 02:46:38 DEBUG : d: Looking for writers 2026/07/23 02:46:38 DEBUG : Looking for writers 2026/07/23 02:46:38 DEBUG : /: reading active writers 2026/07/23 02:46:38 DEBUG : a: reading active writers 2026/07/23 02:46:38 DEBUG : b: reading active writers 2026/07/23 02:46:38 DEBUG : c: reading active writers 2026/07/23 02:46:38 DEBUG : d: reading active writers 2026/07/23 02:46:38 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.24s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:38 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/23 02:46:38 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/07/23 02:46:38 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/07/23 02:46:38 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/07/23 02:46:38 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:38 DEBUG : a/b/c/d: Looking for writers 2026/07/23 02:46:38 DEBUG : a/b/c: Looking for writers 2026/07/23 02:46:38 DEBUG : d: reading active writers 2026/07/23 02:46:38 DEBUG : a/b: Looking for writers 2026/07/23 02:46:38 DEBUG : c: reading active writers 2026/07/23 02:46:38 DEBUG : a: Looking for writers 2026/07/23 02:46:38 DEBUG : b: reading active writers 2026/07/23 02:46:38 DEBUG : Looking for writers 2026/07/23 02:46:38 DEBUG : a: reading active writers 2026/07/23 02:46:38 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.03s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:38 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:38 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:38 DEBUG : Looking for writers 2026/07/23 02:46:38 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-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:38 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/23 02:46:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:38 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/23 02:46:38 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/23 02:46:38 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (5 bytes), uploading instead of streaming 2026/07/23 02:46:38 DEBUG : file1: size = 5 OK 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:38 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:38 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/23 02:46:38 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:38 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-qobafik2quha/file1 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:38 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/23 02:46:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/23 02:46:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/23 02:46:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/23 02:46:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/23 02:46:38 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/07/23 02:46:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/23 02:46:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/23 02:46:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (0 bytes), uploading instead of streaming 2026/07/23 02:46:38 DEBUG : file1: size = 0 OK 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qobafik2quha/file1 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:38 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/23 02:46:38 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/23 02:46:38 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/23 02:46:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/23 02:46:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (7 bytes), uploading instead of streaming 2026/07/23 02:46:38 DEBUG : file1: size = 7 OK 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:38 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/07/23 02:46:38 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/07/23 02:46:38 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:38 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:38 DEBUG : Looking for writers 2026/07/23 02:46:38 DEBUG : file1: reading active writers 2026/07/23 02:46:38 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.52s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:38 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:38 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/23 02:46:38 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/23 02:46:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:38 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/07/23 02:46:39 DEBUG : file1: aborting in-sequence write wait, off=100 2026/07/23 02:46:39 DEBUG : file1: failed to wait for in-sequence write to 100 2026/07/23 02:46:39 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/07/23 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (11 bytes), uploading instead of streaming 2026/07/23 02:46:39 DEBUG : file1: size = 11 OK 2026/07/23 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:39 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/23 02:46:39 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/23 02:46:39 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/23 02:46:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:39 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/07/23 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:40 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-qobafik2quha/file1 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:40 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/23 02:46:40 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:40 DEBUG : Looking for writers 2026/07/23 02:46:40 DEBUG : file1: reading active writers 2026/07/23 02:46:40 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.33s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:40 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/23 02:46:40 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/23 02:46:40 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (5 bytes), uploading instead of streaming 2026/07/23 02:46:40 DEBUG : file1: size = 5 OK 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qobafik2quha/file1 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:40 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/23 02:46:40 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/23 02:46:40 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/07/23 02:46:40 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:40 DEBUG : Looking for writers 2026/07/23 02:46:40 DEBUG : file1: reading active writers 2026/07/23 02:46:40 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:40 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/23 02:46:40 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/23 02:46:40 DEBUG : file1: WriteFileHandle.Release closing 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (0 bytes), uploading instead of streaming 2026/07/23 02:46:40 DEBUG : file1: size = 0 OK 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qobafik2quha/file1 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:40 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/23 02:46:40 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/23 02:46:40 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/07/23 02:46:40 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:40 DEBUG : Looking for writers 2026/07/23 02:46:40 DEBUG : file1: reading active writers 2026/07/23 02:46:40 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.12s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:40 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/23 02:46:40 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (2 bytes), uploading instead of streaming 2026/07/23 02:46:40 DEBUG : file1: size = 2 OK 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qobafik2quha/file1 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:40 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/23 02:46:40 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/23 02:46:40 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/23 02:46:40 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:40 DEBUG : Looking for writers 2026/07/23 02:46:40 DEBUG : file1: reading active writers 2026/07/23 02:46:40 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:40 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/23 02:46:40 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (0 bytes), uploading instead of streaming 2026/07/23 02:46:40 DEBUG : file1: size = 0 OK 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qobafik2quha/file1 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:40 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/23 02:46:40 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/23 02:46:40 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:40 DEBUG : file1: Open: flags=O_RDONLY 2026/07/23 02:46:40 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/23 02:46:40 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/23 02:46:40 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:40 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:40 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:40 DEBUG : Looking for writers 2026/07/23 02:46:40 DEBUG : file1: reading active writers 2026/07/23 02:46:40 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.12s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:40 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/23 02:46:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/23 02:46:40 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: File to upload is small (100 bytes), uploading instead of streaming 2026/07/23 02:46:40 DEBUG : file1: size = 100 OK 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/file1 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/file1" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 8382fc5e58e05a194e73e93ddf6947dd /rclone-test-qobafik2quha/file1 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:40 DEBUG : file1: Parsed hash: 8382fc5e58e05a194e73e93ddf6947dd 2026/07/23 02:46:40 DEBUG : file1: md5 = 8382fc5e58e05a194e73e93ddf6947dd OK 2026/07/23 02:46:40 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/23 02:46:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/23 02:46:40 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/23 02:46:40 DEBUG : file1: Open: flags=O_RDONLY 2026/07/23 02:46:40 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/23 02:46:40 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/23 02:46:40 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:40 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:40 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:40 DEBUG : Looking for writers 2026/07/23 02:46:40 DEBUG : file1: reading active writers 2026/07/23 02:46:40 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.12s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:40 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f000.txt" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/flat/f000.txt 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/flat/f000.txt" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-qobafik2quha/flat/f000.txt 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:40 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f000.txt" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/flat/f000.txt 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/flat/f000.txt" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-qobafik2quha/flat/f000.txt 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:40 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f001.txt" 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/flat/f001.txt 2026/07/23 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/flat/f001.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-qobafik2quha/flat/f001.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:41 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f001.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/flat/f001.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/flat/f001.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-qobafik2quha/flat/f001.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:41 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f002.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/flat/f002.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/flat/f002.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-qobafik2quha/flat/f002.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:41 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f002.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/flat/f002.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/flat/f002.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-qobafik2quha/flat/f002.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:41 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f003.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/flat/f003.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/flat/f003.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-qobafik2quha/flat/f003.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:41 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f003.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/flat/f003.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/flat/f003.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-qobafik2quha/flat/f003.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:41 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f004.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/flat/f004.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/flat/f004.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-qobafik2quha/flat/f004.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:41 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f004.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: sha1sum /rclone-test-qobafik2quha/flat/f004.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qobafik2quha/flat/f004.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-qobafik2quha/flat/f004.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:41 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/07/23 02:46:41 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/07/23 02:46:41 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/07/23 02:46:41 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:41 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f000.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/flat/f000.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/flat/f000.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-qobafik2quha/flat/f000.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:41 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/23 02:46:41 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/07/23 02:46:41 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/07/23 02:46:41 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:41 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f001.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/flat/f001.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/flat/f001.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-qobafik2quha/flat/f001.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:41 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/23 02:46:41 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/07/23 02:46:41 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/07/23 02:46:41 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:41 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f002.txt" 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/flat/f002.txt 2026/07/23 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/flat/f002.txt" 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-qobafik2quha/flat/f002.txt 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:42 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/23 02:46:42 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/07/23 02:46:42 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/07/23 02:46:42 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:42 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f003.txt" 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/flat/f003.txt 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/flat/f003.txt" 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-qobafik2quha/flat/f003.txt 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:42 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/23 02:46:42 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/07/23 02:46:42 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/07/23 02:46:42 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:42 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/flat/f004.txt" 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/flat/f004.txt 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/flat/f004.txt" 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-qobafik2quha/flat/f004.txt 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:42 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/23 02:46:42 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:42 DEBUG : flat: Looking for writers 2026/07/23 02:46:42 DEBUG : f002.txt: reading active writers 2026/07/23 02:46:42 DEBUG : f003.txt: reading active writers 2026/07/23 02:46:42 DEBUG : f004.txt: reading active writers 2026/07/23 02:46:42 DEBUG : f000.txt: reading active writers 2026/07/23 02:46:42 DEBUG : f001.txt: reading active writers 2026/07/23 02:46:42 DEBUG : Looking for writers 2026/07/23 02:46:42 DEBUG : flat: reading active writers 2026/07/23 02:46:42 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.52s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:42 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:42 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/07/23 02:46:42 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/07/23 02:46:42 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:42 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/a/b/c/deep.txt" 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/a/b/c/deep.txt 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/a/b/c/deep.txt" 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-qobafik2quha/a/b/c/deep.txt 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:42 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/07/23 02:46:42 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/07/23 02:46:42 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/07/23 02:46:42 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:42 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/a/b/mid.txt" 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/a/b/mid.txt 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/a/b/mid.txt" 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-qobafik2quha/a/b/mid.txt 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:42 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/07/23 02:46:42 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/07/23 02:46:42 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/07/23 02:46:42 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:42 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/a/top.txt" 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/a/top.txt 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/a/top.txt" 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-qobafik2quha/a/top.txt 2026/07/23 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:42 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/07/23 02:46:42 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:42 DEBUG : a/b/c: Looking for writers 2026/07/23 02:46:42 DEBUG : deep.txt: reading active writers 2026/07/23 02:46:42 DEBUG : a/b: Looking for writers 2026/07/23 02:46:42 DEBUG : c: reading active writers 2026/07/23 02:46:42 DEBUG : mid.txt: reading active writers 2026/07/23 02:46:42 DEBUG : a: Looking for writers 2026/07/23 02:46:42 DEBUG : b: reading active writers 2026/07/23 02:46:42 DEBUG : top.txt: reading active writers 2026/07/23 02:46:42 DEBUG : Looking for writers 2026/07/23 02:46:42 DEBUG : a: reading active writers 2026/07/23 02:46:42 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.33s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:42 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:42 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/07/23 02:46:42 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/07/23 02:46:42 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:42 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/bigdir/big.bin" 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/bigdir/big.bin 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/bigdir/big.bin" 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fd51d59ba239fb575f42cbab57bd9db7 /rclone-test-qobafik2quha/bigdir/big.bin 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:43 DEBUG : bigdir/big.bin: Parsed hash: fd51d59ba239fb575f42cbab57bd9db7 2026/07/23 02:46:43 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:43 DEBUG : bigdir: Looking for writers 2026/07/23 02:46:43 DEBUG : big.bin: reading active writers 2026/07/23 02:46:43 DEBUG : Looking for writers 2026/07/23 02:46:43 DEBUG : bigdir: reading active writers 2026/07/23 02:46:43 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.92s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-qobafik2quha", Local "Local file system at /tmp/rclone2098056319", Modify Window "1s" 2026/07/23 02:46:43 INFO : sftp://rclone@:22/rclone-test-qobafik2quha: poll-interval is not supported by this remote 2026/07/23 02:46:43 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/07/23 02:46:43 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/07/23 02:46:43 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:43 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir1/a.txt" 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir1/a.txt 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir1/a.txt" 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-qobafik2quha/dir1/a.txt 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:43 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/07/23 02:46:43 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/07/23 02:46:43 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/07/23 02:46:43 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:43 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir2/b.txt" 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir2/b.txt 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir2/b.txt" 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: 415290769594460e2e485922904f345d /rclone-test-qobafik2quha/dir2/b.txt 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:43 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/07/23 02:46:43 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/07/23 02:46:43 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/07/23 02:46:43 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/23 02:46:43 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Shell path "/rclone-test-qobafik2quha/dir3/c.txt" 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: creating additional session 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Running remote command: md5sum /rclone-test-qobafik2quha/dir3/c.txt 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qobafik2quha/dir3/c.txt" 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: command exited OK 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-qobafik2quha/dir3/c.txt 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: ssh external: close 2026/07/23 02:46:43 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/07/23 02:46:43 DEBUG : WaitForWriters: timeout=30s 2026/07/23 02:46:43 DEBUG : dir3: Looking for writers 2026/07/23 02:46:43 DEBUG : c.txt: reading active writers 2026/07/23 02:46:43 DEBUG : dir1: Looking for writers 2026/07/23 02:46:43 DEBUG : a.txt: reading active writers 2026/07/23 02:46:43 DEBUG : dir2: Looking for writers 2026/07/23 02:46:43 DEBUG : b.txt: reading active writers 2026/07/23 02:46:43 DEBUG : Looking for writers 2026/07/23 02:46:43 DEBUG : dir1: reading active writers 2026/07/23 02:46:43 DEBUG : dir2: reading active writers 2026/07/23 02:46:43 DEBUG : dir3: reading active writers 2026/07/23 02:46:43 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.35s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/07/23 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-qobafik2quha: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 50.112477136s (try 1/5)