"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/05/10 01:16:07 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-gaqiyay1guto" 2026/05/10 01:16:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/10 01:16:07 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/05/10 01:16:07 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/05/10 01:16:07 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/05/10 01:16:07 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/05/10 01:16:07 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell type "unix" from config 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Relative path resolved to "/rclone-test-gaqiyay1guto" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Using root directory "/rclone-test-gaqiyay1guto" 2026/05/10 01:16:07 DEBUG : Creating backend with remote "/tmp/rclone2490102975" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:07 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:07 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:07 DEBUG : dir: Looking for writers 2026/05/10 01:16:07 DEBUG : Looking for writers 2026/05/10 01:16:07 DEBUG : dir: reading active writers 2026/05/10 01:16:07 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.20s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:07 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:07 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:07 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/subdir/file3" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/subdir/file3 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/subdir/file3" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-gaqiyay1guto/dir/subdir/file3 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:07 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/subdir/file3" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/subdir/file3 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/subdir/file3" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-gaqiyay1guto/dir/subdir/file3 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:07 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/10 01:16:07 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:07 DEBUG : dir/subdir: Looking for writers 2026/05/10 01:16:07 DEBUG : dir: Looking for writers 2026/05/10 01:16:07 DEBUG : file1: reading active writers 2026/05/10 01:16:07 DEBUG : file2: reading active writers 2026/05/10 01:16:07 DEBUG : subdir: reading active writers 2026/05/10 01:16:07 DEBUG : Looking for writers 2026/05/10 01:16:07 DEBUG : dir: reading active writers 2026/05/10 01:16:07 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.60s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:07 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:07 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:08 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:08 DEBUG : dir: Looking for writers 2026/05/10 01:16:08 DEBUG : file1: reading active writers 2026/05/10 01:16:08 DEBUG : Looking for writers 2026/05/10 01:16:08 DEBUG : dir: reading active writers 2026/05/10 01:16:08 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:08 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:08 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:08 DEBUG : dir: Looking for writers 2026/05/10 01:16:08 DEBUG : Looking for writers 2026/05/10 01:16:08 DEBUG : dir: reading active writers 2026/05/10 01:16:08 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.17s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:08 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:08 DEBUG : dir: forgetting directory cache 2026/05/10 01:16:08 DEBUG : forgetting directory cache 2026/05/10 01:16:08 DEBUG : dir: forgetting directory cache 2026/05/10 01:16:08 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:08 DEBUG : Looking for writers 2026/05/10 01:16:08 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:08 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:08 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/10 01:16:08 DEBUG : dir: invalidating directory cache 2026/05/10 01:16:08 DEBUG : >ForgetPath: 2026/05/10 01:16:08 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/10 01:16:08 DEBUG : invalidating directory cache 2026/05/10 01:16:08 DEBUG : dir: forgetting directory cache 2026/05/10 01:16:08 DEBUG : >ForgetPath: 2026/05/10 01:16:08 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/10 01:16:08 DEBUG : >ForgetPath: 2026/05/10 01:16:08 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:08 DEBUG : dir: Looking for writers 2026/05/10 01:16:08 DEBUG : Looking for writers 2026/05/10 01:16:08 DEBUG : dir: reading active writers 2026/05/10 01:16:08 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.17s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:08 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:08 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/fil/a/b/c" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/fil/a/b/c 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/fil/a/b/c" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-gaqiyay1guto/fil/a/b/c 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:09 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/fil/a/b/c" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/fil/a/b/c 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/fil/a/b/c" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-gaqiyay1guto/fil/a/b/c 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:09 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:09 DEBUG : forgetting directory cache 2026/05/10 01:16:09 DEBUG : dir: forgetting directory cache 2026/05/10 01:16:09 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:09 DEBUG : dir: Looking for writers 2026/05/10 01:16:09 DEBUG : fil/a/b: Looking for writers 2026/05/10 01:16:09 DEBUG : fil/a: Looking for writers 2026/05/10 01:16:09 DEBUG : b: reading active writers 2026/05/10 01:16:09 DEBUG : fil: Looking for writers 2026/05/10 01:16:09 DEBUG : a: reading active writers 2026/05/10 01:16:09 DEBUG : Looking for writers 2026/05/10 01:16:09 DEBUG : dir: reading active writers 2026/05/10 01:16:09 DEBUG : fil: reading active writers 2026/05/10 01:16:09 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.62s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:09 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:09 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:09 DEBUG : dir: Looking for writers 2026/05/10 01:16:09 DEBUG : Looking for writers 2026/05/10 01:16:09 DEBUG : dir: reading active writers 2026/05/10 01:16:09 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.22s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:09 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:09 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:09 DEBUG : dir: Looking for writers 2026/05/10 01:16:09 DEBUG : file1: reading active writers 2026/05/10 01:16:09 DEBUG : Looking for writers 2026/05/10 01:16:09 DEBUG : dir: reading active writers 2026/05/10 01:16:09 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:09 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:09 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:10 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:10 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/subdir/file3" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/subdir/file3 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/subdir/file3" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-gaqiyay1guto/dir/subdir/file3 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:10 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/subdir/file3" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/subdir/file3 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/subdir/file3" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-gaqiyay1guto/dir/subdir/file3 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:10 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/10 01:16:10 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/10 01:16:10 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/10 01:16:10 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/10 01:16:10 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/10 01:16:10 DEBUG : Waiting for deletions to finish 2026/05/10 01:16:10 INFO : dir/subdir/file3: Deleted 2026/05/10 01:16:10 DEBUG : removing 1 level 2 directories 2026/05/10 01:16:10 INFO : dir/subdir: Removing directory 2026/05/10 01:16:10 DEBUG : dir: invalidating directory cache 2026/05/10 01:16:10 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/10 01:16:10 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/10 01:16:10 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/10 01:16:10 DEBUG : dir/file1: Reset virtual modtime 2026/05/10 01:16:10 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/10 01:16:10 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/10 01:16:10 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/10 01:16:10 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/10 01:16:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:10 DEBUG : dir: invalidating directory cache 2026/05/10 01:16:10 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/10 01:16:10 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/10 01:16:10 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/10 01:16:10 DEBUG : forgetting directory cache 2026/05/10 01:16:10 DEBUG : dir: forgetting directory cache 2026/05/10 01:16:10 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/10 01:16:10 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:10 DEBUG : dir/virtualDir: Looking for writers 2026/05/10 01:16:10 DEBUG : dir: Looking for writers 2026/05/10 01:16:10 DEBUG : file1: reading active writers 2026/05/10 01:16:10 DEBUG : virtualFile2: reading active writers 2026/05/10 01:16:10 DEBUG : virtualFile: reading active writers 2026/05/10 01:16:10 DEBUG : virtualDir: reading active writers 2026/05/10 01:16:10 DEBUG : Looking for writers 2026/05/10 01:16:10 DEBUG : dir: reading active writers 2026/05/10 01:16:10 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.63s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:10 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:10 ERROR : dir/: Can only open directories read only 2026/05/10 01:16:10 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:10 DEBUG : dir: Looking for writers 2026/05/10 01:16:10 DEBUG : Looking for writers 2026/05/10 01:16:10 DEBUG : dir: reading active writers 2026/05/10 01:16:10 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.16s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:10 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:10 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:10 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/10 01:16:10 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/10 01:16:10 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (5 bytes), uploading instead of streaming 2026/05/10 01:16:10 DEBUG : dir/potato: size = 5 OK 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/potato" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/potato 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/potato" 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/dir/potato 2026/05/10 01:16:10 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:10 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:10 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/10 01:16:10 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/10 01:16:10 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/10 01:16:10 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:10 DEBUG : dir: Looking for writers 2026/05/10 01:16:10 DEBUG : file1: reading active writers 2026/05/10 01:16:10 DEBUG : potato: reading active writers 2026/05/10 01:16:10 DEBUG : Looking for writers 2026/05/10 01:16:10 DEBUG : dir: reading active writers 2026/05/10 01:16:10 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.40s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:10 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:11 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:11 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:11 DEBUG : dir/sub: Looking for writers 2026/05/10 01:16:11 DEBUG : dir: Looking for writers 2026/05/10 01:16:11 DEBUG : file1: reading active writers 2026/05/10 01:16:11 DEBUG : sub: reading active writers 2026/05/10 01:16:11 DEBUG : Looking for writers 2026/05/10 01:16:11 DEBUG : dir: reading active writers 2026/05/10 01:16:11 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.47s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:11 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:11 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/10 01:16:11 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:11 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:11 DEBUG : dir/sub/subsub: Looking for writers 2026/05/10 01:16:11 DEBUG : dir/sub: Looking for writers 2026/05/10 01:16:11 DEBUG : subsub: reading active writers 2026/05/10 01:16:11 DEBUG : dir: Looking for writers 2026/05/10 01:16:11 DEBUG : sub: reading active writers 2026/05/10 01:16:11 DEBUG : file1: reading active writers 2026/05/10 01:16:11 DEBUG : Looking for writers 2026/05/10 01:16:11 DEBUG : dir: reading active writers 2026/05/10 01:16:11 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.29s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:11 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:11 ERROR : dir/: Dir.Remove not empty 2026/05/10 01:16:11 DEBUG : dir/file1: Remove: 2026/05/10 01:16:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:11 DEBUG : dir/file1: >Remove: err= 2026/05/10 01:16:11 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/10 01:16:11 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:11 DEBUG : Looking for writers 2026/05/10 01:16:11 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.20s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:11 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:11 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:12 DEBUG : dir/file1: Remove: 2026/05/10 01:16:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:12 DEBUG : dir/file1: >Remove: err= 2026/05/10 01:16:12 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/10 01:16:12 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:12 DEBUG : Looking for writers 2026/05/10 01:16:12 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.20s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:12 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:12 DEBUG : dir/file1: Remove: 2026/05/10 01:16:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:12 DEBUG : dir/file1: >Remove: err= 2026/05/10 01:16:12 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:12 DEBUG : dir: Looking for writers 2026/05/10 01:16:12 DEBUG : Looking for writers 2026/05/10 01:16:12 DEBUG : dir: reading active writers 2026/05/10 01:16:12 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:12 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file3" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file3 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file3" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-gaqiyay1guto/dir/file3 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:12 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file3" 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file3 2026/05/10 01:16:12 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file3" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-gaqiyay1guto/dir/file3 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:13 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/10 01:16:13 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/10 01:16:13 DEBUG : dir: Updating dir with dir2 0x2c36fdc5cb60 2026/05/10 01:16:13 DEBUG : dir: forgetting directory cache 2026/05/10 01:16:13 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/10 01:16:13 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir2/file1" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir2/file1 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir2/file1" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir2/file1 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:13 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir2/file1" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir2/file1 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir2/file1" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir2/file1 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:13 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir2/file3" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir2/file3 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir2/file3" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-gaqiyay1guto/dir2/file3 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:13 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir2/file3" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir2/file3 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir2/file3" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-gaqiyay1guto/dir2/file3 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:13 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/10 01:16:13 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/10 01:16:13 DEBUG : file2: Updating file with file2 0x2c36fdccda00 2026/05/10 01:16:13 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:13 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file2" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file2 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file2" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/file2 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:13 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file2" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/file2 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/file2" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/file2 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:13 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir2/file3" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir2/file3 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir2/file3" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-gaqiyay1guto/dir2/file3 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:13 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir2/file3" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir2/file3 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir2/file3" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-gaqiyay1guto/dir2/file3 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:13 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/10 01:16:13 INFO : dir2/file3: Deleted 2026/05/10 01:16:13 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/10 01:16:13 DEBUG : dir2/file3: Updating file with dir2/file3 0x2c36fdccda00 2026/05/10 01:16:13 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/10 01:16:13 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir2/file3" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir2/file3 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir2/file3" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir2/file3 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:13 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir2/file3" 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir2/file3 2026/05/10 01:16:13 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir2/file3" 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir2/file3 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:14 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:14 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/10 01:16:14 DEBUG : empty directory: Updating dir with renamed empty directory 0x2c36fd9ff040 2026/05/10 01:16:14 DEBUG : empty directory: forgetting directory cache 2026/05/10 01:16:14 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/10 01:16:14 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/10 01:16:14 DEBUG : dir2: Renaming to "dir3" 2026/05/10 01:16:14 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:14 DEBUG : dir3: Looking for writers 2026/05/10 01:16:14 DEBUG : file3: reading active writers 2026/05/10 01:16:14 DEBUG : renamed empty directory: Looking for writers 2026/05/10 01:16:14 DEBUG : Looking for writers 2026/05/10 01:16:14 DEBUG : dir3: reading active writers 2026/05/10 01:16:14 DEBUG : renamed empty directory: reading active writers 2026/05/10 01:16:14 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.57s) === 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-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:14 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:14 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/10 01:16:14 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:14 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/10 01:16:14 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/10 01:16:14 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/10 01:16:14 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/10 01:16:14 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/10 01:16:14 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:14 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/10 01:16:14 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/10 01:16:14 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/10 01:16:14 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/10 01:16:14 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (12 bytes), uploading instead of streaming 2026/05/10 01:16:14 DEBUG : dir/sub/file2: size = 12 OK 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/sub/file2" 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/sub/file2 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/sub/file2" 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-gaqiyay1guto/dir/sub/file2 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:14 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/10 01:16:14 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/10 01:16:14 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/10 01:16:14 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/10 01:16:14 DEBUG : forgetting directory cache 2026/05/10 01:16:14 DEBUG : dir: forgetting directory cache 2026/05/10 01:16:14 DEBUG : dir/sub: forgetting directory cache 2026/05/10 01:16:14 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/10 01:16:14 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (5 bytes), uploading instead of streaming 2026/05/10 01:16:14 DEBUG : dir/sub/file0: size = 5 OK 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/sub/file0" 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/sub/file0 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/sub/file0" 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/dir/sub/file0 2026/05/10 01:16:14 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:14 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:14 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/10 01:16:14 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/10 01:16:14 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/10 01:16:14 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:14 DEBUG : dir/sub: Looking for writers 2026/05/10 01:16:14 DEBUG : file2: reading active writers 2026/05/10 01:16:14 DEBUG : file0: reading active writers 2026/05/10 01:16:14 DEBUG : dir: Looking for writers 2026/05/10 01:16:14 DEBUG : file1: reading active writers 2026/05/10 01:16:14 DEBUG : sub: reading active writers 2026/05/10 01:16:14 DEBUG : Looking for writers 2026/05/10 01:16:14 DEBUG : dir: reading active writers 2026/05/10 01:16:14 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.41s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:14 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:14 DEBUG : forgetting directory cache 2026/05/10 01:16:15 DEBUG : forgetting directory cache 2026/05/10 01:16:15 DEBUG : dir: forgetting directory cache 2026/05/10 01:16:15 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:15 DEBUG : dir: Looking for writers 2026/05/10 01:16:15 DEBUG : Looking for writers 2026/05/10 01:16:15 DEBUG : dir: reading active writers 2026/05/10 01:16:15 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:15 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/10 01:16:15 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:15 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/10 01:16:15 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/10 01:16:15 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/10 01:16:15 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:15 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:15 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/10 01:16:15 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:15 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/10 01:16:15 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/10 01:16:15 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/10 01:16:15 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:15 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:15 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:15 DEBUG : dir: Looking for writers 2026/05/10 01:16:15 DEBUG : file1: reading active writers 2026/05/10 01:16:15 DEBUG : file1.metadata: reading active writers 2026/05/10 01:16:15 DEBUG : Looking for writers 2026/05/10 01:16:15 DEBUG : dir.metadata: reading active writers 2026/05/10 01:16:15 DEBUG : dir: reading active writers 2026/05/10 01:16:15 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.24s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:15 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:15 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:16 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:16 DEBUG : dir: Looking for writers 2026/05/10 01:16:16 DEBUG : file1: reading active writers 2026/05/10 01:16:16 DEBUG : Looking for writers 2026/05/10 01:16:16 DEBUG : dir: reading active writers 2026/05/10 01:16:16 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.24s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:16 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:16 DEBUG : Can set mod time: true 2026/05/10 01:16:16 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:16 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:16 DEBUG : dir: Looking for writers 2026/05/10 01:16:16 DEBUG : file1: reading active writers 2026/05/10 01:16:16 DEBUG : Looking for writers 2026/05/10 01:16:16 DEBUG : dir: reading active writers 2026/05/10 01:16:16 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:16 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:16 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/10 01:16:16 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/10 01:16:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (0 bytes), uploading instead of streaming 2026/05/10 01:16:16 DEBUG : dir/file1: size = 0 OK 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:16 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/10 01:16:16 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/10 01:16:16 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/10 01:16:16 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/10 01:16:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:16 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:16 DEBUG : dir: Looking for writers 2026/05/10 01:16:16 DEBUG : file1: reading active writers 2026/05/10 01:16:16 DEBUG : Looking for writers 2026/05/10 01:16:16 DEBUG : dir: reading active writers 2026/05/10 01:16:16 DEBUG : >WaitForWriters: 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:16 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:16 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:17 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/10 01:16:17 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:17 DEBUG : dir: Looking for writers 2026/05/10 01:16:17 DEBUG : file1: reading active writers 2026/05/10 01:16:17 DEBUG : Looking for writers 2026/05/10 01:16:17 DEBUG : dir: reading active writers 2026/05/10 01:16:17 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:17 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:17 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/10 01:16:17 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/10 01:16:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (5 bytes), uploading instead of streaming 2026/05/10 01:16:17 DEBUG : dir/file1: size = 5 OK 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:17 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:17 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/10 01:16:17 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/10 01:16:17 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/10 01:16:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:17 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:17 DEBUG : dir: Looking for writers 2026/05/10 01:16:17 DEBUG : file1: reading active writers 2026/05/10 01:16:17 DEBUG : Looking for writers 2026/05/10 01:16:17 DEBUG : dir: reading active writers 2026/05/10 01:16:17 DEBUG : >WaitForWriters: 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:17 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:17 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/10 01:16:17 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:17 DEBUG : dir: Looking for writers 2026/05/10 01:16:17 DEBUG : file1: reading active writers 2026/05/10 01:16:17 DEBUG : Looking for writers 2026/05/10 01:16:17 DEBUG : dir: reading active writers 2026/05/10 01:16:17 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:17 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:17 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:17 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:17 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:17 DEBUG : dir: Looking for writers 2026/05/10 01:16:17 DEBUG : file1: reading active writers 2026/05/10 01:16:17 DEBUG : Looking for writers 2026/05/10 01:16:17 DEBUG : dir: reading active writers 2026/05/10 01:16:17 DEBUG : >WaitForWriters: 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:17 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:17 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:17 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:18 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/10 01:16:18 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:18 DEBUG : dir/file1(0x2c36fda9a700): close: 2026/05/10 01:16:18 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/10 01:16:18 DEBUG : dir/file1(0x2c36fda9a700): >close: err= 2026/05/10 01:16:18 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:18 DEBUG : dir: Looking for writers 2026/05/10 01:16:18 DEBUG : file1: reading active writers 2026/05/10 01:16:18 DEBUG : Looking for writers 2026/05/10 01:16:18 DEBUG : dir: reading active writers 2026/05/10 01:16:18 DEBUG : >WaitForWriters: 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:18 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:18 DEBUG : dir: Looking for writers 2026/05/10 01:16:18 DEBUG : file1: reading active writers 2026/05/10 01:16:18 DEBUG : Looking for writers 2026/05/10 01:16:18 DEBUG : dir: reading active writers 2026/05/10 01:16:18 DEBUG : >WaitForWriters: 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:18 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:18 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:18 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/10 01:16:18 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:18 DEBUG : dir/file1(0x2c36fde298c0): _writeAt: size=5, off=0 2026/05/10 01:16:18 DEBUG : dir/file1(0x2c36fde298c0): openPending: 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:18 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/10 01:16:18 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/10 01:16:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:18 DEBUG : dir/file1(0x2c36fde298c0): >openPending: err= 2026/05/10 01:16:18 DEBUG : dir/file1(0x2c36fde298c0): >_writeAt: n=5, err= 2026/05/10 01:16:18 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/10 01:16:18 DEBUG : dir/file1(0x2c36fde298c0): close: 2026/05/10 01:16:18 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/10 01:16:18 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/10 01:16:18 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/10 01:16:18 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/10 01:16:18 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/10 01:16:18 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:18 DEBUG : dir/file1(0x2c36fde298c0): >close: err= 2026/05/10 01:16:18 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:18 DEBUG : dir: Looking for writers 2026/05/10 01:16:18 DEBUG : file1: reading active writers 2026/05/10 01:16:18 DEBUG : Looking for writers 2026/05/10 01:16:18 DEBUG : dir: reading active writers 2026/05/10 01:16:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:18 DEBUG : dir: Looking for writers 2026/05/10 01:16:18 DEBUG : file1: reading active writers 2026/05/10 01:16:18 DEBUG : Looking for writers 2026/05/10 01:16:18 DEBUG : dir: reading active writers 2026/05/10 01:16:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:18 DEBUG : dir: Looking for writers 2026/05/10 01:16:18 DEBUG : file1: reading active writers 2026/05/10 01:16:18 DEBUG : Looking for writers 2026/05/10 01:16:18 DEBUG : dir: reading active writers 2026/05/10 01:16:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:18 DEBUG : dir: Looking for writers 2026/05/10 01:16:18 DEBUG : file1: reading active writers 2026/05/10 01:16:18 DEBUG : Looking for writers 2026/05/10 01:16:18 DEBUG : dir: reading active writers 2026/05/10 01:16:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:18 DEBUG : dir/file1: vfs cache: starting upload 2026/05/10 01:16:18 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1.2f98c60a.partial" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1.2f98c60a.partial 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1.2f98c60a.partial" 2026/05/10 01:16:18 DEBUG : dir: Looking for writers 2026/05/10 01:16:18 DEBUG : file1: reading active writers 2026/05/10 01:16:18 DEBUG : Looking for writers 2026/05/10 01:16:18 DEBUG : dir: reading active writers 2026/05/10 01:16:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-gaqiyay1guto/dir/file1.2f98c60a.partial 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:18 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/10 01:16:18 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/10 01:16:18 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/10 01:16:18 INFO : dir/file1: Copied (replaced existing) 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:18 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:19 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/10 01:16:19 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/10 01:16:19 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/10 01:16:19 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/10 01:16:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:19 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/10 01:16:19 DEBUG : dir: Looking for writers 2026/05/10 01:16:19 DEBUG : file1: reading active writers 2026/05/10 01:16:19 DEBUG : Looking for writers 2026/05/10 01:16:19 DEBUG : dir: reading active writers 2026/05/10 01:16:19 DEBUG : >WaitForWriters: 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:19 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:19 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/10 01:16:19 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:19 DEBUG : dir: Looking for writers 2026/05/10 01:16:19 DEBUG : file1: reading active writers 2026/05/10 01:16:19 DEBUG : Looking for writers 2026/05/10 01:16:19 DEBUG : dir: reading active writers 2026/05/10 01:16:19 DEBUG : >WaitForWriters: 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.25s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.46s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.52s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.52s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.46s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.45s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.85s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:19 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:19 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/10 01:16:19 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:19 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:19 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:19 DEBUG : dir: Looking for writers 2026/05/10 01:16:19 DEBUG : file1: reading active writers 2026/05/10 01:16:19 DEBUG : Looking for writers 2026/05/10 01:16:19 DEBUG : dir: reading active writers 2026/05/10 01:16:19 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.31s) === RUN TestFileOpenReadUnknownSize 2026/05/10 01:16:19 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/10 01:16:19 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/10 01:16:19 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:19 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/10 01:16:19 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:19 DEBUG : Looking for writers 2026/05/10 01:16:19 DEBUG : file.txt: reading active writers 2026/05/10 01:16:19 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:19 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (25 bytes), uploading instead of streaming 2026/05/10 01:16:19 DEBUG : dir/file1: size = 25 OK 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:19 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:19 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/10 01:16:19 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/10 01:16:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:19 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:19 DEBUG : dir: Looking for writers 2026/05/10 01:16:19 DEBUG : file1: reading active writers 2026/05/10 01:16:19 DEBUG : Looking for writers 2026/05/10 01:16:19 DEBUG : dir: reading active writers 2026/05/10 01:16:19 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.33s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:19 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:19 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:20 DEBUG : dir/file1: Remove: 2026/05/10 01:16:20 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:20 DEBUG : dir/file1: >Remove: err= 2026/05/10 01:16:20 DEBUG : dir/file1: Remove: 2026/05/10 01:16:20 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/10 01:16:20 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:20 DEBUG : dir: Looking for writers 2026/05/10 01:16:20 DEBUG : Looking for writers 2026/05/10 01:16:20 DEBUG : dir: reading active writers 2026/05/10 01:16:20 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.22s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:20 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:20 DEBUG : dir/file1: Remove: 2026/05/10 01:16:20 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:20 DEBUG : dir/file1: >Remove: err= 2026/05/10 01:16:20 DEBUG : dir/file1: Remove: 2026/05/10 01:16:20 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/10 01:16:20 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:20 DEBUG : dir: Looking for writers 2026/05/10 01:16:20 DEBUG : Looking for writers 2026/05/10 01:16:20 DEBUG : dir: reading active writers 2026/05/10 01:16:20 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.23s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:20 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:20 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/10 01:16:20 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/10 01:16:20 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/10 01:16:20 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/10 01:16:20 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/10 01:16:20 DEBUG : dir/file1: Open: flags=0x3 2026/05/10 01:16:20 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/10 01:16:20 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/10 01:16:20 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:20 DEBUG : dir: Looking for writers 2026/05/10 01:16:20 DEBUG : file1: reading active writers 2026/05/10 01:16:20 DEBUG : Looking for writers 2026/05/10 01:16:20 DEBUG : dir: reading active writers 2026/05/10 01:16:20 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.22s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:20 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:20 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:20 DEBUG : dir: Looking for writers 2026/05/10 01:16:20 DEBUG : file1: reading active writers 2026/05/10 01:16:20 DEBUG : Looking for writers 2026/05/10 01:16:20 DEBUG : dir: reading active writers 2026/05/10 01:16:20 DEBUG : >WaitForWriters: 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:20 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:21 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/10 01:16:21 DEBUG : newLeaf: Updating file with newLeaf 0x2c36fe295790 2026/05/10 01:16:21 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:21 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:21 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:21 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:21 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/10 01:16:21 DEBUG : dir/file1: Updating file with dir/file1 0x2c36fe295790 2026/05/10 01:16:21 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/10 01:16:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:21 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/10 01:16:21 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/10 01:16:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:21 DEBUG : dir/file1: File is currently open, delaying rename 0x2c36fe295790 2026/05/10 01:16:21 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:21 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (25 bytes), uploading instead of streaming 2026/05/10 01:16:21 DEBUG : dir/file1: size = 25 OK 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:21 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:21 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/10 01:16:21 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/10 01:16:21 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:21 DEBUG : newLeaf: Running delayed rename now 2026/05/10 01:16:21 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/10 01:16:21 DEBUG : newLeaf: Updating file with newLeaf 0x2c36fe295790 2026/05/10 01:16:21 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:21 DEBUG : dir: Looking for writers 2026/05/10 01:16:21 DEBUG : Looking for writers 2026/05/10 01:16:21 DEBUG : dir: reading active writers 2026/05/10 01:16:21 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:21 DEBUG : >WaitForWriters: 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:21 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:21 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/10 01:16:21 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:21 DEBUG : dir: Looking for writers 2026/05/10 01:16:21 DEBUG : Looking for writers 2026/05/10 01:16:21 DEBUG : dir: reading active writers 2026/05/10 01:16:21 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:21 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:21 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:21 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:21 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:22 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:22 DEBUG : dir: Looking for writers 2026/05/10 01:16:22 DEBUG : file1: reading active writers 2026/05/10 01:16:22 DEBUG : Looking for writers 2026/05/10 01:16:22 DEBUG : dir: reading active writers 2026/05/10 01:16:22 DEBUG : >WaitForWriters: 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:22 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/10 01:16:22 DEBUG : newLeaf: Updating file with newLeaf 0x2c36fdb3c1a0 2026/05/10 01:16:22 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:22 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:22 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:22 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/10 01:16:22 DEBUG : dir/file1: Updating file with dir/file1 0x2c36fdb3c1a0 2026/05/10 01:16:22 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/10 01:16:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:22 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/10 01:16:22 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/10 01:16:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:22 DEBUG : dir/file1: File is currently open, delaying rename 0x2c36fdb3c1a0 2026/05/10 01:16:22 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (25 bytes), uploading instead of streaming 2026/05/10 01:16:22 DEBUG : dir/file1: size = 25 OK 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:22 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:22 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/10 01:16:22 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/10 01:16:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:22 DEBUG : newLeaf: Running delayed rename now 2026/05/10 01:16:22 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/10 01:16:22 DEBUG : newLeaf: Updating file with newLeaf 0x2c36fdb3c1a0 2026/05/10 01:16:22 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:22 DEBUG : dir: Looking for writers 2026/05/10 01:16:22 DEBUG : Looking for writers 2026/05/10 01:16:22 DEBUG : dir: reading active writers 2026/05/10 01:16:22 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:22 DEBUG : >WaitForWriters: 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:22 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:22 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/10 01:16:22 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:22 DEBUG : dir: Looking for writers 2026/05/10 01:16:22 DEBUG : Looking for writers 2026/05/10 01:16:22 DEBUG : dir: reading active writers 2026/05/10 01:16:22 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:22 DEBUG : >WaitForWriters: 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:22 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:22 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:22 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:23 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/10 01:16:23 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:23 DEBUG : dir/file1(0x2c36fd9d2700): openPending: 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:23 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/10 01:16:23 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/10 01:16:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:23 DEBUG : dir/file1(0x2c36fd9d2700): >openPending: err= 2026/05/10 01:16:23 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/10 01:16:23 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:23 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:23 DEBUG : dir/file1(0x2c36fd9d2700): _writeAt: size=14, off=0 2026/05/10 01:16:23 DEBUG : dir/file1(0x2c36fd9d2700): >_writeAt: n=14, err= 2026/05/10 01:16:23 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/10 01:16:23 DEBUG : dir/file1(0x2c36fd9d2700): close: 2026/05/10 01:16:23 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/10 01:16:23 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/10 01:16:23 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:23 DEBUG : dir/file1(0x2c36fd9d2700): >close: err= 2026/05/10 01:16:23 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:23 DEBUG : dir: Looking for writers 2026/05/10 01:16:23 DEBUG : file1: reading active writers 2026/05/10 01:16:23 DEBUG : Looking for writers 2026/05/10 01:16:23 DEBUG : dir: reading active writers 2026/05/10 01:16:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:23 DEBUG : dir: Looking for writers 2026/05/10 01:16:23 DEBUG : file1: reading active writers 2026/05/10 01:16:23 DEBUG : Looking for writers 2026/05/10 01:16:23 DEBUG : dir: reading active writers 2026/05/10 01:16:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:23 DEBUG : dir: Looking for writers 2026/05/10 01:16:23 DEBUG : file1: reading active writers 2026/05/10 01:16:23 DEBUG : Looking for writers 2026/05/10 01:16:23 DEBUG : dir: reading active writers 2026/05/10 01:16:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:23 DEBUG : dir: Looking for writers 2026/05/10 01:16:23 DEBUG : file1: reading active writers 2026/05/10 01:16:23 DEBUG : Looking for writers 2026/05/10 01:16:23 DEBUG : dir: reading active writers 2026/05/10 01:16:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:23 DEBUG : dir/file1: vfs cache: starting upload 2026/05/10 01:16:23 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1.ca338588.partial" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1.ca338588.partial 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1.ca338588.partial" 2026/05/10 01:16:23 DEBUG : dir: Looking for writers 2026/05/10 01:16:23 DEBUG : file1: reading active writers 2026/05/10 01:16:23 DEBUG : Looking for writers 2026/05/10 01:16:23 DEBUG : dir: reading active writers 2026/05/10 01:16:23 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1.ca338588.partial 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:23 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:23 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/10 01:16:23 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/10 01:16:23 INFO : dir/file1: Copied (replaced existing) 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:23 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/10 01:16:23 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/10 01:16:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:23 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/10 01:16:23 DEBUG : dir: Looking for writers 2026/05/10 01:16:23 DEBUG : file1: reading active writers 2026/05/10 01:16:23 DEBUG : Looking for writers 2026/05/10 01:16:23 DEBUG : dir: reading active writers 2026/05/10 01:16:23 DEBUG : >WaitForWriters: 2026/05/10 01:16:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:23 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:23 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:23 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:23 DEBUG : dir/file1(0x2c36fdd958c0): _readAt: size=512, off=0 2026/05/10 01:16:23 DEBUG : dir/file1(0x2c36fdd958c0): openPending: 2026/05/10 01:16:23 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/10 01:16:23 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/10 01:16:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:23 DEBUG : dir/file1(0x2c36fdd958c0): >openPending: err= 2026/05/10 01:16:23 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/10 01:16:23 DEBUG : dir/file1(0x2c36fdd958c0): >_readAt: n=14, err=EOF 2026/05/10 01:16:23 DEBUG : dir/file1(0x2c36fdd958c0): close: 2026/05/10 01:16:23 DEBUG : dir/file1(0x2c36fdd958c0): >close: err= 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:23 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:23 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:23 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/10 01:16:23 DEBUG : newLeaf: Updating file with newLeaf 0x2c36fdb3d860 2026/05/10 01:16:23 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:23 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:23 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:23 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:24 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:24 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:24 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/10 01:16:24 DEBUG : dir/file1: Updating file with dir/file1 0x2c36fdb3d860 2026/05/10 01:16:24 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/10 01:16:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:24 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/10 01:16:24 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:24 DEBUG : dir/file1(0x2c36fdc4aa00): openPending: 2026/05/10 01:16:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/10 01:16:24 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/10 01:16:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:24 DEBUG : dir/file1(0x2c36fdc4aa00): >openPending: err= 2026/05/10 01:16:24 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/10 01:16:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:24 DEBUG : dir/file1(0x2c36fdc4aa00): _writeAt: size=25, off=0 2026/05/10 01:16:24 DEBUG : dir/file1(0x2c36fdc4aa00): >_writeAt: n=25, err= 2026/05/10 01:16:24 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:24 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:24 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/10 01:16:24 DEBUG : newLeaf: Updating file with newLeaf 0x2c36fdb3d860 2026/05/10 01:16:24 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:24 DEBUG : newLeaf(0x2c36fdc4aa00): close: 2026/05/10 01:16:24 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/10 01:16:24 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-10 01:16:24.401812464 +0000 UTC m=+17.359663591 2026/05/10 01:16:24 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:24 DEBUG : newLeaf(0x2c36fdc4aa00): >close: err= 2026/05/10 01:16:24 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:24 DEBUG : dir: Looking for writers 2026/05/10 01:16:24 DEBUG : Looking for writers 2026/05/10 01:16:24 DEBUG : dir: reading active writers 2026/05/10 01:16:24 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:24 DEBUG : dir: Looking for writers 2026/05/10 01:16:24 DEBUG : Looking for writers 2026/05/10 01:16:24 DEBUG : dir: reading active writers 2026/05/10 01:16:24 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:24 DEBUG : dir: Looking for writers 2026/05/10 01:16:24 DEBUG : Looking for writers 2026/05/10 01:16:24 DEBUG : dir: reading active writers 2026/05/10 01:16:24 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:24 DEBUG : dir: Looking for writers 2026/05/10 01:16:24 DEBUG : Looking for writers 2026/05/10 01:16:24 DEBUG : dir: reading active writers 2026/05/10 01:16:24 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:24 DEBUG : newLeaf: vfs cache: starting upload 2026/05/10 01:16:24 DEBUG : newLeaf.76d43914.partial: size = 25 OK 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf.76d43914.partial" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf.76d43914.partial 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf.76d43914.partial" 2026/05/10 01:16:24 DEBUG : dir: Looking for writers 2026/05/10 01:16:24 DEBUG : Looking for writers 2026/05/10 01:16:24 DEBUG : dir: reading active writers 2026/05/10 01:16:24 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/newLeaf.76d43914.partial 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:24 DEBUG : newLeaf.76d43914.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:24 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/10 01:16:24 DEBUG : newLeaf.76d43914.partial: renamed to: newLeaf 2026/05/10 01:16:24 INFO : newLeaf: Copied (replaced existing) 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:24 DEBUG : dir: Looking for writers 2026/05/10 01:16:24 DEBUG : Looking for writers 2026/05/10 01:16:24 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:24 DEBUG : dir: reading active writers 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:24 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:24 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-10 01:16:24 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/10 01:16:24 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/10 01:16:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:24 DEBUG : >WaitForWriters: 2026/05/10 01:16:24 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:24 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:24 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:25 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/10 01:16:25 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:25 DEBUG : dir: Looking for writers 2026/05/10 01:16:25 DEBUG : Looking for writers 2026/05/10 01:16:25 DEBUG : dir: reading active writers 2026/05/10 01:16:25 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:25 DEBUG : >WaitForWriters: 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:25 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:25 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:25 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:25 DEBUG : dir: Looking for writers 2026/05/10 01:16:25 DEBUG : file1: reading active writers 2026/05/10 01:16:25 DEBUG : Looking for writers 2026/05/10 01:16:25 DEBUG : dir: reading active writers 2026/05/10 01:16:25 DEBUG : >WaitForWriters: 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:25 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/10 01:16:25 DEBUG : newLeaf: Updating file with newLeaf 0x2c36fddea9c0 2026/05/10 01:16:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:25 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:25 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:25 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:25 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/10 01:16:25 DEBUG : dir/file1: Updating file with dir/file1 0x2c36fddea9c0 2026/05/10 01:16:25 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/10 01:16:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:25 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/10 01:16:25 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:25 DEBUG : dir/file1(0x2c36fde28fc0): openPending: 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:25 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/10 01:16:25 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/10 01:16:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:25 DEBUG : dir/file1(0x2c36fde28fc0): >openPending: err= 2026/05/10 01:16:25 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/10 01:16:25 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:25 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:25 DEBUG : dir/file1(0x2c36fde28fc0): _writeAt: size=25, off=0 2026/05/10 01:16:25 DEBUG : dir/file1(0x2c36fde28fc0): >_writeAt: n=25, err= 2026/05/10 01:16:25 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:25 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:26 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:26 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/10 01:16:26 DEBUG : newLeaf: Updating file with newLeaf 0x2c36fddea9c0 2026/05/10 01:16:26 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:26 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:26 DEBUG : newLeaf(0x2c36fde28fc0): close: 2026/05/10 01:16:26 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/10 01:16:26 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-10 01:16:25.981368897 +0000 UTC m=+18.939220012 2026/05/10 01:16:26 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:26 DEBUG : newLeaf(0x2c36fde28fc0): >close: err= 2026/05/10 01:16:26 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:26 DEBUG : dir: Looking for writers 2026/05/10 01:16:26 DEBUG : Looking for writers 2026/05/10 01:16:26 DEBUG : dir: reading active writers 2026/05/10 01:16:26 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:26 DEBUG : dir: Looking for writers 2026/05/10 01:16:26 DEBUG : Looking for writers 2026/05/10 01:16:26 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:26 DEBUG : dir: reading active writers 2026/05/10 01:16:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:26 DEBUG : dir: Looking for writers 2026/05/10 01:16:26 DEBUG : Looking for writers 2026/05/10 01:16:26 DEBUG : dir: reading active writers 2026/05/10 01:16:26 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:26 DEBUG : dir: Looking for writers 2026/05/10 01:16:26 DEBUG : Looking for writers 2026/05/10 01:16:26 DEBUG : dir: reading active writers 2026/05/10 01:16:26 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:26 DEBUG : newLeaf: vfs cache: starting upload 2026/05/10 01:16:26 DEBUG : newLeaf.ab553a0e.partial: size = 25 OK 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf.ab553a0e.partial" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf.ab553a0e.partial 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf.ab553a0e.partial" 2026/05/10 01:16:26 DEBUG : dir: Looking for writers 2026/05/10 01:16:26 DEBUG : Looking for writers 2026/05/10 01:16:26 DEBUG : dir: reading active writers 2026/05/10 01:16:26 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/newLeaf.ab553a0e.partial 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:26 DEBUG : newLeaf.ab553a0e.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:26 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/10 01:16:26 DEBUG : newLeaf.ab553a0e.partial: renamed to: newLeaf 2026/05/10 01:16:26 INFO : newLeaf: Copied (replaced existing) 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:26 DEBUG : dir: Looking for writers 2026/05/10 01:16:26 DEBUG : Looking for writers 2026/05/10 01:16:26 DEBUG : dir: reading active writers 2026/05/10 01:16:26 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:26 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:26 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-10 01:16:25 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/10 01:16:26 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/10 01:16:26 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:26 DEBUG : >WaitForWriters: 2026/05/10 01:16:26 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:26 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:26 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/10 01:16:26 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:26 DEBUG : dir: Looking for writers 2026/05/10 01:16:26 DEBUG : Looking for writers 2026/05/10 01:16:26 DEBUG : dir: reading active writers 2026/05/10 01:16:26 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:26 DEBUG : >WaitForWriters: 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:26 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:26 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:26 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/10 01:16:26 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:26 DEBUG : dir/file1(0x2c36fdfa2a40): openPending: 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:26 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:26 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/10 01:16:26 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/10 01:16:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:26 DEBUG : dir/file1(0x2c36fdfa2a40): >openPending: err= 2026/05/10 01:16:26 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/10 01:16:26 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:26 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:26 DEBUG : dir/file1(0x2c36fdfa2a40): _writeAt: size=14, off=0 2026/05/10 01:16:26 DEBUG : dir/file1(0x2c36fdfa2a40): >_writeAt: n=14, err= 2026/05/10 01:16:26 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/10 01:16:26 DEBUG : dir/file1(0x2c36fdfa2a40): close: 2026/05/10 01:16:26 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/10 01:16:26 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/10 01:16:26 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:26 DEBUG : dir/file1(0x2c36fdfa2a40): >close: err= 2026/05/10 01:16:26 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:26 DEBUG : dir: Looking for writers 2026/05/10 01:16:26 DEBUG : file1: reading active writers 2026/05/10 01:16:26 DEBUG : Looking for writers 2026/05/10 01:16:26 DEBUG : dir: reading active writers 2026/05/10 01:16:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:26 DEBUG : dir: Looking for writers 2026/05/10 01:16:26 DEBUG : file1: reading active writers 2026/05/10 01:16:26 DEBUG : Looking for writers 2026/05/10 01:16:26 DEBUG : dir: reading active writers 2026/05/10 01:16:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:26 DEBUG : dir: Looking for writers 2026/05/10 01:16:26 DEBUG : file1: reading active writers 2026/05/10 01:16:26 DEBUG : Looking for writers 2026/05/10 01:16:26 DEBUG : dir: reading active writers 2026/05/10 01:16:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:27 DEBUG : dir: Looking for writers 2026/05/10 01:16:27 DEBUG : file1: reading active writers 2026/05/10 01:16:27 DEBUG : Looking for writers 2026/05/10 01:16:27 DEBUG : dir: reading active writers 2026/05/10 01:16:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:27 DEBUG : dir/file1: vfs cache: starting upload 2026/05/10 01:16:27 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1.ca338588.partial" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1.ca338588.partial 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1.ca338588.partial" 2026/05/10 01:16:27 DEBUG : dir: Looking for writers 2026/05/10 01:16:27 DEBUG : file1: reading active writers 2026/05/10 01:16:27 DEBUG : Looking for writers 2026/05/10 01:16:27 DEBUG : dir: reading active writers 2026/05/10 01:16:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1.ca338588.partial 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:27 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:27 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/10 01:16:27 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/10 01:16:27 INFO : dir/file1: Copied (replaced existing) 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:27 DEBUG : dir: Looking for writers 2026/05/10 01:16:27 DEBUG : file1: reading active writers 2026/05/10 01:16:27 DEBUG : Looking for writers 2026/05/10 01:16:27 DEBUG : dir: reading active writers 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:27 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/10 01:16:27 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/10 01:16:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:27 DEBUG : >WaitForWriters: 2026/05/10 01:16:27 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:27 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/10 01:16:27 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:27 DEBUG : dir/file1(0x2c36fe3ffd00): _readAt: size=512, off=0 2026/05/10 01:16:27 DEBUG : dir/file1(0x2c36fe3ffd00): openPending: 2026/05/10 01:16:27 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/10 01:16:27 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/10 01:16:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:27 DEBUG : dir/file1(0x2c36fe3ffd00): >openPending: err= 2026/05/10 01:16:27 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/10 01:16:27 DEBUG : dir/file1(0x2c36fe3ffd00): >_readAt: n=14, err=EOF 2026/05/10 01:16:27 DEBUG : dir/file1(0x2c36fe3ffd00): close: 2026/05/10 01:16:27 DEBUG : dir/file1(0x2c36fe3ffd00): >close: err= 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:27 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:27 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:27 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/10 01:16:27 DEBUG : newLeaf: Updating file with newLeaf 0x2c36fdfaab60 2026/05/10 01:16:27 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:27 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:27 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:27 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:27 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:27 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/10 01:16:27 DEBUG : dir/file1: Updating file with dir/file1 0x2c36fdfaab60 2026/05/10 01:16:27 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/10 01:16:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:27 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:28 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/10 01:16:28 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:28 DEBUG : dir/file1(0x2c36fdf03240): openPending: 2026/05/10 01:16:28 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/10 01:16:28 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/10 01:16:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:28 DEBUG : dir/file1(0x2c36fdf03240): >openPending: err= 2026/05/10 01:16:28 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/10 01:16:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:28 DEBUG : dir/file1(0x2c36fdf03240): _writeAt: size=25, off=0 2026/05/10 01:16:28 DEBUG : dir/file1(0x2c36fdf03240): >_writeAt: n=25, err= 2026/05/10 01:16:28 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:28 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:28 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/10 01:16:28 DEBUG : newLeaf: Updating file with newLeaf 0x2c36fdfaab60 2026/05/10 01:16:28 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:28 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:28 DEBUG : newLeaf(0x2c36fdf03240): close: 2026/05/10 01:16:28 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/10 01:16:28 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-10 01:16:28.085544434 +0000 UTC m=+21.043395561 2026/05/10 01:16:28 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:28 DEBUG : newLeaf(0x2c36fdf03240): >close: err= 2026/05/10 01:16:28 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:28 DEBUG : dir: Looking for writers 2026/05/10 01:16:28 DEBUG : Looking for writers 2026/05/10 01:16:28 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:28 DEBUG : dir: reading active writers 2026/05/10 01:16:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:28 DEBUG : dir: Looking for writers 2026/05/10 01:16:28 DEBUG : Looking for writers 2026/05/10 01:16:28 DEBUG : dir: reading active writers 2026/05/10 01:16:28 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:28 DEBUG : dir: Looking for writers 2026/05/10 01:16:28 DEBUG : Looking for writers 2026/05/10 01:16:28 DEBUG : dir: reading active writers 2026/05/10 01:16:28 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:28 DEBUG : dir: Looking for writers 2026/05/10 01:16:28 DEBUG : Looking for writers 2026/05/10 01:16:28 DEBUG : dir: reading active writers 2026/05/10 01:16:28 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:28 DEBUG : newLeaf: vfs cache: starting upload 2026/05/10 01:16:28 DEBUG : newLeaf.9642708c.partial: size = 25 OK 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf.9642708c.partial" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf.9642708c.partial 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf.9642708c.partial" 2026/05/10 01:16:28 DEBUG : dir: Looking for writers 2026/05/10 01:16:28 DEBUG : Looking for writers 2026/05/10 01:16:28 DEBUG : dir: reading active writers 2026/05/10 01:16:28 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/newLeaf.9642708c.partial 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:28 DEBUG : newLeaf.9642708c.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:28 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/10 01:16:28 DEBUG : newLeaf.9642708c.partial: renamed to: newLeaf 2026/05/10 01:16:28 INFO : newLeaf: Copied (replaced existing) 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:28 DEBUG : dir: Looking for writers 2026/05/10 01:16:28 DEBUG : Looking for writers 2026/05/10 01:16:28 DEBUG : dir: reading active writers 2026/05/10 01:16:28 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:28 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:28 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-10 01:16:28 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/10 01:16:28 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/10 01:16:28 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:28 DEBUG : >WaitForWriters: 2026/05/10 01:16:28 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:28 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:28 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/10 01:16:28 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:28 DEBUG : dir: Looking for writers 2026/05/10 01:16:28 DEBUG : Looking for writers 2026/05/10 01:16:28 DEBUG : dir: reading active writers 2026/05/10 01:16:28 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:28 DEBUG : >WaitForWriters: 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:28 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:28 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:28 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:28 DEBUG : dir: Looking for writers 2026/05/10 01:16:28 DEBUG : file1: reading active writers 2026/05/10 01:16:28 DEBUG : Looking for writers 2026/05/10 01:16:28 DEBUG : dir: reading active writers 2026/05/10 01:16:28 DEBUG : >WaitForWriters: 2026/05/10 01:16:28 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:28 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:28 DEBUG : dir/file1(0x2c36fddf02c0): _readAt: size=512, off=0 2026/05/10 01:16:28 DEBUG : dir/file1(0x2c36fddf02c0): openPending: 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:28 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:29 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/10 01:16:29 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/10 01:16:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:29 DEBUG : dir/file1(0x2c36fddf02c0): >openPending: err= 2026/05/10 01:16:29 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/10 01:16:29 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:29 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:29 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:29 DEBUG : dir/file1(0x2c36fddf02c0): >_readAt: n=14, err=EOF 2026/05/10 01:16:29 DEBUG : dir/file1(0x2c36fddf02c0): close: 2026/05/10 01:16:29 DEBUG : dir/file1(0x2c36fddf02c0): >close: err= 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:29 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:29 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:29 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/10 01:16:29 DEBUG : newLeaf: Updating file with newLeaf 0x2c36fe046410 2026/05/10 01:16:29 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:29 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:29 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:29 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:29 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:29 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/10 01:16:29 DEBUG : dir/file1: Updating file with dir/file1 0x2c36fe046410 2026/05/10 01:16:29 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/10 01:16:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:29 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/10 01:16:29 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:29 DEBUG : dir/file1(0x2c36fdc4ae40): openPending: 2026/05/10 01:16:29 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/10 01:16:29 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/10 01:16:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:29 DEBUG : dir/file1(0x2c36fdc4ae40): >openPending: err= 2026/05/10 01:16:29 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/10 01:16:29 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:29 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:29 DEBUG : dir/file1(0x2c36fdc4ae40): _writeAt: size=25, off=0 2026/05/10 01:16:29 DEBUG : dir/file1(0x2c36fdc4ae40): >_writeAt: n=25, err= 2026/05/10 01:16:29 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:29 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:29 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:29 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/10 01:16:29 DEBUG : newLeaf: Updating file with newLeaf 0x2c36fe046410 2026/05/10 01:16:29 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:29 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:29 DEBUG : newLeaf(0x2c36fdc4ae40): close: 2026/05/10 01:16:29 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/10 01:16:29 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-10 01:16:29.826156629 +0000 UTC m=+22.784007726 2026/05/10 01:16:29 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:29 DEBUG : newLeaf(0x2c36fdc4ae40): >close: err= 2026/05/10 01:16:29 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:29 DEBUG : dir: Looking for writers 2026/05/10 01:16:29 DEBUG : Looking for writers 2026/05/10 01:16:29 DEBUG : dir: reading active writers 2026/05/10 01:16:29 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:29 DEBUG : dir: Looking for writers 2026/05/10 01:16:29 DEBUG : Looking for writers 2026/05/10 01:16:29 DEBUG : dir: reading active writers 2026/05/10 01:16:29 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:29 DEBUG : dir: Looking for writers 2026/05/10 01:16:29 DEBUG : Looking for writers 2026/05/10 01:16:29 DEBUG : dir: reading active writers 2026/05/10 01:16:29 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:29 DEBUG : dir: Looking for writers 2026/05/10 01:16:29 DEBUG : Looking for writers 2026/05/10 01:16:29 DEBUG : dir: reading active writers 2026/05/10 01:16:29 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:30 DEBUG : newLeaf: vfs cache: starting upload 2026/05/10 01:16:30 DEBUG : newLeaf.fdef977d.partial: size = 25 OK 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf.fdef977d.partial" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf.fdef977d.partial 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf.fdef977d.partial" 2026/05/10 01:16:30 DEBUG : dir: Looking for writers 2026/05/10 01:16:30 DEBUG : Looking for writers 2026/05/10 01:16:30 DEBUG : dir: reading active writers 2026/05/10 01:16:30 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/newLeaf.fdef977d.partial 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:30 DEBUG : newLeaf.fdef977d.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:30 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/10 01:16:30 DEBUG : newLeaf.fdef977d.partial: renamed to: newLeaf 2026/05/10 01:16:30 INFO : newLeaf: Copied (replaced existing) 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:30 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:30 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-10 01:16:29 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/10 01:16:30 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/10 01:16:30 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/10 01:16:30 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/10 01:16:30 DEBUG : dir: Looking for writers 2026/05/10 01:16:30 DEBUG : Looking for writers 2026/05/10 01:16:30 DEBUG : dir: reading active writers 2026/05/10 01:16:30 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:30 DEBUG : >WaitForWriters: 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:30 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/newLeaf" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gaqiyay1guto/newLeaf 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:30 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/10 01:16:30 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:30 DEBUG : dir: Looking for writers 2026/05/10 01:16:30 DEBUG : Looking for writers 2026/05/10 01:16:30 DEBUG : dir: reading active writers 2026/05/10 01:16:30 DEBUG : newLeaf: reading active writers 2026/05/10 01:16:30 DEBUG : >WaitForWriters: 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestFileRename (9.83s) --- PASS: TestFileRename/off,forceCache=false (1.19s) --- PASS: TestFileRename/minimal,forceCache=false (1.12s) --- PASS: TestFileRename/minimal,forceCache=true (2.10s) --- PASS: TestFileRename/writes,forceCache=false (1.57s) --- PASS: TestFileRename/writes,forceCache=true (2.11s) --- PASS: TestFileRename/full,forceCache=false (1.72s) === 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-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:30 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:30 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:30 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:30 DEBUG : Looking for writers 2026/05/10 01:16:30 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-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:30 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:30 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:30 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/10 01:16:30 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:30 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:30 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/10 01:16:30 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/10 01:16:30 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:30 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:30 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:30 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:30 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:30 DEBUG : dir: Looking for writers 2026/05/10 01:16:30 DEBUG : file1: reading active writers 2026/05/10 01:16:30 DEBUG : Looking for writers 2026/05/10 01:16:30 DEBUG : dir: reading active writers 2026/05/10 01:16:30 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.31s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:30 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:30 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:30 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:30 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/10 01:16:30 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:30 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:30 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/10 01:16:30 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/10 01:16:30 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:30 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:30 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/10 01:16:30 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/10 01:16:30 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/10 01:16:30 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/10 01:16:30 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/10 01:16:30 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/10 01:16:30 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/10 01:16:30 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/10 01:16:30 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/10 01:16:30 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/10 01:16:30 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/10 01:16:31 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:31 DEBUG : dir: Looking for writers 2026/05/10 01:16:31 DEBUG : file1: reading active writers 2026/05/10 01:16:31 DEBUG : Looking for writers 2026/05/10 01:16:31 DEBUG : dir: reading active writers 2026/05/10 01:16:31 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.29s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:31 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:31 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/10 01:16:31 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:31 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:31 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/10 01:16:31 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/10 01:16:31 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/10 01:16:31 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/10 01:16:31 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/10 01:16:31 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/10 01:16:31 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/10 01:16:31 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/10 01:16:31 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/10 01:16:31 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/10 01:16:31 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/10 01:16:31 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/10 01:16:31 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/10 01:16:31 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/10 01:16:31 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/10 01:16:31 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:31 DEBUG : dir: Looking for writers 2026/05/10 01:16:31 DEBUG : file1: reading active writers 2026/05/10 01:16:31 DEBUG : Looking for writers 2026/05/10 01:16:31 DEBUG : dir: reading active writers 2026/05/10 01:16:31 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:31 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:31 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/10 01:16:31 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:31 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:31 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/10 01:16:31 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:31 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:31 DEBUG : dir: Looking for writers 2026/05/10 01:16:31 DEBUG : file1: reading active writers 2026/05/10 01:16:31 DEBUG : Looking for writers 2026/05/10 01:16:31 DEBUG : dir: reading active writers 2026/05/10 01:16:31 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:31 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:31 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/10 01:16:31 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:31 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:31 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/10 01:16:31 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:31 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:31 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:32 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/10 01:16:32 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:32 DEBUG : dir: Looking for writers 2026/05/10 01:16:32 DEBUG : file1: reading active writers 2026/05/10 01:16:32 DEBUG : Looking for writers 2026/05/10 01:16:32 DEBUG : dir: reading active writers 2026/05/10 01:16:32 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.31s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:32 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:32 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/10 01:16:32 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:32 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:32 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:32 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:32 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:32 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4280): _readAt: size=1, off=0 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4280): openPending: 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:32 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/10 01:16:32 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/10 01:16:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4280): >openPending: err= 2026/05/10 01:16:32 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/10 01:16:32 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:32 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:32 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4280): >_readAt: n=1, err= 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4280): _readAt: size=256, off=1 2026/05/10 01:16:32 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4280): >_readAt: n=15, err=EOF 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4280): _readAt: size=16, off=16 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4280): >_readAt: n=0, err=EOF 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4280): close: 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4280): >close: err= 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4280): close: 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4280): >close: err=file already closed 2026/05/10 01:16:32 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:32 DEBUG : dir: Looking for writers 2026/05/10 01:16:32 DEBUG : file1: reading active writers 2026/05/10 01:16:32 DEBUG : Looking for writers 2026/05/10 01:16:32 DEBUG : dir: reading active writers 2026/05/10 01:16:32 DEBUG : >WaitForWriters: 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.32s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:32 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:32 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/10 01:16:32 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:32 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:32 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:32 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:32 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:32 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4f80): _readAt: size=1, off=0 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4f80): openPending: 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:32 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/10 01:16:32 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/10 01:16:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4f80): >openPending: err= 2026/05/10 01:16:32 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/10 01:16:32 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:32 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:32 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4f80): >_readAt: n=1, err= 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4f80): _readAt: size=1, off=5 2026/05/10 01:16:32 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4f80): >_readAt: n=1, err= 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4f80): _readAt: size=1, off=3 2026/05/10 01:16:32 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4f80): >_readAt: n=1, err= 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4f80): _readAt: size=1, off=13 2026/05/10 01:16:32 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4f80): >_readAt: n=1, err= 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4f80): _readAt: size=16, off=100 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4f80): >_readAt: n=0, err=EOF 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4f80): close: 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fddf4f80): >close: err= 2026/05/10 01:16:32 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:32 DEBUG : dir: Looking for writers 2026/05/10 01:16:32 DEBUG : file1: reading active writers 2026/05/10 01:16:32 DEBUG : Looking for writers 2026/05/10 01:16:32 DEBUG : dir: reading active writers 2026/05/10 01:16:32 DEBUG : >WaitForWriters: 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.32s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:32 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:32 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:32 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/10 01:16:32 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:32 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:32 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:32 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:32 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:32 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): _readAt: size=1, off=0 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): openPending: 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:32 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/10 01:16:32 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/10 01:16:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): >openPending: err= 2026/05/10 01:16:32 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/10 01:16:32 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:32 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:32 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): >_readAt: n=1, err= 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): _readAt: size=1, off=5 2026/05/10 01:16:32 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): >_readAt: n=1, err= 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): _readAt: size=1, off=1 2026/05/10 01:16:32 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): >_readAt: n=1, err= 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): _readAt: size=6, off=10 2026/05/10 01:16:32 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): >_readAt: n=6, err= 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): _readAt: size=256, off=10 2026/05/10 01:16:32 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): >_readAt: n=6, err=EOF 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): _readAt: size=256, off=100 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): >_readAt: n=0, err=EOF 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): close: 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): >close: err= 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): _readAt: size=256, off=100 2026/05/10 01:16:32 DEBUG : dir/file1(0x2c36fdcd4bc0): >_readAt: n=0, err=file already closed 2026/05/10 01:16:32 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:32 DEBUG : dir: Looking for writers 2026/05/10 01:16:32 DEBUG : file1: reading active writers 2026/05/10 01:16:32 DEBUG : Looking for writers 2026/05/10 01:16:32 DEBUG : dir: reading active writers 2026/05/10 01:16:32 DEBUG : >WaitForWriters: 2026/05/10 01:16:32 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.32s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:33 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:33 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/10 01:16:33 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:33 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:33 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:33 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:33 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:33 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fddf5b00): RWFileHandle.Flush 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fddf5b00): _readAt: size=256, off=0 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fddf5b00): openPending: 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:33 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/10 01:16:33 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/10 01:16:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fddf5b00): >openPending: err= 2026/05/10 01:16:33 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/10 01:16:33 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:33 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:33 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fddf5b00): >_readAt: n=16, err=EOF 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fddf5b00): RWFileHandle.Flush 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fddf5b00): RWFileHandle.Flush 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fddf5b00): close: 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fddf5b00): >close: err= 2026/05/10 01:16:33 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:33 DEBUG : dir: Looking for writers 2026/05/10 01:16:33 DEBUG : file1: reading active writers 2026/05/10 01:16:33 DEBUG : Looking for writers 2026/05/10 01:16:33 DEBUG : dir: reading active writers 2026/05/10 01:16:33 DEBUG : >WaitForWriters: 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.32s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:33 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:33 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/10 01:16:33 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:33 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/10 01:16:33 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:33 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:33 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:33 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fe03ef00): _readAt: size=256, off=0 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fe03ef00): openPending: 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:33 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/10 01:16:33 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/10 01:16:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fe03ef00): >openPending: err= 2026/05/10 01:16:33 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/10 01:16:33 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:33 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:33 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fe03ef00): >_readAt: n=16, err=EOF 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fe03ef00): RWFileHandle.Release 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fe03ef00): close: 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fe03ef00): >close: err= 2026/05/10 01:16:33 DEBUG : dir/file1(0x2c36fe03ef00): RWFileHandle.Release 2026/05/10 01:16:33 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:33 DEBUG : dir: Looking for writers 2026/05/10 01:16:33 DEBUG : file1: reading active writers 2026/05/10 01:16:33 DEBUG : Looking for writers 2026/05/10 01:16:33 DEBUG : dir: reading active writers 2026/05/10 01:16:33 DEBUG : >WaitForWriters: 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.32s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:33 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:33 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:33 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:33 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:33 DEBUG : file1: newRWFileHandle: 2026/05/10 01:16:33 DEBUG : file1(0x2c36fdcd4080): openPending: 2026/05/10 01:16:33 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:33 DEBUG : file1(0x2c36fdcd4080): >openPending: err= 2026/05/10 01:16:33 DEBUG : file1: >newRWFileHandle: err= 2026/05/10 01:16:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:33 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/10 01:16:33 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/10 01:16:33 DEBUG : file1(0x2c36fdcd4080): _writeAt: size=5, off=0 2026/05/10 01:16:33 DEBUG : file1(0x2c36fdcd4080): >_writeAt: n=5, err= 2026/05/10 01:16:33 DEBUG : file1(0x2c36fdcd4080): _writeAt: size=7, off=5 2026/05/10 01:16:33 DEBUG : file1(0x2c36fdcd4080): >_writeAt: n=7, err= 2026/05/10 01:16:33 DEBUG : file1: vfs cache: truncate to size=11 2026/05/10 01:16:33 DEBUG : file1(0x2c36fdcd4080): close: 2026/05/10 01:16:33 DEBUG : file1: vfs cache: setting modification time to 2026-05-10 01:16:33.645214112 +0000 UTC m=+26.603065208 2026/05/10 01:16:33 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:33 DEBUG : file1(0x2c36fdcd4080): >close: err= 2026/05/10 01:16:33 DEBUG : file1(0x2c36fdcd4080): close: 2026/05/10 01:16:33 DEBUG : file1(0x2c36fdcd4080): >close: err=file already closed 2026/05/10 01:16:33 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:33 DEBUG : Looking for writers 2026/05/10 01:16:33 DEBUG : file1: reading active writers 2026/05/10 01:16:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:33 DEBUG : Looking for writers 2026/05/10 01:16:33 DEBUG : file1: reading active writers 2026/05/10 01:16:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:33 DEBUG : Looking for writers 2026/05/10 01:16:33 DEBUG : file1: reading active writers 2026/05/10 01:16:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:33 DEBUG : Looking for writers 2026/05/10 01:16:33 DEBUG : file1: reading active writers 2026/05/10 01:16:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:33 DEBUG : file1: vfs cache: starting upload 2026/05/10 01:16:33 DEBUG : file1.21306b36.partial: size = 11 OK 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1.21306b36.partial" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1.21306b36.partial 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1.21306b36.partial" 2026/05/10 01:16:33 DEBUG : Looking for writers 2026/05/10 01:16:33 DEBUG : file1: reading active writers 2026/05/10 01:16:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gaqiyay1guto/file1.21306b36.partial 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:33 DEBUG : file1.21306b36.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/10 01:16:33 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/10 01:16:33 DEBUG : file1.21306b36.partial: renamed to: file1 2026/05/10 01:16:33 INFO : file1: Copied (new) 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:33 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/10 01:16:33 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-10 01:16:33 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/10 01:16:33 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/10 01:16:33 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:33 INFO : file1: vfs cache: upload succeeded try #1 2026/05/10 01:16:33 DEBUG : Looking for writers 2026/05/10 01:16:33 DEBUG : file1: reading active writers 2026/05/10 01:16:33 DEBUG : >WaitForWriters: 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:33 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:34 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:34 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/10 01:16:34 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:34 DEBUG : Looking for writers 2026/05/10 01:16:34 DEBUG : file1: reading active writers 2026/05/10 01:16:34 DEBUG : >WaitForWriters: 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.53s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:34 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:34 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:34 DEBUG : file1: newRWFileHandle: 2026/05/10 01:16:34 DEBUG : file1(0x2c36fd7fe500): openPending: 2026/05/10 01:16:34 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:34 DEBUG : file1(0x2c36fd7fe500): >openPending: err= 2026/05/10 01:16:34 DEBUG : file1: >newRWFileHandle: err= 2026/05/10 01:16:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:34 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/10 01:16:34 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/10 01:16:34 DEBUG : file1(0x2c36fd7fe500): _writeAt: size=7, off=0 2026/05/10 01:16:34 DEBUG : file1(0x2c36fd7fe500): >_writeAt: n=7, err= 2026/05/10 01:16:34 DEBUG : file1(0x2c36fd7fe500): _writeAt: size=6, off=5 2026/05/10 01:16:34 DEBUG : file1(0x2c36fd7fe500): >_writeAt: n=6, err= 2026/05/10 01:16:34 DEBUG : file1(0x2c36fd7fe500): close: 2026/05/10 01:16:34 DEBUG : file1: vfs cache: setting modification time to 2026-05-10 01:16:34.172770989 +0000 UTC m=+27.130622085 2026/05/10 01:16:34 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:34 DEBUG : file1(0x2c36fd7fe500): >close: err= 2026/05/10 01:16:34 DEBUG : file1(0x2c36fd7fe500): _writeAt: size=5, off=0 2026/05/10 01:16:34 DEBUG : file1(0x2c36fd7fe500): >_writeAt: n=0, err=file already closed 2026/05/10 01:16:34 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:34 DEBUG : Looking for writers 2026/05/10 01:16:34 DEBUG : file1: reading active writers 2026/05/10 01:16:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:34 DEBUG : Looking for writers 2026/05/10 01:16:34 DEBUG : file1: reading active writers 2026/05/10 01:16:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:34 DEBUG : Looking for writers 2026/05/10 01:16:34 DEBUG : file1: reading active writers 2026/05/10 01:16:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:34 DEBUG : Looking for writers 2026/05/10 01:16:34 DEBUG : file1: reading active writers 2026/05/10 01:16:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:34 DEBUG : file1: vfs cache: starting upload 2026/05/10 01:16:34 DEBUG : file1.6d792f4b.partial: size = 11 OK 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1.6d792f4b.partial" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1.6d792f4b.partial 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1.6d792f4b.partial" 2026/05/10 01:16:34 DEBUG : Looking for writers 2026/05/10 01:16:34 DEBUG : file1: reading active writers 2026/05/10 01:16:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gaqiyay1guto/file1.6d792f4b.partial 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:34 DEBUG : file1.6d792f4b.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/10 01:16:34 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/10 01:16:34 DEBUG : file1.6d792f4b.partial: renamed to: file1 2026/05/10 01:16:34 INFO : file1: Copied (new) 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:34 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/10 01:16:34 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-10 01:16:34 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/10 01:16:34 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/10 01:16:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:34 INFO : file1: vfs cache: upload succeeded try #1 2026/05/10 01:16:34 DEBUG : Looking for writers 2026/05/10 01:16:34 DEBUG : file1: reading active writers 2026/05/10 01:16:34 DEBUG : >WaitForWriters: 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:34 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:34 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/10 01:16:34 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:34 DEBUG : Looking for writers 2026/05/10 01:16:34 DEBUG : file1: reading active writers 2026/05/10 01:16:34 DEBUG : >WaitForWriters: 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.53s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:34 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:34 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:34 DEBUG : file1: newRWFileHandle: 2026/05/10 01:16:34 DEBUG : file1(0x2c36fdeeb000): openPending: 2026/05/10 01:16:34 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:34 DEBUG : file1(0x2c36fdeeb000): >openPending: err= 2026/05/10 01:16:34 DEBUG : file1: >newRWFileHandle: err= 2026/05/10 01:16:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:34 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/10 01:16:34 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/10 01:16:34 DEBUG : file1(0x2c36fdeeb000): close: 2026/05/10 01:16:34 DEBUG : file1: vfs cache: setting modification time to 2026-05-10 01:16:34.703988003 +0000 UTC m=+27.661839099 2026/05/10 01:16:34 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:34 DEBUG : file1(0x2c36fdeeb000): >close: err= 2026/05/10 01:16:34 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/10 01:16:34 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/10 01:16:34 DEBUG : file2: newRWFileHandle: 2026/05/10 01:16:34 DEBUG : file2(0x2c36fdeeb480): openPending: 2026/05/10 01:16:34 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:34 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/10 01:16:34 DEBUG : file2(0x2c36fdeeb480): >openPending: err= 2026/05/10 01:16:34 DEBUG : file2: >newRWFileHandle: err= 2026/05/10 01:16:34 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/10 01:16:34 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/10 01:16:34 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/10 01:16:34 DEBUG : file2(0x2c36fdeeb480): RWFileHandle.Flush 2026/05/10 01:16:34 DEBUG : file2(0x2c36fdeeb480): RWFileHandle.Release 2026/05/10 01:16:34 DEBUG : file2(0x2c36fdeeb480): close: 2026/05/10 01:16:34 DEBUG : file2: vfs cache: setting modification time to 2026-05-10 01:16:34.704971755 +0000 UTC m=+27.662822871 2026/05/10 01:16:34 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:34 DEBUG : file2(0x2c36fdeeb480): >close: err= 2026/05/10 01:16:34 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:34 DEBUG : Looking for writers 2026/05/10 01:16:34 DEBUG : file2: reading active writers 2026/05/10 01:16:34 DEBUG : file1: reading active writers 2026/05/10 01:16:34 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/10 01:16:34 DEBUG : Looking for writers 2026/05/10 01:16:34 DEBUG : file1: reading active writers 2026/05/10 01:16:34 DEBUG : file2: reading active writers 2026/05/10 01:16:34 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/10 01:16:34 DEBUG : Looking for writers 2026/05/10 01:16:34 DEBUG : file1: reading active writers 2026/05/10 01:16:34 DEBUG : file2: reading active writers 2026/05/10 01:16:34 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/10 01:16:34 DEBUG : Looking for writers 2026/05/10 01:16:34 DEBUG : file1: reading active writers 2026/05/10 01:16:34 DEBUG : file2: reading active writers 2026/05/10 01:16:34 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/10 01:16:34 DEBUG : file1: vfs cache: starting upload 2026/05/10 01:16:34 DEBUG : file2: vfs cache: starting upload 2026/05/10 01:16:34 DEBUG : file1.72743d1d.partial: size = 0 OK 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1.72743d1d.partial" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1.72743d1d.partial 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1.72743d1d.partial" 2026/05/10 01:16:34 DEBUG : file2.9d664df3.partial: size = 0 OK 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file2.9d664df3.partial" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file2.9d664df3.partial 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file2.9d664df3.partial" 2026/05/10 01:16:34 DEBUG : Looking for writers 2026/05/10 01:16:34 DEBUG : file1: reading active writers 2026/05/10 01:16:34 DEBUG : file2: reading active writers 2026/05/10 01:16:34 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gaqiyay1guto/file1.72743d1d.partial 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:34 DEBUG : file1.72743d1d.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/10 01:16:34 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/10 01:16:34 DEBUG : file1.72743d1d.partial: renamed to: file1 2026/05/10 01:16:34 INFO : file1: Copied (new) 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gaqiyay1guto/file2.9d664df3.partial 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:34 DEBUG : file2.9d664df3.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/10 01:16:34 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/10 01:16:34 DEBUG : file2.9d664df3.partial: renamed to: file2 2026/05/10 01:16:34 INFO : file2: Copied (new) 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file2" 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file2 2026/05/10 01:16:34 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file2" 2026/05/10 01:16:35 DEBUG : Looking for writers 2026/05/10 01:16:35 DEBUG : file1: reading active writers 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:35 DEBUG : file2: reading active writers 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:35 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/10 01:16:35 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-10 01:16:34 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/10 01:16:35 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/10 01:16:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:35 INFO : file1: vfs cache: upload succeeded try #1 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gaqiyay1guto/file2 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:35 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/10 01:16:35 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-10 01:16:34 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/10 01:16:35 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/10 01:16:35 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/10 01:16:35 DEBUG : >WaitForWriters: 2026/05/10 01:16:35 INFO : file2: vfs cache: upload succeeded try #1 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:35 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:35 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file2" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file2 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file2" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gaqiyay1guto/file2 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:35 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file2" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/file2 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/file2" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-gaqiyay1guto/file2 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:35 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/10 01:16:35 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:35 DEBUG : Looking for writers 2026/05/10 01:16:35 DEBUG : file1: reading active writers 2026/05/10 01:16:35 DEBUG : file2: reading active writers 2026/05/10 01:16:35 DEBUG : >WaitForWriters: 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.75s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:35 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:35 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:35 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:35 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:35 DEBUG : file1: newRWFileHandle: 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d2800): openPending: 2026/05/10 01:16:35 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d2800): >openPending: err= 2026/05/10 01:16:35 DEBUG : file1: >newRWFileHandle: err= 2026/05/10 01:16:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:35 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/10 01:16:35 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d2800): _writeAt: size=5, off=0 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d2800): >_writeAt: n=5, err= 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d2800): RWFileHandle.Flush 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d2800): RWFileHandle.Flush 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d2800): close: 2026/05/10 01:16:35 DEBUG : file1: vfs cache: setting modification time to 2026-05-10 01:16:35.450273811 +0000 UTC m=+28.408124936 2026/05/10 01:16:35 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d2800): >close: err= 2026/05/10 01:16:35 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:35 DEBUG : Looking for writers 2026/05/10 01:16:35 DEBUG : file1: reading active writers 2026/05/10 01:16:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:35 DEBUG : Looking for writers 2026/05/10 01:16:35 DEBUG : file1: reading active writers 2026/05/10 01:16:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:35 DEBUG : Looking for writers 2026/05/10 01:16:35 DEBUG : file1: reading active writers 2026/05/10 01:16:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:35 DEBUG : Looking for writers 2026/05/10 01:16:35 DEBUG : file1: reading active writers 2026/05/10 01:16:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:35 DEBUG : file1: vfs cache: starting upload 2026/05/10 01:16:35 DEBUG : file1.df9229e0.partial: size = 5 OK 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1.df9229e0.partial" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1.df9229e0.partial 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1.df9229e0.partial" 2026/05/10 01:16:35 DEBUG : Looking for writers 2026/05/10 01:16:35 DEBUG : file1: reading active writers 2026/05/10 01:16:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/file1.df9229e0.partial 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:35 DEBUG : file1.df9229e0.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:35 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/10 01:16:35 DEBUG : file1.df9229e0.partial: renamed to: file1 2026/05/10 01:16:35 INFO : file1: Copied (new) 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:35 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:35 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-10 01:16:35 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/10 01:16:35 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/10 01:16:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:35 INFO : file1: vfs cache: upload succeeded try #1 2026/05/10 01:16:35 DEBUG : Looking for writers 2026/05/10 01:16:35 DEBUG : file1: reading active writers 2026/05/10 01:16:35 DEBUG : >WaitForWriters: 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:35 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:35 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:35 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:35 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:35 DEBUG : file1: newRWFileHandle: 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d3780): openPending: 2026/05/10 01:16:35 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d3780): >openPending: err= 2026/05/10 01:16:35 DEBUG : file1: >newRWFileHandle: err= 2026/05/10 01:16:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:35 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/10 01:16:35 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d3780): _writeAt: size=5, off=0 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d3780): >_writeAt: n=5, err= 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d3780): RWFileHandle.Release 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d3780): close: 2026/05/10 01:16:35 DEBUG : file1: vfs cache: setting modification time to 2026-05-10 01:16:35.772366422 +0000 UTC m=+28.730217508 2026/05/10 01:16:35 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d3780): >close: err= 2026/05/10 01:16:35 DEBUG : file1(0x2c36fd9d3780): RWFileHandle.Release 2026/05/10 01:16:35 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:35 DEBUG : Looking for writers 2026/05/10 01:16:35 DEBUG : file1: reading active writers 2026/05/10 01:16:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:35 DEBUG : Looking for writers 2026/05/10 01:16:35 DEBUG : file1: reading active writers 2026/05/10 01:16:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:35 DEBUG : Looking for writers 2026/05/10 01:16:35 DEBUG : file1: reading active writers 2026/05/10 01:16:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:35 DEBUG : Looking for writers 2026/05/10 01:16:35 DEBUG : file1: reading active writers 2026/05/10 01:16:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:35 DEBUG : file1: vfs cache: starting upload 2026/05/10 01:16:35 DEBUG : file1.4ada7d13.partial: size = 5 OK 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1.4ada7d13.partial" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1.4ada7d13.partial 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1.4ada7d13.partial" 2026/05/10 01:16:35 DEBUG : Looking for writers 2026/05/10 01:16:35 DEBUG : file1: reading active writers 2026/05/10 01:16:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/file1.4ada7d13.partial 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:35 DEBUG : file1.4ada7d13.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:35 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/10 01:16:35 DEBUG : file1.4ada7d13.partial: renamed to: file1 2026/05/10 01:16:35 INFO : file1: Copied (new) 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:35 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:36 DEBUG : Looking for writers 2026/05/10 01:16:36 DEBUG : file1: reading active writers 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:36 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:36 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-10 01:16:35 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/10 01:16:36 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/10 01:16:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:36 DEBUG : >WaitForWriters: 2026/05/10 01:16:36 INFO : file1: vfs cache: upload succeeded try #1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.33s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:36 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:36 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/10 01:16:36 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/10 01:16:36 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/10 01:16:36 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:36 DEBUG : dir/file1(0x2c36fde28300): openPending: 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/10 01:16:36 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/10 01:16:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:36 DEBUG : dir/file1(0x2c36fde28300): >openPending: err= 2026/05/10 01:16:36 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/10 01:16:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/10 01:16:36 DEBUG : dir/file1(0x2c36fde28300): _writeAt: size=5, off=0 2026/05/10 01:16:36 DEBUG : dir/file1(0x2c36fde28300): >_writeAt: n=5, err= 2026/05/10 01:16:36 DEBUG : dir/file1(0x2c36fde28300): close: 2026/05/10 01:16:36 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:36 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-10 01:16:36.428628378 +0000 UTC m=+29.386479494 2026/05/10 01:16:36 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:36 DEBUG : dir/file1(0x2c36fde28300): >close: err= 2026/05/10 01:16:36 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:36 DEBUG : dir: Looking for writers 2026/05/10 01:16:36 DEBUG : file1: reading active writers 2026/05/10 01:16:36 DEBUG : Looking for writers 2026/05/10 01:16:36 DEBUG : dir: reading active writers 2026/05/10 01:16:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:36 DEBUG : dir: Looking for writers 2026/05/10 01:16:36 DEBUG : file1: reading active writers 2026/05/10 01:16:36 DEBUG : Looking for writers 2026/05/10 01:16:36 DEBUG : dir: reading active writers 2026/05/10 01:16:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:36 DEBUG : dir: Looking for writers 2026/05/10 01:16:36 DEBUG : file1: reading active writers 2026/05/10 01:16:36 DEBUG : Looking for writers 2026/05/10 01:16:36 DEBUG : dir: reading active writers 2026/05/10 01:16:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:36 DEBUG : dir: Looking for writers 2026/05/10 01:16:36 DEBUG : file1: reading active writers 2026/05/10 01:16:36 DEBUG : Looking for writers 2026/05/10 01:16:36 DEBUG : dir: reading active writers 2026/05/10 01:16:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:36 DEBUG : dir/file1: vfs cache: starting upload 2026/05/10 01:16:36 DEBUG : dir/file1.ed879aae.partial: size = 5 OK 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1.ed879aae.partial" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1.ed879aae.partial 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1.ed879aae.partial" 2026/05/10 01:16:36 DEBUG : dir: Looking for writers 2026/05/10 01:16:36 DEBUG : file1: reading active writers 2026/05/10 01:16:36 DEBUG : Looking for writers 2026/05/10 01:16:36 DEBUG : dir: reading active writers 2026/05/10 01:16:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/dir/file1.ed879aae.partial 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:36 DEBUG : dir/file1.ed879aae.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:36 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/10 01:16:36 DEBUG : dir/file1.ed879aae.partial: renamed to: dir/file1 2026/05/10 01:16:36 INFO : dir/file1: Copied (replaced existing) 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:36 DEBUG : dir: Looking for writers 2026/05/10 01:16:36 DEBUG : file1: reading active writers 2026/05/10 01:16:36 DEBUG : Looking for writers 2026/05/10 01:16:36 DEBUG : dir: reading active writers 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:36 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:36 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-10 01:16:36 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/10 01:16:36 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/10 01:16:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:36 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/10 01:16:36 DEBUG : >WaitForWriters: 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.65s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:36 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:36 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/10 01:16:36 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:36 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:36 DEBUG : dir/file1: newRWFileHandle: 2026/05/10 01:16:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/10 01:16:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/10 01:16:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/10 01:16:36 DEBUG : dir/file1(0x2c36fddf0b00): _writeAt: size=5, off=0 2026/05/10 01:16:36 DEBUG : dir/file1(0x2c36fddf0b00): openPending: 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:36 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:37 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/10 01:16:37 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/10 01:16:37 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/10 01:16:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:37 DEBUG : dir/file1(0x2c36fddf0b00): >openPending: err= 2026/05/10 01:16:37 DEBUG : dir/file1(0x2c36fddf0b00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : dir/file1(0x2c36fddf0b00): _writeAt: size=15, off=5 2026/05/10 01:16:37 DEBUG : dir/file1(0x2c36fddf0b00): >_writeAt: n=15, err= 2026/05/10 01:16:37 DEBUG : dir/file1(0x2c36fddf0b00): close: 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/10 01:16:37 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-10 01:16:37.052238235 +0000 UTC m=+30.010089321 2026/05/10 01:16:37 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : dir/file1(0x2c36fddf0b00): >close: err= 2026/05/10 01:16:37 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:37 DEBUG : dir: Looking for writers 2026/05/10 01:16:37 DEBUG : file1: reading active writers 2026/05/10 01:16:37 DEBUG : Looking for writers 2026/05/10 01:16:37 DEBUG : dir: reading active writers 2026/05/10 01:16:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:37 DEBUG : dir: Looking for writers 2026/05/10 01:16:37 DEBUG : file1: reading active writers 2026/05/10 01:16:37 DEBUG : Looking for writers 2026/05/10 01:16:37 DEBUG : dir: reading active writers 2026/05/10 01:16:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:37 DEBUG : dir: Looking for writers 2026/05/10 01:16:37 DEBUG : file1: reading active writers 2026/05/10 01:16:37 DEBUG : Looking for writers 2026/05/10 01:16:37 DEBUG : dir: reading active writers 2026/05/10 01:16:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:37 DEBUG : dir: Looking for writers 2026/05/10 01:16:37 DEBUG : file1: reading active writers 2026/05/10 01:16:37 DEBUG : Looking for writers 2026/05/10 01:16:37 DEBUG : dir: reading active writers 2026/05/10 01:16:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:37 DEBUG : dir/file1: vfs cache: starting upload 2026/05/10 01:16:37 DEBUG : dir/file1.1bd0012d.partial: size = 20 OK 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1.1bd0012d.partial" 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1.1bd0012d.partial 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1.1bd0012d.partial" 2026/05/10 01:16:37 DEBUG : dir: Looking for writers 2026/05/10 01:16:37 DEBUG : file1: reading active writers 2026/05/10 01:16:37 DEBUG : Looking for writers 2026/05/10 01:16:37 DEBUG : dir: reading active writers 2026/05/10 01:16:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-gaqiyay1guto/dir/file1.1bd0012d.partial 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:37 DEBUG : dir/file1.1bd0012d.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/10 01:16:37 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/10 01:16:37 DEBUG : dir/file1.1bd0012d.partial: renamed to: dir/file1 2026/05/10 01:16:37 INFO : dir/file1: Copied (replaced existing) 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:37 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/05/10 01:16:37 DEBUG : dir: Looking for writers 2026/05/10 01:16:37 DEBUG : file1: reading active writers 2026/05/10 01:16:37 DEBUG : Looking for writers 2026/05/10 01:16:37 DEBUG : dir: reading active writers 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:37 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/10 01:16:37 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-05-10 01:16:37 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/10 01:16:37 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/10 01:16:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:37 DEBUG : >WaitForWriters: 2026/05/10 01:16:37 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.64s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:37 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:37 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : file1: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : file1(0x2c36fde29780): openPending: 2026/05/10 01:16:37 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:37 DEBUG : file1(0x2c36fde29780): >openPending: err= 2026/05/10 01:16:37 DEBUG : file1: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:37 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/10 01:16:37 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/10 01:16:37 DEBUG : file1(0x2c36fde29780): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : file1(0x2c36fde29780): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : file1(0x2c36fde29780): close: 2026/05/10 01:16:37 DEBUG : file1: vfs cache: setting modification time to 2026-05-10 01:16:37.394781459 +0000 UTC m=+30.352632576 2026/05/10 01:16:37 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : file1(0x2c36fde29780): >close: err= 2026/05/10 01:16:37 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:37 DEBUG : Looking for writers 2026/05/10 01:16:37 DEBUG : file1: reading active writers 2026/05/10 01:16:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:37 DEBUG : Looking for writers 2026/05/10 01:16:37 DEBUG : file1: reading active writers 2026/05/10 01:16:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:37 DEBUG : Looking for writers 2026/05/10 01:16:37 DEBUG : file1: reading active writers 2026/05/10 01:16:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:37 DEBUG : Looking for writers 2026/05/10 01:16:37 DEBUG : file1: reading active writers 2026/05/10 01:16:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:37 DEBUG : file1: vfs cache: starting upload 2026/05/10 01:16:37 DEBUG : file1.f25944f4.partial: size = 5 OK 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1.f25944f4.partial" 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1.f25944f4.partial 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1.f25944f4.partial" 2026/05/10 01:16:37 DEBUG : Looking for writers 2026/05/10 01:16:37 DEBUG : file1: reading active writers 2026/05/10 01:16:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/file1.f25944f4.partial 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:37 DEBUG : file1.f25944f4.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:37 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/10 01:16:37 DEBUG : file1.f25944f4.partial: renamed to: file1 2026/05/10 01:16:37 INFO : file1: Copied (new) 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:37 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-gaqiyay1guto/dir/file1: no such file or directory 2026/05/10 01:16:37 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-gaqiyay1guto/dir/file1: no such file or directory 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:37 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:37 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-10 01:16:37 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/10 01:16:37 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:37 INFO : file1: vfs cache: upload succeeded try #1 2026/05/10 01:16:37 DEBUG : Looking for writers 2026/05/10 01:16:37 DEBUG : file1: reading active writers 2026/05/10 01:16:37 DEBUG : >WaitForWriters: 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:37 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/10 01:16:37 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfda280): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfda280): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfda280): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfda280): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfda280): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.719596382 +0000 UTC m=+30.677447508 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfda280): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfda700): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfda700): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfda700): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfda700): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfda700): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfda700): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfda700): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.719596382 +0000 UTC m=+30.677447508 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfda700): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdabc0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdabc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdabc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdabc0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdabc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.719596382 +0000 UTC m=+30.677447508 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdabc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf242a0 item 1 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdb200): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdb200): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdb200): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdb200): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdb200): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.722303876 +0000 UTC m=+30.680154962 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdb200): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdb700): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdb700): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdb700): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdb700): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdb700): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.722303876 +0000 UTC m=+30.680154962 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdb700): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf24f50 item 2 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdbd40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdbd40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdbd40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdbd40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdbd40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.724265148 +0000 UTC m=+30.682116244 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfdbd40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff42c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff42c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff42c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff42c0): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff42c0): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff42c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff42c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.724265148 +0000 UTC m=+30.682116244 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff42c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff4780): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff4780): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff4780): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff4780): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff4780): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.724265148 +0000 UTC m=+30.682116244 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff4780): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf25340 item 3 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff4e00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff4e00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff4e00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff4e00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff4e00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.726481293 +0000 UTC m=+30.684332389 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff4e00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5340): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5340): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5340): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5340): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5340): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.726481293 +0000 UTC m=+30.684332389 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5340): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf258f0 item 4 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5980): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5980): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5980): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5980): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5980): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.727920997 +0000 UTC m=+30.685772093 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5980): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5e00): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5e00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5e00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5e00): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5e00): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5e00): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5e00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.727920997 +0000 UTC m=+30.685772093 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdff5e00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1903c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1903c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1903c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1903c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1903c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.727920997 +0000 UTC m=+30.685772093 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1903c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf25c70 item 5 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe190a40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe190a40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe190a40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe190a40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe190a40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.730445805 +0000 UTC m=+30.688296901 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe190a40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe190f80): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe190f80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe190f80): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe190f80): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe190f80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.730445805 +0000 UTC m=+30.688296901 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe190f80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2e380 item 6 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe191600): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe191600): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe191600): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe191600): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe191600): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.732480256 +0000 UTC m=+30.690331352 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe191600): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe191b00): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe191b00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe191b00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe191b00): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe191b00): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe191b00): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe191b00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.732480256 +0000 UTC m=+30.690331352 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe191b00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b80c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b80c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b80c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b80c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b80c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.732480256 +0000 UTC m=+30.690331352 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b80c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2e770 item 7 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8740): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8740): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8740): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8740): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8740): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.735332735 +0000 UTC m=+30.693183831 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8740): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea16c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea16c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea16c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea16c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea16c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.735332735 +0000 UTC m=+30.693183831 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea16c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fda16af0 item 8 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea1c80): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fdea1c80): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea1c80): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea1c80): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea1c80): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea1c80): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea1c80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a140): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a140): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a140): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a140): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a140): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.73727461 +0000 UTC m=+30.695125706 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a140): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a5c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a5c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a5c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a5c0): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a5c0): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a5c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a5c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.73727461 +0000 UTC m=+30.695125706 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a5c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04aac0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04aac0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04aac0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04aac0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04aac0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.73727461 +0000 UTC m=+30.695125706 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04aac0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fda17420 item 9 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b140): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b140): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b140): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b140): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b140): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.739987775 +0000 UTC m=+30.697838891 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b140): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b89c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b89c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b89c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b89c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b89c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.739987775 +0000 UTC m=+30.697838891 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b89c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbc21c0 item 10 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd95d00): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fdd95d00): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd95d00): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd95d00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd95d00): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd95d00): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd95d00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8180): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8180): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8180): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8180): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8180): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.743402448 +0000 UTC m=+30.701253554 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8180): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8680): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8680): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8680): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8680): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8680): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8680): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8680): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.743402448 +0000 UTC m=+30.701253554 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8680): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8f00): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8f00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8f00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8f00): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8f00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.743402448 +0000 UTC m=+30.701253554 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b8f00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2e150 item 11 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b9580): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b9580): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b9580): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b9580): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b9580): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.746648552 +0000 UTC m=+30.704499678 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b9580): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b9ac0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b9ac0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b9ac0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b9ac0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b9ac0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.746648552 +0000 UTC m=+30.704499678 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1b9ac0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2e690 item 12 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0200): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fddf0200): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0200): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0200): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0200): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0200): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0200): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf05c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf05c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf05c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf05c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf05c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.748966828 +0000 UTC m=+30.706817945 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf05c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0c80): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0c80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0c80): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0c80): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0c80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.748966828 +0000 UTC m=+30.706817945 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0c80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2eaf0 item 13 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.751312599 +0000 UTC m=+30.709163725 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf18c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf18c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf18c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf18c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf18c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.751312599 +0000 UTC m=+30.709163725 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf18c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2f500 item 14 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a080): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fe04a080): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a080): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a080): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a080): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a080): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a080): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a440): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a440): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a440): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a440): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a440): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.753815254 +0000 UTC m=+30.711666371 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04a440): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04ab00): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04ab00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04ab00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04ab00): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04ab00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.753815254 +0000 UTC m=+30.711666371 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04ab00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2fc70 item 15 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b1c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b1c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b1c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b1c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b1c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.756215598 +0000 UTC m=+30.714066715 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b1c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b780): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b780): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b780): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b780): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b780): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.756215598 +0000 UTC m=+30.714066715 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04b780): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf88380 item 16 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04bdc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04bdc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04bdc0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04bdc0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04bdc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.758450778 +0000 UTC m=+30.716301884 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe04bdc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94340): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94340): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94340): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94340): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94340): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94340): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94340): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94340): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.758450778 +0000 UTC m=+30.716301884 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94340): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94840): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94840): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94840): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94840): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94840): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.758450778 +0000 UTC m=+30.716301884 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94840): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf88770 item 17 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94ec0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94ec0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94ec0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94ec0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94ec0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.76118328 +0000 UTC m=+30.719034387 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd94ec0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd95400): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd95400): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd95400): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd95400): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd95400): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.76118328 +0000 UTC m=+30.719034387 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd95400): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf88f50 item 18 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9ae00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9ae00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9ae00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9ae00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9ae00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.763424281 +0000 UTC m=+30.721275388 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9ae00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b700): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b700): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b700): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b700): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b700): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b700): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b700): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b700): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.763424281 +0000 UTC m=+30.721275388 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b700): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd7fe680): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd7fe680): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd7fe680): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd7fe680): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd7fe680): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.763424281 +0000 UTC m=+30.721275388 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd7fe680): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf89490 item 19 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda228c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda228c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda228c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda228c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda228c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.769614667 +0000 UTC m=+30.727465784 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda228c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4240): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4240): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4240): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4240): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4240): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.769614667 +0000 UTC m=+30.727465784 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4240): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf89ab0 item 20 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd48c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd48c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd48c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd48c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd48c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.771652144 +0000 UTC m=+30.729503240 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd48c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4dc0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4dc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4dc0): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4dc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4dc0): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4dc0): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4dc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4dc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.771652144 +0000 UTC m=+30.729503240 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4dc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd52c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd52c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd52c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd52c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd52c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.771652144 +0000 UTC m=+30.729503240 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd52c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf89e30 item 21 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5940): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5940): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5940): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5940): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5940): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.774360079 +0000 UTC m=+30.732211185 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5940): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5e80): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5e80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5e80): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5e80): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5e80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.774360079 +0000 UTC m=+30.732211185 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5e80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbc35e0 item 22 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d27c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d27c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d27c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d27c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d27c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.776226772 +0000 UTC m=+30.734077878 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d27c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2cc0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2cc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2cc0): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2cc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2cc0): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2cc0): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2cc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2cc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.776226772 +0000 UTC m=+30.734077878 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2cc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d31c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d31c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d31c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d31c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d31c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.776226772 +0000 UTC m=+30.734077878 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d31c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbc3b90 item 23 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d38c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d38c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d38c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d38c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d38c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.779329233 +0000 UTC m=+30.737180339 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d38c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3e00): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3e00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3e00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3e00): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3e00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.779329233 +0000 UTC m=+30.737180339 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3e00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeee770 item 24 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea580): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fdeea580): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea580): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea580): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea580): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea580): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea580): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea940): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea940): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea940): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea940): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea940): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.781563612 +0000 UTC m=+30.739414708 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea940): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeaec0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeaec0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeaec0): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeaec0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeaec0): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeaec0): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeaec0): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeaec0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.781563612 +0000 UTC m=+30.739414708 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeaec0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb400): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb400): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb400): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb400): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb400): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.781563612 +0000 UTC m=+30.739414708 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb400): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeeecb0 item 25 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeba80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeba80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeba80): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeba80): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeba80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.784682124 +0000 UTC m=+30.742533230 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeba80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde280c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde280c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde280c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde280c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde280c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.784682124 +0000 UTC m=+30.742533230 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde280c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeef1f0 item 26 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28840): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fde28840): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28840): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28840): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28840): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28840): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28840): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28c00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28c00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28c00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28c00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28c00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.787831976 +0000 UTC m=+30.745683082 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28c00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29100): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29100): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29100): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29100): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29100): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29100): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29100): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29100): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.787831976 +0000 UTC m=+30.745683082 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29100): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29640): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29640): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29640): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29640): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29640): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.787831976 +0000 UTC m=+30.745683082 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29640): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeef570 item 27 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29cc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29cc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29cc0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29cc0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29cc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.791347279 +0000 UTC m=+30.749198415 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29cc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4300): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4300): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4300): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4300): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4300): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.791347279 +0000 UTC m=+30.749198415 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4300): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeefa40 item 28 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4940): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fd9e4940): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4940): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4940): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4940): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4940): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4940): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4d00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4d00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4d00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4d00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4d00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.794072356 +0000 UTC m=+30.751923462 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e4d00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e53c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e53c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e53c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e53c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e53c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.794072356 +0000 UTC m=+30.751923462 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e53c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeefdc0 item 29 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e5a40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e5a40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e5a40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e5a40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e5a40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.796581245 +0000 UTC m=+30.754432361 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9e5a40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f6080): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f6080): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f6080): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f6080): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f6080): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.796581245 +0000 UTC m=+30.754432361 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f6080): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8ba8c0 item 30 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f66c0): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fd9f66c0): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f66c0): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f66c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f66c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f66c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f66c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f6a80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f6a80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f6a80): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f6a80): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f6a80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.798567164 +0000 UTC m=+30.756418260 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f6a80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f7140): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f7140): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f7140): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f7140): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f7140): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.798567164 +0000 UTC m=+30.756418260 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f7140): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8bae70 item 31 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f77c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f77c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f77c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f77c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f77c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.800520961 +0000 UTC m=+30.758372057 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f77c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f7d00): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f7d00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f7d00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f7d00): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f7d00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.800520961 +0000 UTC m=+30.758372057 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9f7d00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8bb3b0 item 32 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb48440): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb48440): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb48440): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb48440): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb48440): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.802265944 +0000 UTC m=+30.760117040 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb48440): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb488c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb488c0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb488c0): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb488c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb488c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8bb8f0 item 33 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb488c0): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb488c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.803043847 +0000 UTC m=+30.760894933 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb488c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb48dc0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb48dc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb48dc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb48dc0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb48dc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.803043847 +0000 UTC m=+30.760894933 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb48dc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8bbc70 item 33 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49400): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49400): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49400): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49400): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49400): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.804579923 +0000 UTC m=+30.762431009 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49400): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49880): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49880): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07e310 item 34 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49880): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49880): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49880): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49880): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49880): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.80519136 +0000 UTC m=+30.763042456 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49880): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49dc0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49dc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49dc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49dc0): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49dc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.80519136 +0000 UTC m=+30.763042456 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb49dc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07e4d0 item 34 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7c500): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7c500): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7c500): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7c500): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7c500): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.806611097 +0000 UTC m=+30.764462183 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7c500): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7c980): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7c980): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7c980): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7c980): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7c980): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07e850 item 35 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7c980): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7c980): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.807192588 +0000 UTC m=+30.765043674 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7c980): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7ce80): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7ce80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7ce80): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7ce80): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7ce80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.807192588 +0000 UTC m=+30.765043674 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7ce80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07ea10 item 35 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7d500): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7d500): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7d500): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7d500): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7d500): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.808716783 +0000 UTC m=+30.766567879 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7d500): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7da00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7da00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07ed90 item 36 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7da00): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7da00): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7da00): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7da00): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7da00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.809392462 +0000 UTC m=+30.767243548 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb7da00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24040): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24040): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24040): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24040): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24040): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.809392462 +0000 UTC m=+30.767243548 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24040): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07ef50 item 36 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24680): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24680): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24680): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24680): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24680): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.811201205 +0000 UTC m=+30.769052292 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24680): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24b00): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24b00): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24b00): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24b00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24b00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07f420 item 37 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24b00): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24b00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.811622412 +0000 UTC m=+30.769473498 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24b00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25000): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25000): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25000): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25000): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25000): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.811622412 +0000 UTC m=+30.769473498 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25000): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07f5e0 item 37 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25680): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25680): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25680): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25680): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25680): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.813275721 +0000 UTC m=+30.771126807 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25680): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25b80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25b80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07f960 item 38 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25b80): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25b80): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25b80): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25b80): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25b80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.813797007 +0000 UTC m=+30.771648094 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25b80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc401c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc401c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc401c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc401c0): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc401c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.813797007 +0000 UTC m=+30.771648094 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc401c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07fb20 item 38 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc40840): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc40840): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc40840): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc40840): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc40840): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.814971831 +0000 UTC m=+30.772822918 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc40840): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc40d40): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc40d40): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc40d40): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc40d40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc40d40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30c0e0 item 39 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc40d40): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc40d40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.816040384 +0000 UTC m=+30.773891470 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc40d40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc41240): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc41240): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc41240): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc41240): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc41240): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.816040384 +0000 UTC m=+30.773891470 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc41240): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30c310 item 39 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc418c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc418c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc418c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc418c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc418c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.81744395 +0000 UTC m=+30.775295036 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc418c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc41dc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc41dc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30c690 item 40 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc41dc0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc41dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc41dc0): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc41dc0): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc41dc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.818154054 +0000 UTC m=+30.776005140 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc41dc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc86400): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc86400): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc86400): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc86400): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc86400): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.818154054 +0000 UTC m=+30.776005140 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc86400): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30c850 item 40 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc869c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc869c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc869c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc869c0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc869c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc869c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc869c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.81960519 +0000 UTC m=+30.777456286 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc869c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc86ec0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc86ec0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc86ec0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30cbd0 item 41 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc86ec0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc86ec0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.82019152 +0000 UTC m=+30.778042616 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc86ec0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc87380): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc87380): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc87380): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc87380): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc87380): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30cd90 item 41 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc87380): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc87380): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.820660899 +0000 UTC m=+30.778511985 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc87380): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc878c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc878c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc878c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc878c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc878c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.820660899 +0000 UTC m=+30.778511985 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc878c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30cf50 item 41 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6000): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6000): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6000): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6000): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6000): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6000): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6000): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.822113467 +0000 UTC m=+30.779964563 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6000): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6500): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6500): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6500): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30d420 item 42 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6500): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6500): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.822495982 +0000 UTC m=+30.780347068 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6500): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6a40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6a40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30d5e0 item 42 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6a40): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6a40): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6a40): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6a40): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6a40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.822972954 +0000 UTC m=+30.780824040 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6a40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6fc0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6fc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6fc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6fc0): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6fc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.822972954 +0000 UTC m=+30.780824040 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6fc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30d7a0 item 42 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7600): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7600): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7600): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7600): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7600): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7600): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7600): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.824035876 +0000 UTC m=+30.781886962 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7600): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7b00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7b00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7b00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30db20 item 43 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7b00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7b00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.824382833 +0000 UTC m=+30.782233919 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7b00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4280): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4280): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4280): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4280): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4280): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b81c0 item 43 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4280): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4280): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.826054246 +0000 UTC m=+30.783905342 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4280): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c47c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c47c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c47c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c47c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c47c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.826054246 +0000 UTC m=+30.783905342 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c47c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b8460 item 43 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4e00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4e00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4e00): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4e00): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4e00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4e00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4e00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.827545419 +0000 UTC m=+30.785396505 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c4e00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5300): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5300): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5300): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b8850 item 44 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5300): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5300): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.828441574 +0000 UTC m=+30.786292660 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5300): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5840): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5840): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b8a80 item 44 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5840): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5840): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5840): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5840): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5840): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.828970306 +0000 UTC m=+30.786821391 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5840): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5dc0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5dc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5dc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5dc0): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5dc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.828970306 +0000 UTC m=+30.786821391 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1c5dc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b8e00 item 44 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dc500): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dc500): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dc500): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dc500): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dc500): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dc500): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dc500): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.829977652 +0000 UTC m=+30.787828737 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dc500): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dca00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dca00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dca00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b93b0 item 45 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dca00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dca00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.830532291 +0000 UTC m=+30.788383377 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dca00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dd100): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dd100): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dd100): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dd100): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dd100): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.830532291 +0000 UTC m=+30.788383377 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dd100): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b95e0 item 45 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dd740): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dd740): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dd740): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dd740): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dd740): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dd740): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dd740): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.831712385 +0000 UTC m=+30.789563471 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1dd740): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ddc40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ddc40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ddc40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5c070 item 46 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ddc40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ddc40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.83216401 +0000 UTC m=+30.790015096 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ddc40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fe440): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fe440): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fe440): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fe440): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fe440): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.83216401 +0000 UTC m=+30.790015096 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fe440): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5c230 item 46 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fea80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fea80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fea80): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fea80): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fea80): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fea80): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fea80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.83323208 +0000 UTC m=+30.791083167 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fea80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fef80): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fef80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fef80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5cb60 item 47 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fef80): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fef80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.834434497 +0000 UTC m=+30.792285584 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1fef80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ff680): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ff680): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ff680): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ff680): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ff680): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.834434497 +0000 UTC m=+30.792285584 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ff680): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5ce00 item 47 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ffcc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ffcc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ffcc0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ffcc0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ffcc0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ffcc0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ffcc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.836062598 +0000 UTC m=+30.793913684 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1ffcc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5a2c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5a2c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5a2c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5d180 item 48 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5a2c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5a2c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.836471582 +0000 UTC m=+30.794322668 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5a2c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5a9c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5a9c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5a9c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5a9c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5a9c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.836471582 +0000 UTC m=+30.794322668 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5a9c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5d420 item 48 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b000): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b000): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b000): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b000): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b000): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.838284293 +0000 UTC m=+30.796135379 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b000): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b480): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b480): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b480): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b480): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b480): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b480): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5d960 item 49 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b480): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b480): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.838741158 +0000 UTC m=+30.796592243 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b480): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b9c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b9c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b9c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b9c0): >_readAt: n=8, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b9c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.838741158 +0000 UTC m=+30.796592243 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd5b9c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5db20 item 49 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4140): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4140): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4140): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4140): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4140): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.839963371 +0000 UTC m=+30.797814457 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4140): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4640): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4640): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4640): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cc230 item 50 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4640): _readAt: size=2, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4640): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4640): _writeAt: size=3, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4640): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4640): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.840928848 +0000 UTC m=+30.798779935 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4640): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4bc0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4bc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4bc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4bc0): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4bc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.840928848 +0000 UTC m=+30.798779935 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb4bc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cc4d0 item 50 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5240): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5240): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5240): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5240): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5240): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.842350639 +0000 UTC m=+30.800201725 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5240): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5740): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5740): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5740): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5740): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5740): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5740): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cc850 item 51 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5740): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5740): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.842750597 +0000 UTC m=+30.800601683 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5740): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5c80): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5c80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5c80): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5c80): >_readAt: n=8, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5c80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.842750597 +0000 UTC m=+30.800601683 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb5c80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cca10 item 51 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8400): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8400): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8400): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8400): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8400): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.843970696 +0000 UTC m=+30.801821781 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8400): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8900): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8900): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8900): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2ccd90 item 52 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8900): _readAt: size=2, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8900): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8900): _writeAt: size=3, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8900): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8900): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.844503934 +0000 UTC m=+30.802355030 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8900): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8e80): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8e80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8e80): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8e80): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8e80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.844503934 +0000 UTC m=+30.802355030 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde8e80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2ccf50 item 52 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9500): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9500): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9500): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9500): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9500): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.845567698 +0000 UTC m=+30.803418784 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9500): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9a00): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9a00): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9a00): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9a00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9a00): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9a00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cd2d0 item 53 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9a00): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9a00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.846255299 +0000 UTC m=+30.804106385 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde9a00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8040): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8040): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8040): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8040): >_readAt: n=8, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8040): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.846255299 +0000 UTC m=+30.804106385 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8040): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cd490 item 53 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea86c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea86c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea86c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea86c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea86c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.847535933 +0000 UTC m=+30.805387020 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea86c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8bc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8bc0): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8bc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cd810 item 54 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8bc0): _readAt: size=2, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8bc0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8bc0): _writeAt: size=3, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8bc0): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8bc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.847890364 +0000 UTC m=+30.805741450 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea8bc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9140): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9140): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9140): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9140): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9140): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.847890364 +0000 UTC m=+30.805741450 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9140): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cd9d0 item 54 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea97c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea97c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea97c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea97c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea97c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.848978152 +0000 UTC m=+30.806829239 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea97c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9cc0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9cc0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9cc0): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9cc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9cc0): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9cc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cdd50 item 55 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9cc0): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9cc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.849349555 +0000 UTC m=+30.807200641 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdea9cc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6300): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6300): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6300): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6300): >_readAt: n=8, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6300): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.849349555 +0000 UTC m=+30.807200641 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6300): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd86ad90 item 55 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6980): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6980): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6980): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6980): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6980): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.85038762 +0000 UTC m=+30.808238707 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6980): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e80): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5e310 item 56 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e80): _readAt: size=2, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e80): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e80): _writeAt: size=3, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e80): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.850880823 +0000 UTC m=+30.808731910 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7400): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7400): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7400): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7400): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7400): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.850880823 +0000 UTC m=+30.808731910 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7400): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5e4d0 item 56 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7a40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7a40): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7a40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7a40): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7a40): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7a40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7a40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7a40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.851883351 +0000 UTC m=+30.809734437 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7a40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf10080): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf10080): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf10080): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5e850 item 57 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf10080): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf10080): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.852322402 +0000 UTC m=+30.810173488 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf10080): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf105c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf105c0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf105c0): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf105c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf105c0): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf105c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5ea10 item 57 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf105c0): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf105c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.852784246 +0000 UTC m=+30.810635332 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf105c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf10b40): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf10b40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf10b40): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf10b40): >_readAt: n=8, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf10b40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.852784246 +0000 UTC m=+30.810635332 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf10b40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5ec40 item 57 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11180): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11180): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11180): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11180): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11180): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11180): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11180): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11180): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.854028821 +0000 UTC m=+30.811879907 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11180): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf116c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf116c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf116c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5efc0 item 58 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf116c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf116c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.854441533 +0000 UTC m=+30.812292619 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf116c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11c00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11c00): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11c00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5f180 item 58 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11c00): _readAt: size=2, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11c00): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11c00): _writeAt: size=3, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11c00): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11c00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.854857961 +0000 UTC m=+30.812709047 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf11c00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf302c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf302c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf302c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf302c0): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf302c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.854857961 +0000 UTC m=+30.812709047 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf302c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5f340 item 58 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30900): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30900): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30900): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30900): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30900): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30900): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30900): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30900): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.855845269 +0000 UTC m=+30.813696355 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30900): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30e40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30e40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30e40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5f810 item 59 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30e40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30e40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.856250926 +0000 UTC m=+30.814102012 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30e40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31380): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31380): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31380): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31380): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31380): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31380): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5fa40 item 59 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31380): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31380): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.856654832 +0000 UTC m=+30.814505918 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31380): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31900): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31900): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31900): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31900): >_readAt: n=8, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31900): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.856654832 +0000 UTC m=+30.814505918 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf31900): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5fc00 item 59 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66040): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66040): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66040): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66040): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66040): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66040): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66040): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66040): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.857992594 +0000 UTC m=+30.815843679 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66040): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66580): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66580): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66580): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec21c0 item 60 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66580): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66580): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.859236337 +0000 UTC m=+30.817087433 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66580): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66ac0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66ac0): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66ac0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec2380 item 60 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66ac0): _readAt: size=2, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66ac0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66ac0): _writeAt: size=3, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66ac0): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66ac0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.859678164 +0000 UTC m=+30.817529250 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf66ac0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf67080): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf67080): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf67080): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf67080): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf67080): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.859678164 +0000 UTC m=+30.817529250 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf67080): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec25b0 item 60 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf676c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf676c0): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf676c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf676c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf676c0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf676c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf676c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf676c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.860816768 +0000 UTC m=+30.818667855 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf676c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf67c00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf67c00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf67c00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec2b60 item 61 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf67c00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf67c00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.861236232 +0000 UTC m=+30.819087318 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf67c00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9a400): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9a400): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9a400): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9a400): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9a400): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.861236232 +0000 UTC m=+30.819087318 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9a400): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec3260 item 61 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9aa40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9aa40): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9aa40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9aa40): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9aa40): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9aa40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9aa40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9aa40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.862560639 +0000 UTC m=+30.820411724 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9aa40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9af80): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9af80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9af80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec35e0 item 62 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9af80): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9af80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.862932994 +0000 UTC m=+30.820784080 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9af80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9b680): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9b680): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9b680): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9b680): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9b680): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.862932994 +0000 UTC m=+30.820784080 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9b680): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec3880 item 62 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9bcc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9bcc0): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9bcc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9bcc0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9bcc0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9bcc0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9bcc0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9bcc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.864100423 +0000 UTC m=+30.821951509 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf9bcc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc0300): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc0300): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc0300): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec3c70 item 63 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc0300): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc0300): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.864444685 +0000 UTC m=+30.822295770 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc0300): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc0a00): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc0a00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc0a00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc0a00): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc0a00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.864444685 +0000 UTC m=+30.822295770 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc0a00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded8380 item 63 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1040): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1040): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1040): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1040): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1040): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1040): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1040): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1040): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.865712264 +0000 UTC m=+30.823563350 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1040): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1580): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1580): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1580): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded8700 item 64 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1580): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1580): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.866174289 +0000 UTC m=+30.824025385 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1580): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1c80): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1c80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1c80): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1c80): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1c80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.866174289 +0000 UTC m=+30.824025385 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfc1c80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded88c0 item 64 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe63c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe63c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe63c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe63c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe63c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.867447007 +0000 UTC m=+30.825298093 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe63c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe6840): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe6840): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe6840): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe6840): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe6840): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded8cb0 item 65 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe6840): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe6840): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.867865909 +0000 UTC m=+30.825716995 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe6840): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe6d40): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe6d40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe6d40): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe6d40): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe6d40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.867865909 +0000 UTC m=+30.825716995 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe6d40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded8f50 item 65 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7380): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7380): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7380): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7380): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7380): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.869259398 +0000 UTC m=+30.827110483 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7380): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7800): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7800): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded9500 item 66 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7800): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7800): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7800): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7800): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7800): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.869743233 +0000 UTC m=+30.827594329 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7800): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7d40): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7d40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7d40): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7d40): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7d40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.869743233 +0000 UTC m=+30.827594329 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfe7d40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded9730 item 66 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffe480): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffe480): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffe480): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffe480): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffe480): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.871142962 +0000 UTC m=+30.828994048 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffe480): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffe900): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffe900): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffe900): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffe900): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffe900): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded9ab0 item 67 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffe900): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffe900): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.871556665 +0000 UTC m=+30.829407751 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffe900): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffee00): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffee00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffee00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffee00): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffee00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.871556665 +0000 UTC m=+30.829407751 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdffee00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded9c70 item 67 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfff480): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfff480): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfff480): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfff480): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfff480): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.872821258 +0000 UTC m=+30.830672344 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfff480): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfff980): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfff980): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbb43f0 item 68 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfff980): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfff980): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfff980): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfff980): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfff980): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.873355871 +0000 UTC m=+30.831206956 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfff980): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfffec0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfffec0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfffec0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfffec0): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfffec0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.873355871 +0000 UTC m=+30.831206956 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdfffec0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbb4700 item 68 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020600): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020600): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020600): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020600): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020600): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.874464819 +0000 UTC m=+30.832315935 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020600): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020a80): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020a80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020a80): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020a80): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020a80): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbb5030 item 69 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020a80): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020a80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.87507277 +0000 UTC m=+30.832923856 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020a80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020f80): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020f80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020f80): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020f80): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020f80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.87507277 +0000 UTC m=+30.832923856 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe020f80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbb51f0 item 69 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe021600): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe021600): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe021600): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe021600): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe021600): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.876351569 +0000 UTC m=+30.834202656 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe021600): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe021b00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe021b00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbb5c70 item 70 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe021b00): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe021b00): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe021b00): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe021b00): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe021b00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.876936217 +0000 UTC m=+30.834787313 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe021b00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe070140): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe070140): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe070140): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe070140): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe070140): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.876936217 +0000 UTC m=+30.834787313 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe070140): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe316000 item 70 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe0707c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe0707c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe0707c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe0707c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe0707c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.878037871 +0000 UTC m=+30.835888958 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe0707c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe070cc0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe070cc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe070cc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe070cc0): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe070cc0): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe316540 item 71 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe070cc0): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe070cc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.878566592 +0000 UTC m=+30.836417678 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe070cc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe0711c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe0711c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe0711c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe0711c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe0711c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.878566592 +0000 UTC m=+30.836417678 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe0711c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe316700 item 71 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe071840): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe071840): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe071840): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe071840): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe071840): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.879884486 +0000 UTC m=+30.837735572 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe071840): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe071d40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe071d40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe316b60 item 72 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe071d40): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe071d40): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe071d40): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe071d40): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe071d40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.880296757 +0000 UTC m=+30.838147843 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe071d40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104380): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104380): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104380): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104380): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104380): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.880296757 +0000 UTC m=+30.838147843 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104380): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe316d90 item 72 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104940): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104940): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104940): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104940): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104940): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104940): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104940): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.88133922 +0000 UTC m=+30.839190306 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104940): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104e40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104e40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104e40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe317730 item 73 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104e40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104e40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.881800513 +0000 UTC m=+30.839651599 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe104e40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105300): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105300): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105300): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105300): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105300): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe3178f0 item 73 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105300): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105300): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.882393645 +0000 UTC m=+30.840244731 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105300): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105840): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105840): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105840): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105840): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105840): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.882393645 +0000 UTC m=+30.840244731 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105840): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe317ab0 item 73 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105e80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105e80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105e80): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105e80): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105e80): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105e80): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105e80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.883549673 +0000 UTC m=+30.841400759 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe105e80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe128480): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe128480): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe128480): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe28e000 item 74 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe128480): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe128480): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.884099193 +0000 UTC m=+30.841950279 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe128480): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1289c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1289c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe28e1c0 item 74 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1289c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1289c0): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1289c0): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1289c0): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1289c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.884586526 +0000 UTC m=+30.842437611 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1289c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe128f40): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe128f40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe128f40): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe128f40): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe128f40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.884586526 +0000 UTC m=+30.842437611 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe128f40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe28e380 item 74 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe129580): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe129580): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe129580): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe129580): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe129580): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe129580): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe129580): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.885699482 +0000 UTC m=+30.843550568 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe129580): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe129a80): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe129a80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe129a80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe28e700 item 75 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe129a80): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe129a80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.886111442 +0000 UTC m=+30.843962528 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe129a80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1820c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1820c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1820c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1820c0): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1820c0): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe28e8c0 item 75 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1820c0): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1820c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.886524233 +0000 UTC m=+30.844375319 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe1820c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe182600): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe182600): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe182600): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe182600): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe182600): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.886524233 +0000 UTC m=+30.844375319 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe182600): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe28ea80 item 75 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe182c40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe182c40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe182c40): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe182c40): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe182c40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe182c40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe182c40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.887648631 +0000 UTC m=+30.845499717 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe182c40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183140): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183140): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183140): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe28ee00 item 76 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183140): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183140): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.88818749 +0000 UTC m=+30.846038577 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183140): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183680): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183680): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe28f0a0 item 76 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183680): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183680): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183680): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183680): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183680): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.888690824 +0000 UTC m=+30.846541910 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183680): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183c00): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183c00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183c00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183c00): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183c00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.888690824 +0000 UTC m=+30.846541910 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe183c00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe28f2d0 item 76 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202340): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202340): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202340): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202340): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202340): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202340): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202340): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.889987498 +0000 UTC m=+30.847838584 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202340): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202840): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202840): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202840): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe28f7a0 item 77 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202840): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202840): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.890509095 +0000 UTC m=+30.848360211 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202840): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202f40): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202f40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202f40): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202f40): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202f40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.890509095 +0000 UTC m=+30.848360211 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe202f40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe28f960 item 77 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe203580): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe203580): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe203580): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe203580): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe203580): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe203580): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe203580): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.891855592 +0000 UTC m=+30.849706679 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe203580): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe203a80): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe203a80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe203a80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe28fce0 item 78 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe203a80): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe203a80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.892395395 +0000 UTC m=+30.850246481 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe203a80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe220280): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe220280): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe220280): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe220280): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe220280): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.892395395 +0000 UTC m=+30.850246481 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe220280): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8e4150 item 78 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2208c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2208c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2208c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2208c0): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2208c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2208c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2208c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.893855809 +0000 UTC m=+30.851706895 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2208c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe220dc0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe220dc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe220dc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8e49a0 item 79 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe220dc0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe220dc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.894399578 +0000 UTC m=+30.852250664 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe220dc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2214c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2214c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2214c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2214c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2214c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.894399578 +0000 UTC m=+30.852250664 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2214c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8e4e70 item 79 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe221b00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe221b00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe221b00): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe221b00): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe221b00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe221b00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe221b00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.895811911 +0000 UTC m=+30.853662997 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe221b00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c100): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c100): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c100): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8e5490 item 80 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c100): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c100): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.896274837 +0000 UTC m=+30.854125923 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c100): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c800): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c800): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c800): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c800): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c800): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.896274837 +0000 UTC m=+30.854125923 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c800): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8e58f0 item 80 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23ce40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23ce40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23ce40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23ce40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23ce40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.897594134 +0000 UTC m=+30.855445220 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23ce40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d2c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d2c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d2c0): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d2c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d2c0): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d2c0): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbca230 item 81 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d2c0): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d2c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.898069713 +0000 UTC m=+30.855920800 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d2c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d800): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d800): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d800): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d800): >_readAt: n=8, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d800): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.898069713 +0000 UTC m=+30.855920800 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d800): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbca4d0 item 81 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a8180): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a8180): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a8180): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a8180): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a8180): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.900351924 +0000 UTC m=+30.858203010 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a8180): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c200): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c200): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c200): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbca0e0 item 82 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c200): _readAt: size=2, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c200): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c200): _writeAt: size=3, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c200): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c200): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.900986685 +0000 UTC m=+30.858837801 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c200): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c780): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c780): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c780): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c780): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c780): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.900986685 +0000 UTC m=+30.858837801 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23c780): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbca2a0 item 82 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23ce00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23ce00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23ce00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23ce00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23ce00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.902435156 +0000 UTC m=+30.860286242 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23ce00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d300): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d300): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d300): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d300): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d300): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d300): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbcb5e0 item 83 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d300): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d300): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.903000537 +0000 UTC m=+30.860851622 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23d300): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23db40): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23db40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23db40): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23db40): >_readAt: n=8, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23db40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.903000537 +0000 UTC m=+30.860851622 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe23db40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbcb960 item 83 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe400): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe400): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe400): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe400): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe400): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.904384896 +0000 UTC m=+30.862235982 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe400): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe900): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe900): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe900): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30c2a0 item 84 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe900): _readAt: size=2, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe900): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe900): _writeAt: size=3, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe900): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe900): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.904964163 +0000 UTC m=+30.862815249 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfe900): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfee80): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfee80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfee80): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfee80): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfee80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.904964163 +0000 UTC m=+30.862815249 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcfee80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30c460 item 84 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcff500): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcff500): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcff500): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcff500): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcff500): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.906315189 +0000 UTC m=+30.864166276 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcff500): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcffa00): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcffa00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcffa00): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcffa00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcffa00): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcffa00): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30c7e0 item 85 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcffa00): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcffa00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.906755303 +0000 UTC m=+30.864606389 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcffa00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a84c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a84c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a84c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a84c0): >_readAt: n=8, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a84c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.906755303 +0000 UTC m=+30.864606389 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a84c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30c9a0 item 85 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a8b40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a8b40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a8b40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a8b40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a8b40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.907997284 +0000 UTC m=+30.865848370 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a8b40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9040): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9040): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9040): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30cd20 item 86 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9040): _readAt: size=2, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9040): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9040): _writeAt: size=3, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9040): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9040): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.908540851 +0000 UTC m=+30.866391938 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9040): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a95c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a95c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a95c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a95c0): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a95c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.908540851 +0000 UTC m=+30.866391938 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a95c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30cee0 item 86 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9c40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9c40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9c40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9c40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9c40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.909637668 +0000 UTC m=+30.867488755 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2a9c40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0240): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0240): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0240): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0240): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0240): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0240): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30d3b0 item 87 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0240): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0240): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.910243454 +0000 UTC m=+30.868094541 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0240): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0780): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0780): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0780): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0780): >_readAt: n=8, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0780): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.910243454 +0000 UTC m=+30.868094541 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0780): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30d570 item 87 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0e00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0e00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0e00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0e00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0e00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.91142965 +0000 UTC m=+30.869280735 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf0e00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30d8f0 item 88 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): _readAt: size=2, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): _writeAt: size=3, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.911921471 +0000 UTC m=+30.869772557 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1300): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1900): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1900): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1900): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1900): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1900): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.911921471 +0000 UTC m=+30.869772557 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddf1900): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30dab0 item 88 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd5ead40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd5ead40): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd5ead40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd5ead40): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd5ead40): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd5ead40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd5ead40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd5ead40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.913260695 +0000 UTC m=+30.871111781 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd5ead40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b300): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b300): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b300): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8d8770 item 89 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b300): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b300): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.913781791 +0000 UTC m=+30.871632877 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9b300): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9be80): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9be80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9be80): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9be80): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9be80): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9be80): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8d8a80 item 89 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9be80): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9be80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.914406403 +0000 UTC m=+30.872257489 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda9be80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda22400): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda22400): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda22400): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda22400): >_readAt: n=8, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda22400): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.914406403 +0000 UTC m=+30.872257489 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fda22400): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8d8d90 item 89 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4500): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4500): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4500): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4500): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4500): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4500): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4500): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4500): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.915811492 +0000 UTC m=+30.873662579 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4500): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4a40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4a40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4a40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2e2a0 item 90 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4a40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4a40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.916292733 +0000 UTC m=+30.874143819 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4a40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4f80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4f80): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4f80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2e4d0 item 90 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4f80): _readAt: size=2, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4f80): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4f80): _writeAt: size=3, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4f80): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4f80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.916905002 +0000 UTC m=+30.874756088 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd4f80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5540): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5540): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5540): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5540): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5540): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.916905002 +0000 UTC m=+30.874756088 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5540): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2e690 item 90 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5b80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5b80): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5b80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5b80): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5b80): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5b80): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5b80): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5b80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.918002078 +0000 UTC m=+30.875853164 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcd5b80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2280): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2280): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2280): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2eaf0 item 91 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2280): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2280): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.9184151 +0000 UTC m=+30.876266196 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2280): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d28c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d28c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d28c0): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d28c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d28c0): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d28c0): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2ee70 item 91 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d28c0): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d28c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.918900278 +0000 UTC m=+30.876751365 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d28c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2e40): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2e40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2e40): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2e40): >_readAt: n=8, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2e40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.918900278 +0000 UTC m=+30.876751365 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d2e40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2f3b0 item 91 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3480): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3480): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3480): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3480): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3480): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3480): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3480): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3480): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.920283937 +0000 UTC m=+30.878135023 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3480): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3a40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3a40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3a40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2fb90 item 92 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3a40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3a40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.921035099 +0000 UTC m=+30.878886185 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9d3a40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea080): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea080): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea080): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2fdc0 item 92 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea080): _readAt: size=2, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea080): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea080): _writeAt: size=3, off=5 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea080): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea080): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.921633351 +0000 UTC m=+30.879484437 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea080): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea640): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea640): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea640): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea640): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea640): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.921633351 +0000 UTC m=+30.879484437 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeea640): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf881c0 item 92 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeead00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeead00): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeead00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeead00): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeead00): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeead00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeead00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeead00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.922791252 +0000 UTC m=+30.880642338 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeead00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb240): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb240): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb240): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf88690 item 93 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb240): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb240): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.923225194 +0000 UTC m=+30.881076280 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb240): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb940): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb940): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb940): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb940): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb940): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.923225194 +0000 UTC m=+30.881076280 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdeeb940): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf88850 item 93 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28080): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28080): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28080): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28080): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28080): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28080): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28080): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28080): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.924716706 +0000 UTC m=+30.882567793 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28080): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc60c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc60c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc60c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf88ee0 item 94 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc60c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc60c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.925327062 +0000 UTC m=+30.883178178 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc60c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc67c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc67c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc67c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc67c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc67c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.925327062 +0000 UTC m=+30.883178178 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc67c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbc2380 item 94 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6e00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6e00): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6e00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6e00): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6e00): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6e00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6e00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6e00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.926923874 +0000 UTC m=+30.884774960 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc6e00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7340): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7340): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7340): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbc2bd0 item 95 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7340): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7340): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.92741819 +0000 UTC m=+30.885269276 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7340): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7a40): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7a40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7a40): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7a40): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7a40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.92741819 +0000 UTC m=+30.885269276 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcc7a40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbc3810 item 95 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c62c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c62c0): open at offset 0 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c62c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c62c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c62c0): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c62c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c62c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c62c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.928677624 +0000 UTC m=+30.886528710 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c62c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c6800): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c6800): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c6800): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeee070 item 96 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c6800): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c6800): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.929058674 +0000 UTC m=+30.886909770 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c6800): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c6f00): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c6f00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c6f00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c6f00): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c6f00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.929058674 +0000 UTC m=+30.886909770 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c6f00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeee3f0 item 96 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= 2026/05/10 01:16:37 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:37 DEBUG : Looking for writers 2026/05/10 01:16:37 DEBUG : >WaitForWriters: 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:37 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/10 01:16:37 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7580): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7580): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7580): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7580): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7580): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.934970734 +0000 UTC m=+30.892821830 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7580): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7a00): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7a00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7a00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7a00): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7a00): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7a00): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7a00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.934970734 +0000 UTC m=+30.892821830 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7a00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7ec0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7ec0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7ec0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7ec0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7ec0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.934970734 +0000 UTC m=+30.892821830 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2c7ec0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeef030 item 1 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d8600): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d8600): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d8600): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d8600): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d8600): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.938209173 +0000 UTC m=+30.896060259 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d8600): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d8b00): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d8b00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d8b00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d8b00): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d8b00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.938209173 +0000 UTC m=+30.896060259 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d8b00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeef500 item 2 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d9140): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d9140): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d9140): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d9140): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d9140): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.940179543 +0000 UTC m=+30.898030628 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d9140): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d95c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d95c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d95c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d95c0): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d95c0): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d95c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d95c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.940179543 +0000 UTC m=+30.898030628 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d95c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d9a80): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d9a80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d9a80): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d9a80): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d9a80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.940179543 +0000 UTC m=+30.898030628 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2d9a80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeef880 item 3 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6200): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6200): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6200): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6200): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6200): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.942669154 +0000 UTC m=+30.900520240 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6200): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6740): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6740): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6740): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6740): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6740): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.942669154 +0000 UTC m=+30.900520240 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6740): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeefd50 item 4 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6d80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6d80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6d80): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6d80): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6d80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.943949257 +0000 UTC m=+30.901800343 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e6d80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e7200): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e7200): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e7200): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e7200): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e7200): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e7200): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e7200): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.943949257 +0000 UTC m=+30.901800343 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e7200): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e76c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e76c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e76c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e76c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e76c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.943949257 +0000 UTC m=+30.901800343 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e76c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07e230 item 5 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e7d40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e7d40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e7d40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e7d40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e7d40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.945996852 +0000 UTC m=+30.903847938 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2e7d40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6380): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6380): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6380): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6380): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6380): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.945996852 +0000 UTC m=+30.903847938 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6380): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07e700 item 6 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6a00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6a00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6a00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6a00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6a00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.947767213 +0000 UTC m=+30.905618299 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6a00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6f00): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6f00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6f00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6f00): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6f00): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6f00): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6f00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.947767213 +0000 UTC m=+30.905618299 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f6f00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f73c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f73c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f73c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f73c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f73c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.947767213 +0000 UTC m=+30.905618299 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f73c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07ea80 item 7 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f7a40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f7a40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f7a40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f7a40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f7a40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.949926951 +0000 UTC m=+30.907778036 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fe2f7a40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb42080): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb42080): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb42080): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb42080): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb42080): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.949926951 +0000 UTC m=+30.907778036 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdb42080): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07ef50 item 8 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28cc0): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fde28cc0): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28cc0): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28cc0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28cc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28cc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde28cc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29080): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29080): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29080): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29080): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29080): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.951766522 +0000 UTC m=+30.909617618 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29080): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29500): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29500): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29500): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29500): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29500): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29500): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29500): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.951766522 +0000 UTC m=+30.909617618 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29500): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29a00): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29a00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29a00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29a00): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29a00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.951766522 +0000 UTC m=+30.909617618 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde29a00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8baa80 item 9 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fa180): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fa180): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fa180): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fa180): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fa180): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.953825409 +0000 UTC m=+30.911676515 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fa180): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fa6c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fa6c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fa6c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fa6c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fa6c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.953825409 +0000 UTC m=+30.911676515 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fa6c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8bb2d0 item 10 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fad00): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fd9fad00): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fad00): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fad00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fad00): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fad00): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fad00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fb0c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fb0c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fb0c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fb0c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fb0c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.955274832 +0000 UTC m=+30.913125918 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fb0c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fb5c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fb5c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fb5c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fb5c0): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fb5c0): _writeAt: size=3, off=2 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fb5c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fb5c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.955274832 +0000 UTC m=+30.913125918 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fb5c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fbac0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fbac0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fbac0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fbac0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fbac0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.955274832 +0000 UTC m=+30.913125918 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fd9fbac0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8bb6c0 item 11 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24240): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24240): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24240): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24240): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24240): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.957367031 +0000 UTC m=+30.915218117 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24240): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24780): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24780): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24780): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24780): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24780): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.957367031 +0000 UTC m=+30.915218117 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24780): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b83f0 item 12 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24dc0): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fdc24dc0): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24dc0): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24dc0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24dc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24dc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc24dc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25180): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25180): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25180): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25180): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25180): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.958932274 +0000 UTC m=+30.916783370 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25180): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25840): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25840): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25840): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25840): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25840): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.958932274 +0000 UTC m=+30.916783370 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25840): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b87e0 item 13 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25ec0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25ec0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25ec0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25ec0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25ec0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.960420381 +0000 UTC m=+30.918271467 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc25ec0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3a500): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3a500): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3a500): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3a500): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3a500): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.960420381 +0000 UTC m=+30.918271467 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3a500): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b8d20 item 14 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3ab40): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fdc3ab40): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3ab40): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3ab40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3ab40): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3ab40): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3ab40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3af00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3af00): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3af00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3af00): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3af00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.961658985 +0000 UTC m=+30.919510071 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3af00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3b5c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3b5c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3b5c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3b5c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3b5c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.961658985 +0000 UTC m=+30.919510071 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3b5c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b9340 item 15 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3bc40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3bc40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3bc40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3bc40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3bc40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.962727005 +0000 UTC m=+30.920578091 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc3bc40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74280): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74280): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74280): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74280): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74280): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.962727005 +0000 UTC m=+30.920578091 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74280): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b97a0 item 16 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc748c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc748c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc748c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc748c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc748c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.963813842 +0000 UTC m=+30.921664929 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc748c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74d40): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74d40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74d40): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74d40): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74d40): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74d40): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74d40): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74d40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.963813842 +0000 UTC m=+30.921664929 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc74d40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc75240): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc75240): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc75240): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc75240): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc75240): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.963813842 +0000 UTC m=+30.921664929 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc75240): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5c1c0 item 17 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc758c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc758c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc758c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc758c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc758c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.965709511 +0000 UTC m=+30.923560597 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc758c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc75e00): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc75e00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc75e00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc75e00): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc75e00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.965709511 +0000 UTC m=+30.923560597 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdc75e00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5cd20 item 18 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaa580): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaa580): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaa580): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaa580): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaa580): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.967303868 +0000 UTC m=+30.925154964 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaa580): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaa80): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaa80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaa80): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaa80): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaa80): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaa80): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaa80): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaa80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.967303868 +0000 UTC m=+30.925154964 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaa80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaf80): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaf80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaf80): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaf80): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaf80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.967303868 +0000 UTC m=+30.925154964 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcaaf80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5d0a0 item 19 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcab600): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcab600): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcab600): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcab600): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcab600): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.969220084 +0000 UTC m=+30.927071171 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcab600): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcabb40): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcabb40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcabb40): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcabb40): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcabb40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.969220084 +0000 UTC m=+30.927071171 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcabb40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5d730 item 20 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea2c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea2c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea2c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea2c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea2c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.970458639 +0000 UTC m=+30.928309725 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea2c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea7c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea7c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea7c0): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea7c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea7c0): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea7c0): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea7c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea7c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.970458639 +0000 UTC m=+30.928309725 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdcea7c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceacc0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceacc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceacc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceacc0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceacc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.970458639 +0000 UTC m=+30.928309725 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceacc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5dc00 item 21 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceb340): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceb340): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceb340): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceb340): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceb340): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.972410242 +0000 UTC m=+30.930261328 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceb340): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceb880): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceb880): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceb880): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceb880): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceb880): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.972410242 +0000 UTC m=+30.930261328 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdceb880): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cc4d0 item 22 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56000): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56000): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56000): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56000): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56000): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.974065084 +0000 UTC m=+30.931916171 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56000): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56500): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56500): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56500): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56500): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56500): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56500): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56500): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56500): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.974065084 +0000 UTC m=+30.931916171 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56500): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56a00): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56a00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56a00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56a00): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56a00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.974065084 +0000 UTC m=+30.931916171 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd56a00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cc850 item 23 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd57080): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd57080): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd57080): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd57080): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd57080): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.975932949 +0000 UTC m=+30.933784036 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd57080): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd575c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd575c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd575c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd575c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd575c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.975932949 +0000 UTC m=+30.933784036 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd575c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2ccd20 item 24 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd57c00): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fdd57c00): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd57c00): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd57c00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd57c00): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd57c00): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd57c00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e0c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e0c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e0c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e0c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e0c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.977449931 +0000 UTC m=+30.935301047 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e0c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e5c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e5c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e5c0): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e5c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e5c0): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e5c0): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e5c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e5c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.977449931 +0000 UTC m=+30.935301047 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9e5c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9eb00): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9eb00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9eb00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9eb00): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9eb00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.977449931 +0000 UTC m=+30.935301047 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9eb00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cd0a0 item 25 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9f180): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9f180): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9f180): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9f180): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9f180): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.979109892 +0000 UTC m=+30.936960988 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9f180): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9f6c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9f6c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9f6c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9f6c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9f6c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.979109892 +0000 UTC m=+30.936960988 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9f6c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cd570 item 26 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9fd00): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fdd9fd00): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9fd00): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9fd00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9fd00): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9fd00): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdd9fd00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb81c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb81c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb81c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb81c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb81c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.980601425 +0000 UTC m=+30.938452531 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb81c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb86c0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb86c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb86c0): open at offset 5 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb86c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb86c0): >_readAt: n=2, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb86c0): _writeAt: size=3, off=7 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb86c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb86c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.980601425 +0000 UTC m=+30.938452531 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb86c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb8c00): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb8c00): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb8c00): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb8c00): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb8c00): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.980601425 +0000 UTC m=+30.938452531 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb8c00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cd8f0 item 27 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb9280): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb9280): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb9280): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb9280): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb9280): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.982233655 +0000 UTC m=+30.940084741 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb9280): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb97c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb97c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb97c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb97c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb97c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.982233655 +0000 UTC m=+30.940084741 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb97c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe2cddc0 item 28 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb9e00): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fddb9e00): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb9e00): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb9e00): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb9e00): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb9e00): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fddb9e00): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde42c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde42c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde42c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde42c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde42c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.983731219 +0000 UTC m=+30.941582305 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde42c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde4980): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde4980): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde4980): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde4980): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde4980): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.983731219 +0000 UTC m=+30.941582305 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde4980): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5e150 item 29 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5000): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5000): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5000): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5000): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5000): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.985008295 +0000 UTC m=+30.942859381 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5000): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5540): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5540): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5540): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5540): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5540): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.985008295 +0000 UTC m=+30.942859381 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5540): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5e540 item 30 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5b80): _readAt: size=2, off=0 2026/05/10 01:16:37 ERROR : open-test-file(0x2c36fdde5b80): Couldn't read size of file 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5b80): >_readAt: n=0, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5b80): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5b80): >_writeAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5b80): close: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdde5b80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8c040): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8c040): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8c040): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8c040): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8c040): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.986476023 +0000 UTC m=+30.944327140 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8c040): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8c700): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8c700): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8c700): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8c700): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8c700): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.986476023 +0000 UTC m=+30.944327140 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8c700): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5e8c0 item 31 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8cd80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8cd80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8cd80): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8cd80): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8cd80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.988043541 +0000 UTC m=+30.945894627 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8cd80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8d2c0): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8d2c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8d2c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8d2c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8d2c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.988043541 +0000 UTC m=+30.945894627 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8d2c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5ecb0 item 32 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8d900): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8d900): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8d900): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8d900): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8d900): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.989180052 +0000 UTC m=+30.947031138 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8d900): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8dd80): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8dd80): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8dd80): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8dd80): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8dd80): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5f030 item 33 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8dd80): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8dd80): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.989761192 +0000 UTC m=+30.947612278 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fde8dd80): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6380): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6380): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6380): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6380): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6380): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.989761192 +0000 UTC m=+30.947612278 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6380): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5f1f0 item 33 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee69c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee69c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee69c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee69c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee69c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.991257042 +0000 UTC m=+30.949108128 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee69c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5f570 item 34 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e40): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e40): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e40): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e40): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.991834725 +0000 UTC m=+30.949685821 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee6e40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7380): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7380): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7380): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7380): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7380): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.991834725 +0000 UTC m=+30.949685821 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7380): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5f880 item 34 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee79c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee79c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee79c0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee79c0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee79c0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.993203085 +0000 UTC m=+30.951054171 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee79c0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7e40): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7e40): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7e40): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7e40): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7e40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5fc70 item 35 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7e40): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7e40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.993804724 +0000 UTC m=+30.951655811 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdee7e40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12440): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12440): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12440): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12440): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12440): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.993804724 +0000 UTC m=+30.951655811 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12440): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5fe30 item 35 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12ac0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12ac0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12ac0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12ac0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12ac0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.995330763 +0000 UTC m=+30.953181849 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12ac0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12fc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12fc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec2460 item 36 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12fc0): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12fc0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12fc0): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12fc0): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12fc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.995956817 +0000 UTC m=+30.953807904 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf12fc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf13500): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf13500): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf13500): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf13500): >_readAt: n=3, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf13500): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.995956817 +0000 UTC m=+30.953807904 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf13500): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec2690 item 36 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf13b40): openPending: 2026/05/10 01:16:37 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-gaqiyay1guto/dir/file1: no such file or directory 2026/05/10 01:16:37 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-gaqiyay1guto/dir/file1: no such file or directory 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf13b40): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf13b40): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf13b40): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf13b40): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.997518463 +0000 UTC m=+30.955369569 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf13b40): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30040): _readAt: size=2, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30040): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30040): _writeAt: size=3, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30040): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30040): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec2b60 item 37 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30040): >_writeAt: n=3, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30040): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.998130191 +0000 UTC m=+30.955981277 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30040): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30540): _readAt: size=512, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30540): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30540): >openPending: err= 2026/05/10 01:16:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30540): >_readAt: n=5, err=EOF 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30540): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.998130191 +0000 UTC m=+30.955981277 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30540): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: Remove: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec3260 item 37 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30bc0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30bc0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30bc0): _writeAt: size=5, off=0 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30bc0): >_writeAt: n=5, err= 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30bc0): close: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:37.999570427 +0000 UTC m=+30.957421533 2026/05/10 01:16:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf30bc0): >close: err= 2026/05/10 01:16:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/10 01:16:37 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf310c0): openPending: 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:37 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:37 DEBUG : open-test-file(0x2c36fdf310c0): >openPending: err= 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec35e0 item 38 2026/05/10 01:16:37 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf310c0): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf310c0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf310c0): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf310c0): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf310c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.000051688 +0000 UTC m=+30.957902774 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf310c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf31600): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf31600): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf31600): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf31600): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf31600): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.000051688 +0000 UTC m=+30.957902774 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf31600): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec3880 item 38 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf31c80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf31c80): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf31c80): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf31c80): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf31c80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.001174091 +0000 UTC m=+30.959025177 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf31c80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56280): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56280): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56280): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56280): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56280): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec3c70 item 39 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56280): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56280): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.001772184 +0000 UTC m=+30.959623280 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56280): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56780): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56780): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56780): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56780): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56780): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.001772184 +0000 UTC m=+30.959623280 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56780): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded8380 item 39 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56e00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56e00): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56e00): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56e00): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56e00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.003190689 +0000 UTC m=+30.961041775 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf56e00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57300): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57300): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded8700 item 40 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57300): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57300): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57300): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57300): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57300): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.003845398 +0000 UTC m=+30.961696483 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57300): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57840): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57840): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57840): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57840): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57840): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.003845398 +0000 UTC m=+30.961696483 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57840): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded88c0 item 40 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57e00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57e00): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57e00): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57e00): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57e00): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57e00): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57e00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.004983902 +0000 UTC m=+30.962834988 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf57e00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8e400): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8e400): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8e400): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded8cb0 item 41 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8e400): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8e400): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.005445375 +0000 UTC m=+30.963296482 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8e400): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8e8c0): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8e8c0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8e8c0): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8e8c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8e8c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded8f50 item 41 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8e8c0): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8e8c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.005914252 +0000 UTC m=+30.963765339 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8e8c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8ee00): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8ee00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8ee00): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8ee00): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8ee00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.005914252 +0000 UTC m=+30.963765339 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8ee00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded91f0 item 41 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8f440): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8f440): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8f440): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8f440): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8f440): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8f440): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8f440): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.007252275 +0000 UTC m=+30.965103361 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8f440): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8f940): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8f940): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8f940): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded9730 item 42 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8f940): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8f940): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.007682439 +0000 UTC m=+30.965533525 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8f940): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8fe80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8fe80): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded98f0 item 42 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8fe80): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8fe80): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8fe80): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8fe80): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8fe80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.008177517 +0000 UTC m=+30.966028602 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf8fe80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc2500): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc2500): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc2500): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc2500): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc2500): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.008177517 +0000 UTC m=+30.966028602 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc2500): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded9ab0 item 42 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc2b40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc2b40): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc2b40): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc2b40): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc2b40): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc2b40): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc2b40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.009432251 +0000 UTC m=+30.967283337 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc2b40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3040): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3040): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3040): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded9e30 item 43 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3040): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3040): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.00988587 +0000 UTC m=+30.967736955 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3040): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3580): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3580): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3580): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3580): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3580): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbb43f0 item 43 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3580): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3580): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.010367842 +0000 UTC m=+30.968218929 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3580): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3ac0): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3ac0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3ac0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3ac0): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3ac0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.010367842 +0000 UTC m=+30.968218929 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfc3ac0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbb4700 item 43 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfea200): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfea200): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfea200): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfea200): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfea200): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfea200): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfea200): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.011805063 +0000 UTC m=+30.969656148 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfea200): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfea700): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfea700): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfea700): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbb5030 item 44 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfea700): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfea700): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.012252419 +0000 UTC m=+30.970103505 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfea700): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeac40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeac40): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbb51f0 item 44 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeac40): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeac40): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeac40): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeac40): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeac40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.013012918 +0000 UTC m=+30.970864024 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeac40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeb1c0): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeb1c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeb1c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeb1c0): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeb1c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.013012918 +0000 UTC m=+30.970864024 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeb1c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbb5650 item 44 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeb800): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeb800): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeb800): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeb800): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeb800): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeb800): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeb800): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.014193984 +0000 UTC m=+30.972045069 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfeb800): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfebd00): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfebd00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfebd00): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe316000 item 45 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfebd00): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfebd00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.014768821 +0000 UTC m=+30.972619907 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdfebd00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006500): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006500): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006500): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006500): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006500): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.014768821 +0000 UTC m=+30.972619907 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006500): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe3162a0 item 45 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006b40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006b40): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006b40): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006b40): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006b40): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006b40): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006b40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.016172659 +0000 UTC m=+30.974023745 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006b40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe316700 item 46 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.016752596 +0000 UTC m=+30.974603712 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007740): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007740): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007740): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007740): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007740): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.016752596 +0000 UTC m=+30.974603712 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007740): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe3168c0 item 46 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007d80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007d80): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007d80): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007d80): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007d80): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007d80): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007d80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.020176867 +0000 UTC m=+30.978027963 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007d80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda23a40): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda23a40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda23a40): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8d9960 item 47 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda23a40): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda23a40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.020766132 +0000 UTC m=+30.978617228 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda23a40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a8640): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a8640): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a8640): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a8640): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a8640): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.020766132 +0000 UTC m=+30.978617228 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a8640): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07e0e0 item 47 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a8c80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a8c80): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a8c80): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a8c80): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a8c80): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a8c80): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a8c80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.022333929 +0000 UTC m=+30.980185035 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a8c80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9180): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9180): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9180): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07e460 item 48 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9180): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9180): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.022864203 +0000 UTC m=+30.980715289 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9180): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9880): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9880): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9880): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9880): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9880): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.022864203 +0000 UTC m=+30.980715289 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9880): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07e620 item 48 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9ec0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9ec0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9ec0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9ec0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9ec0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.024272047 +0000 UTC m=+30.982123134 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0a9ec0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe104480): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe104480): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe104480): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe104480): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe104480): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe104480): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07e9a0 item 49 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe104480): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe104480): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.024739943 +0000 UTC m=+30.982591029 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe104480): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1049c0): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1049c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1049c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1049c0): >_readAt: n=8, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1049c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.024739943 +0000 UTC m=+30.982591029 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1049c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07eb60 item 49 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105040): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105040): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105040): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105040): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105040): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.026100779 +0000 UTC m=+30.983951865 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105040): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105540): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105540): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105540): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07eee0 item 50 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105540): _readAt: size=2, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105540): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105540): _writeAt: size=3, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105540): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105540): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.026555088 +0000 UTC m=+30.984406175 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105540): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105ac0): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105ac0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105ac0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105ac0): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105ac0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.026555088 +0000 UTC m=+30.984406175 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe105ac0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07f0a0 item 50 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0240): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0240): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0240): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0240): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0240): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.027736924 +0000 UTC m=+30.985588011 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0240): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0740): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0740): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0740): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0740): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0740): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0740): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07f5e0 item 51 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0740): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0740): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.028305641 +0000 UTC m=+30.986156727 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0740): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0c80): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0c80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0c80): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0c80): >_readAt: n=8, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0c80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.028305641 +0000 UTC m=+30.986156727 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf0c80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07f7a0 item 51 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1300): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1300): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1300): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1300): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1300): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.02949962 +0000 UTC m=+30.987350707 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1300): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1880): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1880): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1880): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07fb20 item 52 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1880): _readAt: size=2, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1880): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1880): _writeAt: size=3, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1880): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1880): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.030155362 +0000 UTC m=+30.988006449 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1880): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1e00): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1e00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1e00): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1e00): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1e00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.030155362 +0000 UTC m=+30.988006449 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddf1e00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe07fce0 item 52 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9b300): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9b300): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9b300): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9b300): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9b300): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.031307663 +0000 UTC m=+30.989158749 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9b300): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9bd80): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9bd80): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9bd80): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9bd80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9bd80): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9bd80): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8d8770 item 53 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9bd80): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9bd80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.031851483 +0000 UTC m=+30.989702568 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda9bd80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4100): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4100): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4100): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4100): >_readAt: n=8, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4100): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.031851483 +0000 UTC m=+30.989702568 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4100): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8d8a80 item 53 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4800): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4800): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4800): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4800): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4800): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.033148757 +0000 UTC m=+30.990999843 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4800): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4d00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4d00): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4d00): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8d92d0 item 54 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4d00): _readAt: size=2, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4d00): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4d00): _writeAt: size=3, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4d00): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4d00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.033626903 +0000 UTC m=+30.991477989 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd4d00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5280): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5280): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5280): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5280): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5280): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.033626903 +0000 UTC m=+30.991477989 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5280): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8d9500 item 54 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5900): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5900): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5900): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5900): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5900): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.03485657 +0000 UTC m=+30.992707655 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5900): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5e00): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5e00): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5e00): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5e00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5e00): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5e00): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8d9ab0 item 55 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5e00): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5e00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.035343051 +0000 UTC m=+30.993194136 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcd5e00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d2600): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d2600): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d2600): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d2600): >_readAt: n=8, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d2600): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.035343051 +0000 UTC m=+30.993194136 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d2600): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8d9e30 item 55 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d2c80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d2c80): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d2c80): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d2c80): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d2c80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.037229731 +0000 UTC m=+30.995080817 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d2c80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3180): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3180): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3180): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe316310 item 56 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3180): _readAt: size=2, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3180): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3180): _writeAt: size=3, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3180): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3180): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.037836771 +0000 UTC m=+30.995687856 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3180): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3780): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3780): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3780): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3780): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3780): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.037836771 +0000 UTC m=+30.995687856 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3780): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe3164d0 item 56 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3dc0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3dc0): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3dc0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3dc0): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3dc0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3dc0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3dc0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.039111252 +0000 UTC m=+30.996962338 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9d3dc0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea400): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea400): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea400): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe316850 item 57 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea400): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea400): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.039621949 +0000 UTC m=+30.997473065 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea400): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea940): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea940): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea940): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea940): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea940): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea940): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe316af0 item 57 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea940): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea940): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.040046111 +0000 UTC m=+30.997897197 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeea940): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeaf40): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeaf40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeaf40): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeaf40): >_readAt: n=8, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeaf40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.040046111 +0000 UTC m=+30.997897197 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeaf40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe316d90 item 57 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeb580): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeb580): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeb580): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeb580): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeb580): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeb580): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeb580): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeb580): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.044318577 +0000 UTC m=+31.002169673 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeeb580): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeebac0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeebac0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeebac0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe317730 item 58 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeebac0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeebac0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.047280312 +0000 UTC m=+31.005131399 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeebac0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28100): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28100): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28100): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe3178f0 item 58 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28100): _readAt: size=2, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28100): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28100): _writeAt: size=3, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28100): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28100): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.05025816 +0000 UTC m=+31.008109245 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28100): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28800): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28800): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28800): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28800): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28800): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.05025816 +0000 UTC m=+31.008109245 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28800): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe317ab0 item 58 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28e80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28e80): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28e80): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28e80): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28e80): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28e80): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28e80): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28e80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.051660974 +0000 UTC m=+31.009512060 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde28e80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde293c0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde293c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde293c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbca070 item 59 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde293c0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde293c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.051990598 +0000 UTC m=+31.009841684 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde293c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29900): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29900): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29900): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29900): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29900): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29900): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbca230 item 59 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29900): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29900): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.053240553 +0000 UTC m=+31.011091640 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29900): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29e80): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29e80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29e80): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29e80): >_readAt: n=8, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29e80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.053240553 +0000 UTC m=+31.011091640 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde29e80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbca4d0 item 59 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0065c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0065c0): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0065c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0065c0): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0065c0): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0065c0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0065c0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0065c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.054544461 +0000 UTC m=+31.012395557 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe0065c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006b00): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006b00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006b00): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbcb5e0 item 60 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006b00): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006b00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.054936113 +0000 UTC m=+31.012787199 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe006b00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbcb960 item 60 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): _readAt: size=2, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): _writeAt: size=3, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.05544155 +0000 UTC m=+31.013292636 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007040): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007600): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007600): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007600): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007600): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007600): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.05544155 +0000 UTC m=+31.013292636 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007600): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbcbd50 item 60 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007c40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007c40): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007c40): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007c40): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007c40): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007c40): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007c40): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007c40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.056511975 +0000 UTC m=+31.014363061 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe007c40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda22740): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda22740): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda22740): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30c460 item 61 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda22740): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda22740): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.056930768 +0000 UTC m=+31.014781864 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fda22740): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0640): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0640): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0640): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0640): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0640): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.056930768 +0000 UTC m=+31.014781864 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0640): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30c620 item 61 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0c80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0c80): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0c80): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0c80): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0c80): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0c80): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0c80): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0c80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.058292446 +0000 UTC m=+31.016143531 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e0c80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e11c0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e11c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e11c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fe30c9a0 item 62 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e11c0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e11c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.05872881 +0000 UTC m=+31.016579897 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fd9e11c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10e540): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10e540): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10e540): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10e540): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10e540): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.05872881 +0000 UTC m=+31.016579897 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10e540): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2e0e0 item 62 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10eb80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10eb80): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10eb80): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10eb80): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10eb80): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10eb80): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10eb80): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10eb80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.060061243 +0000 UTC m=+31.017912329 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10eb80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10f0c0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10f0c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10f0c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2e4d0 item 63 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10f0c0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10f0c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.060458345 +0000 UTC m=+31.018309430 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10f0c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10f7c0): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10f7c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10f7c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10f7c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10f7c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.060458345 +0000 UTC m=+31.018309430 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10f7c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2e690 item 63 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10fe00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10fe00): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10fe00): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10fe00): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10fe00): >_readAt: n=0, err=Bad file descriptor 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10fe00): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10fe00): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10fe00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.061681849 +0000 UTC m=+31.019532936 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe10fe00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe128440): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe128440): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe128440): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2eaf0 item 64 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe128440): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe128440): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.062161979 +0000 UTC m=+31.020013065 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe128440): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe128b40): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe128b40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe128b40): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe128b40): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe128b40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.062161979 +0000 UTC m=+31.020013065 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe128b40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2ee70 item 64 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129180): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129180): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129180): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129180): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129180): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.063553132 +0000 UTC m=+31.021404218 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129180): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129600): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129600): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129600): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129600): >_readAt: n=2, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129600): _writeAt: size=3, off=2 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2f6c0 item 65 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129600): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129600): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.064120886 +0000 UTC m=+31.021971972 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129600): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129b00): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129b00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129b00): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129b00): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129b00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.064120886 +0000 UTC m=+31.021971972 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe129b00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde2fb90 item 65 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe136240): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe136240): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe136240): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe136240): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe136240): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.06541173 +0000 UTC m=+31.023262816 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe136240): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1366c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1366c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbc2770 item 66 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1366c0): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1366c0): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1366c0): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1366c0): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1366c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.065902828 +0000 UTC m=+31.023753914 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1366c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe136c00): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe136c00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe136c00): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe136c00): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe136c00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.065902828 +0000 UTC m=+31.023753914 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe136c00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbc2a80 item 66 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe137240): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe137240): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe137240): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe137240): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe137240): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.067027196 +0000 UTC m=+31.024878293 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe137240): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1376c0): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1376c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1376c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1376c0): >_readAt: n=2, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1376c0): _writeAt: size=3, off=2 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbc3880 item 67 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1376c0): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1376c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.06744658 +0000 UTC m=+31.025297666 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1376c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe137bc0): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe137bc0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe137bc0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe137bc0): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe137bc0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.06744658 +0000 UTC m=+31.025297666 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe137bc0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdbc3b20 item 67 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148340): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148340): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148340): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148340): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148340): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.068590014 +0000 UTC m=+31.026441100 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148340): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148840): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148840): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf883f0 item 68 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148840): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148840): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148840): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148840): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148840): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.069044955 +0000 UTC m=+31.026896041 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148840): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148d80): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148d80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148d80): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148d80): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148d80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.069044955 +0000 UTC m=+31.026896041 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe148d80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf88620 item 68 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1493c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1493c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1493c0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1493c0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1493c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.070145288 +0000 UTC m=+31.027996375 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe1493c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe149840): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe149840): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe149840): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe149840): >_readAt: n=2, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe149840): _writeAt: size=3, off=2 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf88a80 item 69 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe149840): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe149840): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.07058013 +0000 UTC m=+31.028431216 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe149840): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe149d40): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe149d40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe149d40): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe149d40): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe149d40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.07058013 +0000 UTC m=+31.028431216 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe149d40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf88e70 item 69 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15c4c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15c4c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15c4c0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15c4c0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15c4c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.071825918 +0000 UTC m=+31.029677005 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15c4c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15c9c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15c9c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf89500 item 70 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15c9c0): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15c9c0): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15c9c0): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15c9c0): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15c9c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.072337016 +0000 UTC m=+31.030188102 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15c9c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15cf00): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15cf00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15cf00): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15cf00): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15cf00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.072337016 +0000 UTC m=+31.030188102 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15cf00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf896c0 item 70 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15d580): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15d580): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15d580): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15d580): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15d580): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.073463137 +0000 UTC m=+31.031314224 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15d580): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15da80): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15da80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15da80): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15da80): >_readAt: n=2, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15da80): _writeAt: size=3, off=2 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf89c00 item 71 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15da80): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15da80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.073951502 +0000 UTC m=+31.031802588 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe15da80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16c080): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16c080): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16c080): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16c080): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16c080): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.073951502 +0000 UTC m=+31.031802588 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16c080): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf89dc0 item 71 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16c700): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16c700): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16c700): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16c700): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16c700): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.075150611 +0000 UTC m=+31.033001698 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16c700): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16cc00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16cc00): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeee460 item 72 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16cc00): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16cc00): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16cc00): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16cc00): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16cc00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.075612495 +0000 UTC m=+31.033463582 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16cc00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16d140): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16d140): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16d140): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16d140): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16d140): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.075612495 +0000 UTC m=+31.033463582 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16d140): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeee690 item 72 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16d700): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16d700): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16d700): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16d700): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16d700): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16d700): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16d700): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.076678002 +0000 UTC m=+31.034529087 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16d700): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16dc00): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16dc00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16dc00): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeeea10 item 73 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16dc00): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16dc00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.077185652 +0000 UTC m=+31.035036739 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe16dc00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17c1c0): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17c1c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17c1c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17c1c0): >_readAt: n=2, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17c1c0): _writeAt: size=3, off=2 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeeebd0 item 73 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17c1c0): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17c1c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.077615767 +0000 UTC m=+31.035466853 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17c1c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17c700): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17c700): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17c700): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17c700): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17c700): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.077615767 +0000 UTC m=+31.035466853 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17c700): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeeee00 item 73 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17cd40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17cd40): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17cd40): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17cd40): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17cd40): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17cd40): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17cd40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.078700881 +0000 UTC m=+31.036551967 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17cd40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17d240): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17d240): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17d240): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeef180 item 74 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17d240): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17d240): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.079108672 +0000 UTC m=+31.036959758 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17d240): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17d780): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17d780): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeef340 item 74 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17d780): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17d780): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17d780): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17d780): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17d780): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.079744625 +0000 UTC m=+31.037595712 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17d780): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17dd00): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17dd00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17dd00): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17dd00): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17dd00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.079744625 +0000 UTC m=+31.037595712 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fe17dd00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeef500 item 74 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfc440): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfc440): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfc440): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfc440): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfc440): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfc440): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfc440): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.08099386 +0000 UTC m=+31.038844946 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfc440): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfc940): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfc940): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfc940): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeef880 item 75 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfc940): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfc940): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.081440456 +0000 UTC m=+31.039291562 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfc940): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfce80): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfce80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfce80): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfce80): >_readAt: n=2, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfce80): _writeAt: size=3, off=2 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeefa40 item 75 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfce80): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfce80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.081909292 +0000 UTC m=+31.039760378 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfce80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfd3c0): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfd3c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfd3c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfd3c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfd3c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.081909292 +0000 UTC m=+31.039760378 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfd3c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdeefc00 item 75 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfda00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfda00): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfda00): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfda00): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfda00): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfda00): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfda00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.083124553 +0000 UTC m=+31.040975639 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdbfda00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44000): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44000): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44000): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8ba310 item 76 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44000): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44000): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.083639688 +0000 UTC m=+31.041490795 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44000): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44540): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44540): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8ba9a0 item 76 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44540): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44540): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44540): _writeAt: size=3, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44540): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44540): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.084207713 +0000 UTC m=+31.042058819 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44540): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44ac0): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44ac0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44ac0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44ac0): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44ac0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.084207713 +0000 UTC m=+31.042058819 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc44ac0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8bad20 item 76 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45100): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45100): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45100): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45100): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45100): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45100): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45100): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.085436378 +0000 UTC m=+31.043287484 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45100): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45600): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45600): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45600): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8bb2d0 item 77 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45600): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45600): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.085869488 +0000 UTC m=+31.043720575 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45600): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45d00): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45d00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45d00): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45d00): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45d00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.085869488 +0000 UTC m=+31.043720575 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc45d00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8bb500 item 77 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7a440): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7a440): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7a440): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7a440): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7a440): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7a440): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7a440): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.087155882 +0000 UTC m=+31.045006969 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7a440): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7a940): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7a940): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7a940): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8bba40 item 78 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7a940): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7a940): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.087722665 +0000 UTC m=+31.045573751 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7a940): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7b040): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7b040): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7b040): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7b040): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7b040): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.087722665 +0000 UTC m=+31.045573751 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7b040): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b81c0 item 78 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7b680): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7b680): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7b680): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7b680): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7b680): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7b680): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7b680): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.089036602 +0000 UTC m=+31.046887688 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7b680): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7bb80): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7bb80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7bb80): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b8620 item 79 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7bb80): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7bb80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.089439384 +0000 UTC m=+31.047290470 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdc7bb80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcac380): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcac380): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcac380): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcac380): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcac380): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.089439384 +0000 UTC m=+31.047290470 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcac380): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b8850 item 79 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcac9c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcac9c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcac9c0): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcac9c0): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcac9c0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcac9c0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcac9c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.090559555 +0000 UTC m=+31.048410651 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcac9c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcacec0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcacec0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcacec0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b8e00 item 80 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcacec0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcacec0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.090941818 +0000 UTC m=+31.048792904 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcacec0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcad5c0): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcad5c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcad5c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcad5c0): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcad5c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.090941818 +0000 UTC m=+31.048792904 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcad5c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b9180 item 80 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcadc00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcadc00): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcadc00): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcadc00): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcadc00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.09222164 +0000 UTC m=+31.050072726 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdcadc00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0180): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0180): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0180): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0180): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0180): >_readAt: n=2, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0180): _writeAt: size=3, off=7 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b95e0 item 81 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0180): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0180): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.092853185 +0000 UTC m=+31.050704271 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0180): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce06c0): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce06c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce06c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce06c0): >_readAt: n=8, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce06c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.092853185 +0000 UTC m=+31.050704271 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce06c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd8b99d0 item 81 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0d40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0d40): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0d40): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0d40): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0d40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.094055661 +0000 UTC m=+31.051906747 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce0d40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1240): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1240): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1240): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5c230 item 82 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1240): _readAt: size=2, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1240): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1240): _writeAt: size=3, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1240): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1240): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.094527775 +0000 UTC m=+31.052378861 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1240): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce17c0): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce17c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce17c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce17c0): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce17c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.094527775 +0000 UTC m=+31.052378861 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce17c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5c4d0 item 82 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1e40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1e40): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1e40): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1e40): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1e40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.095795625 +0000 UTC m=+31.053646710 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdce1e40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18440): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18440): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18440): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18440): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18440): >_readAt: n=2, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18440): _writeAt: size=3, off=7 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5ce00 item 83 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18440): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18440): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.096297554 +0000 UTC m=+31.054148641 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18440): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18980): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18980): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18980): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18980): >_readAt: n=8, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18980): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.096297554 +0000 UTC m=+31.054148641 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd18980): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5cfc0 item 83 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19000): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19000): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19000): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19000): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19000): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.097622051 +0000 UTC m=+31.055473147 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19000): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19500): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19500): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19500): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5d420 item 84 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19500): _readAt: size=2, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19500): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19500): _writeAt: size=3, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19500): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19500): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.098145722 +0000 UTC m=+31.055996808 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19500): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19a80): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19a80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19a80): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19a80): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19a80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.098145722 +0000 UTC m=+31.055996808 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd19a80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5d6c0 item 84 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a200): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a200): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a200): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a200): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a200): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.09926989 +0000 UTC m=+31.057120976 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a200): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a700): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a700): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a700): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a700): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a700): >_readAt: n=2, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a700): _writeAt: size=3, off=7 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fde5db20 item 85 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a700): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a700): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.099867691 +0000 UTC m=+31.057718787 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7a700): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7ac40): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7ac40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7ac40): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7ac40): >_readAt: n=8, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7ac40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.099867691 +0000 UTC m=+31.057718787 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7ac40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fd86ad90 item 85 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b2c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b2c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b2c0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b2c0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b2c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.101536891 +0000 UTC m=+31.059387976 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b2c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b7c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b7c0): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b7c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5e310 item 86 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b7c0): _readAt: size=2, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b7c0): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b7c0): _writeAt: size=3, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b7c0): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b7c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.102208912 +0000 UTC m=+31.060059999 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7b7c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7bd40): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7bd40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7bd40): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7bd40): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7bd40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.102208912 +0000 UTC m=+31.060059999 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdd7bd40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5e4d0 item 86 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb04c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb04c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb04c0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb04c0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb04c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.103392302 +0000 UTC m=+31.061243388 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb04c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb09c0): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb09c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb09c0): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb09c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb09c0): >_readAt: n=2, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb09c0): _writeAt: size=3, off=7 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5e850 item 87 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb09c0): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb09c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.103855248 +0000 UTC m=+31.061706334 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb09c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb0f00): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb0f00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb0f00): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb0f00): >_readAt: n=8, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb0f00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.103855248 +0000 UTC m=+31.061706334 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb0f00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5ea10 item 87 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1580): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1580): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1580): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1580): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1580): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.105408268 +0000 UTC m=+31.063259384 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1580): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1a80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1a80): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1a80): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5ee00 item 88 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1a80): _readAt: size=2, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1a80): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1a80): _writeAt: size=3, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1a80): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1a80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.10603281 +0000 UTC m=+31.063883946 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddb1a80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6100): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6100): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6100): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6100): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6100): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.10603281 +0000 UTC m=+31.063883946 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6100): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5efc0 item 88 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6740): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6740): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6740): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6740): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6740): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6740): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6740): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6740): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.107466924 +0000 UTC m=+31.065318060 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6740): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6c80): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6c80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6c80): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5f340 item 89 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6c80): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6c80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.107940009 +0000 UTC m=+31.065791095 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd6c80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd71c0): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd71c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd71c0): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd71c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd71c0): >_readAt: n=2, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd71c0): _writeAt: size=3, off=7 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5f500 item 89 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd71c0): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd71c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.108398286 +0000 UTC m=+31.066249373 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd71c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7740): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7740): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7740): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7740): >_readAt: n=8, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7740): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.108398286 +0000 UTC m=+31.066249373 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7740): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5f810 item 89 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7d80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7d80): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7d80): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7d80): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7d80): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7d80): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7d80): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7d80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.10970523 +0000 UTC m=+31.067556316 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fddd7d80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde803c0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde803c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde803c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5fc00 item 90 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde803c0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde803c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.110236905 +0000 UTC m=+31.068087992 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde803c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80900): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80900): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80900): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdf5fdc0 item 90 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80900): _readAt: size=2, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80900): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80900): _writeAt: size=3, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80900): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80900): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.110940649 +0000 UTC m=+31.068791734 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80900): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80ec0): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80ec0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80ec0): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80ec0): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80ec0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.110940649 +0000 UTC m=+31.068791734 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde80ec0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec21c0 item 90 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81500): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81500): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81500): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81500): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81500): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81500): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81500): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81500): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.11234182 +0000 UTC m=+31.070192905 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81500): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81a40): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81a40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81a40): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec25b0 item 91 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81a40): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81a40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.112817571 +0000 UTC m=+31.070668677 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fde81a40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca080): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca080): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca080): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca080): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca080): >_readAt: n=2, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca080): _writeAt: size=3, off=7 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec29a0 item 91 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca080): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca080): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.113331122 +0000 UTC m=+31.071182209 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca080): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca600): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca600): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca600): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca600): >_readAt: n=8, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca600): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.113331122 +0000 UTC m=+31.071182209 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeca600): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec2b60 item 91 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecac40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecac40): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecac40): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecac40): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecac40): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecac40): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecac40): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecac40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.114701556 +0000 UTC m=+31.072552642 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecac40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb180): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb180): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb180): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec3420 item 92 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb180): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb180): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.115061357 +0000 UTC m=+31.072912443 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb180): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb6c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb6c0): open at offset 5 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb6c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec35e0 item 92 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb6c0): _readAt: size=2, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb6c0): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb6c0): _writeAt: size=3, off=5 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb6c0): >_writeAt: n=3, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb6c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.115711578 +0000 UTC m=+31.073562664 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecb6c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecbc80): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecbc80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecbc80): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecbc80): >_readAt: n=3, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecbc80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.115711578 +0000 UTC m=+31.073562664 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdecbc80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec3880 item 92 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe3c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe3c0): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe3c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe3c0): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe3c0): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe3c0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe3c0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe3c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.117248085 +0000 UTC m=+31.075099171 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe3c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe900): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe900): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe900): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fdec3c70 item 93 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe900): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe900): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.117738023 +0000 UTC m=+31.075589109 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdefe900): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff000): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff000): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff000): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff000): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff000): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.117738023 +0000 UTC m=+31.075589109 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff000): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded8380 item 93 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff640): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff640): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff640): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff640): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff640): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff640): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff640): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff640): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.119153502 +0000 UTC m=+31.077004588 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeff640): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeffb80): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeffb80): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeffb80): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded8700 item 94 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeffb80): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeffb80): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.119652887 +0000 UTC m=+31.077504004 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdeffb80): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf26380): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf26380): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf26380): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf26380): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf26380): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.119652887 +0000 UTC m=+31.077504004 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf26380): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded88c0 item 94 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf269c0): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf269c0): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf269c0): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf269c0): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf269c0): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf269c0): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf269c0): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf269c0): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.121054319 +0000 UTC m=+31.078905405 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf269c0): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf26f00): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf26f00): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf26f00): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded8cb0 item 95 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf26f00): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf26f00): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.121524931 +0000 UTC m=+31.079376037 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf26f00): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27600): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27600): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27600): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27600): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27600): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.121524931 +0000 UTC m=+31.079376037 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27600): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded8f50 item 95 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27c40): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27c40): open at offset 0 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27c40): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27c40): _readAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27c40): >_readAt: n=0, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27c40): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27c40): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27c40): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.122964274 +0000 UTC m=+31.080815360 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf27c40): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf42280): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf42280): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf42280): >openPending: err= 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded9500 item 96 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf42280): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf42280): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.123399177 +0000 UTC m=+31.081250263 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf42280): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/10 01:16:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/10 01:16:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf42980): _readAt: size=512, off=0 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf42980): openPending: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf42980): >openPending: err= 2026/05/10 01:16:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf42980): >_readAt: n=5, err=EOF 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf42980): close: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-10 01:16:38.123399177 +0000 UTC m=+31.081250263 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : open-test-file(0x2c36fdf42980): >close: err= 2026/05/10 01:16:38 DEBUG : open-test-file: Remove: 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2c36fded9730 item 96 2026/05/10 01:16:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/10 01:16:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/10 01:16:38 DEBUG : open-test-file: >Remove: err= 2026/05/10 01:16:38 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:38 DEBUG : Looking for writers 2026/05/10 01:16:38 DEBUG : >WaitForWriters: 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.41s) --- PASS: TestRWFileHandleOpenTests/writes (0.22s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.19s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:38 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : file1: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : file1(0x2c36fd9e1440): openPending: 2026/05/10 01:16:38 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:38 DEBUG : file1(0x2c36fd9e1440): >openPending: err= 2026/05/10 01:16:38 DEBUG : file1: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:38 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/10 01:16:38 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/10 01:16:38 DEBUG : file1(0x2c36fd9e1440): _writeAt: size=2, off=0 2026/05/10 01:16:38 DEBUG : file1(0x2c36fd9e1440): >_writeAt: n=2, err= 2026/05/10 01:16:38 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/10 01:16:38 DEBUG : file1(0x2c36fd9e1440): RWFileHandle.Flush 2026/05/10 01:16:38 DEBUG : file1(0x2c36fd9e1440): RWFileHandle.Release 2026/05/10 01:16:38 DEBUG : file1(0x2c36fd9e1440): close: 2026/05/10 01:16:38 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/10 01:16:38 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : file1(0x2c36fd9e1440): >close: err= 2026/05/10 01:16:38 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:38 DEBUG : Looking for writers 2026/05/10 01:16:38 DEBUG : file1: reading active writers 2026/05/10 01:16:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:38 DEBUG : Looking for writers 2026/05/10 01:16:38 DEBUG : file1: reading active writers 2026/05/10 01:16:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:38 DEBUG : Looking for writers 2026/05/10 01:16:38 DEBUG : file1: reading active writers 2026/05/10 01:16:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:38 DEBUG : Looking for writers 2026/05/10 01:16:38 DEBUG : file1: reading active writers 2026/05/10 01:16:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:38 DEBUG : file1: vfs cache: starting upload 2026/05/10 01:16:38 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1.a0a9169e.partial" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1.a0a9169e.partial 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1.a0a9169e.partial" 2026/05/10 01:16:38 DEBUG : Looking for writers 2026/05/10 01:16:38 DEBUG : file1: reading active writers 2026/05/10 01:16:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:38 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-gaqiyay1guto/dir/file1: no such file or directory 2026/05/10 01:16:38 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-gaqiyay1guto/dir/file1: no such file or directory 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gaqiyay1guto/file1.a0a9169e.partial 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:38 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/10 01:16:38 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/10 01:16:38 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/10 01:16:38 INFO : file1: Copied (new) 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:38 DEBUG : Looking for writers 2026/05/10 01:16:38 DEBUG : file1: reading active writers 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:38 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/10 01:16:38 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/10 01:16:38 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/10 01:16:38 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:38 DEBUG : >WaitForWriters: 2026/05/10 01:16:38 INFO : file1: vfs cache: upload succeeded try #1 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:38 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:38 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-gaqiyay1guto/dir/file1: no such file or directory 2026/05/10 01:16:38 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-gaqiyay1guto/dir/file1: no such file or directory 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:38 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/10 01:16:38 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:38 DEBUG : Looking for writers 2026/05/10 01:16:38 DEBUG : file1: reading active writers 2026/05/10 01:16:38 DEBUG : >WaitForWriters: 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:38 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:38 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:38 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:38 DEBUG : rename_me: newRWFileHandle: 2026/05/10 01:16:38 DEBUG : rename_me(0x2c36fdf42380): openPending: 2026/05/10 01:16:38 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/10 01:16:38 DEBUG : rename_me(0x2c36fdf42380): >openPending: err= 2026/05/10 01:16:38 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/10 01:16:38 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/10 01:16:38 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/10 01:16:38 DEBUG : rename_me(0x2c36fdf42380): _writeAt: size=5, off=0 2026/05/10 01:16:38 DEBUG : rename_me(0x2c36fdf42380): >_writeAt: n=5, err= 2026/05/10 01:16:38 DEBUG : rename_me(0x2c36fdf42380): close: 2026/05/10 01:16:38 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-10 01:16:38.648300095 +0000 UTC m=+31.606151191 2026/05/10 01:16:38 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/10 01:16:38 DEBUG : rename_me(0x2c36fdf42380): >close: err= 2026/05/10 01:16:38 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/10 01:16:38 DEBUG : i_was_renamed: Updating file with 0x2c36fdc5c000 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/10 01:16:38 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:38 DEBUG : Looking for writers 2026/05/10 01:16:38 DEBUG : i_was_renamed: reading active writers 2026/05/10 01:16:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/10 01:16:38 DEBUG : Looking for writers 2026/05/10 01:16:38 DEBUG : i_was_renamed: reading active writers 2026/05/10 01:16:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/10 01:16:38 DEBUG : Looking for writers 2026/05/10 01:16:38 DEBUG : i_was_renamed: reading active writers 2026/05/10 01:16:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/10 01:16:38 DEBUG : Looking for writers 2026/05/10 01:16:38 DEBUG : i_was_renamed: reading active writers 2026/05/10 01:16:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/10 01:16:38 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/10 01:16:38 DEBUG : i_was_renamed.c88591ac.partial: size = 5 OK 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/i_was_renamed.c88591ac.partial" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/i_was_renamed.c88591ac.partial 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/i_was_renamed.c88591ac.partial" 2026/05/10 01:16:38 DEBUG : Looking for writers 2026/05/10 01:16:38 DEBUG : i_was_renamed: reading active writers 2026/05/10 01:16:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/i_was_renamed.c88591ac.partial 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:38 DEBUG : i_was_renamed.c88591ac.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:38 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/10 01:16:38 DEBUG : i_was_renamed.c88591ac.partial: renamed to: i_was_renamed 2026/05/10 01:16:38 INFO : i_was_renamed: Copied (new) 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/i_was_renamed" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/i_was_renamed 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/i_was_renamed" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/i_was_renamed 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:38 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:38 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-10 01:16:38 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/10 01:16:38 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/10 01:16:38 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/10 01:16:38 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/10 01:16:38 DEBUG : Looking for writers 2026/05/10 01:16:38 DEBUG : i_was_renamed: reading active writers 2026/05/10 01:16:38 DEBUG : >WaitForWriters: 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:38 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/10 01:16:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gaqiyay1guto" 2026/05/10 01:16:38 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:38 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/10 01:16:39 DEBUG : forgetting directory cache 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate(0x2c36fdf43180): _readAt: size=512, off=0 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate(0x2c36fdf43180): openPending: 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-10 00:17:38 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/10 01:16:39 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate(0x2c36fdf43180): >openPending: err= 2026/05/10 01:16:39 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate(0x2c36fdf43180): >_readAt: n=20, err=EOF 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate(0x2c36fdf43180): close: 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-10 00:17:38 +0000 UTC 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate(0x2c36fdf43180): >close: err= 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : forgetting directory cache 2026/05/10 01:16:39 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate(0x2c36fe0baec0): _readAt: size=512, off=0 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate(0x2c36fe0baec0): openPending: 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-10 00:18:38 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-10 00:17:38 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-10 00:18:38 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-10 00:17:38 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/10 01:16:39 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/10 01:16:39 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate(0x2c36fe0baec0): >openPending: err= 2026/05/10 01:16:39 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate(0x2c36fe0baec0): >_readAt: n=20, err=EOF 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate(0x2c36fe0baec0): close: 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-10 00:18:38 +0000 UTC 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate(0x2c36fe0baec0): >close: err= 2026/05/10 01:16:39 DEBUG : Re-reading directory (102.768673ms old) 2026/05/10 01:16:39 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:39 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:40 DEBUG : forgetting directory cache 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate(0x2c36fda9b280): _readAt: size=512, off=0 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate(0x2c36fda9b280): openPending: 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-10 00:19:38 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-10 00:18:38 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-10 00:19:38 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-10 00:18:38 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/10 01:16:40 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/10 01:16:40 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate(0x2c36fda9b280): >openPending: err= 2026/05/10 01:16:40 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate(0x2c36fda9b280): >_readAt: n=20, err=EOF 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate(0x2c36fda9b280): close: 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-10 00:19:38 +0000 UTC 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate(0x2c36fda9b280): >close: err= 2026/05/10 01:16:40 DEBUG : Re-reading directory (113.882728ms old) 2026/05/10 01:16:40 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:40 DEBUG : forgetting directory cache 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate(0x2c36fddf1640): _readAt: size=512, off=0 2026/05/10 01:16:40 DEBUG : TestRWCacheUpdate(0x2c36fddf1640): openPending: 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:40 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-10 00:20:38 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-10 00:19:38 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-10 00:20:38 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-10 00:19:38 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/10 01:16:41 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/10 01:16:41 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate(0x2c36fddf1640): >openPending: err= 2026/05/10 01:16:41 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate(0x2c36fddf1640): >_readAt: n=20, err=EOF 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate(0x2c36fddf1640): close: 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-10 00:20:38 +0000 UTC 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate(0x2c36fddf1640): >close: err= 2026/05/10 01:16:41 DEBUG : Re-reading directory (112.179092ms old) 2026/05/10 01:16:41 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : forgetting directory cache 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate(0x2c36fdcd4c00): _readAt: size=512, off=0 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate(0x2c36fdcd4c00): openPending: 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-10 00:21:38 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-10 00:20:38 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-10 00:21:38 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-10 00:20:38 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/10 01:16:41 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/10 01:16:41 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate(0x2c36fdcd4c00): >openPending: err= 2026/05/10 01:16:41 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate(0x2c36fdcd4c00): >_readAt: n=20, err=EOF 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate(0x2c36fdcd4c00): close: 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-10 00:21:38 +0000 UTC 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate(0x2c36fdcd4c00): >close: err= 2026/05/10 01:16:41 DEBUG : Re-reading directory (112.925845ms old) 2026/05/10 01:16:41 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : forgetting directory cache 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate(0x2c36fd9d2780): _readAt: size=512, off=0 2026/05/10 01:16:41 DEBUG : TestRWCacheUpdate(0x2c36fd9d2780): openPending: 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:41 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-10 00:22:38 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-10 00:21:38 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-10 00:22:38 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-10 00:21:38 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/10 01:16:42 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/10 01:16:42 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate(0x2c36fd9d2780): >openPending: err= 2026/05/10 01:16:42 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate(0x2c36fd9d2780): >_readAt: n=20, err=EOF 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate(0x2c36fd9d2780): close: 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-10 00:22:38 +0000 UTC 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate(0x2c36fd9d2780): >close: err= 2026/05/10 01:16:42 DEBUG : Re-reading directory (100.640514ms old) 2026/05/10 01:16:42 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/10 01:16:42 DEBUG : forgetting directory cache 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate(0x2c36fddf1ec0): _readAt: size=512, off=0 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate(0x2c36fddf1ec0): openPending: 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-10 00:23:38 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-10 00:22:38 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-10 00:23:38 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-10 00:22:38 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/10 01:16:42 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/10 01:16:42 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate(0x2c36fddf1ec0): >openPending: err= 2026/05/10 01:16:42 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate(0x2c36fddf1ec0): >_readAt: n=21, err=EOF 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate(0x2c36fddf1ec0): close: 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-10 00:23:38 +0000 UTC 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate(0x2c36fddf1ec0): >close: err= 2026/05/10 01:16:42 DEBUG : Re-reading directory (114.26535ms old) 2026/05/10 01:16:42 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:42 DEBUG : forgetting directory cache 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:42 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:42 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate(0x2c36fdcd5b40): _readAt: size=512, off=0 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate(0x2c36fdcd5b40): openPending: 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-10 00:24:38 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-10 00:23:38 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-10 00:24:38 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-10 00:23:38 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/10 01:16:43 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/10 01:16:43 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate(0x2c36fdcd5b40): >openPending: err= 2026/05/10 01:16:43 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate(0x2c36fdcd5b40): >_readAt: n=22, err=EOF 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate(0x2c36fdcd5b40): close: 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-10 00:24:38 +0000 UTC 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate(0x2c36fdcd5b40): >close: err= 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : forgetting directory cache 2026/05/10 01:16:43 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate(0x2c36fdeea900): _readAt: size=512, off=0 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate(0x2c36fdeea900): openPending: 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-10 00:25:38 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-10 00:24:38 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-10 00:25:38 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-10 00:24:38 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/10 01:16:43 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/10 01:16:43 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate(0x2c36fdeea900): >openPending: err= 2026/05/10 01:16:43 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate(0x2c36fdeea900): >_readAt: n=23, err=EOF 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate(0x2c36fdeea900): close: 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-10 00:25:38 +0000 UTC 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate(0x2c36fdeea900): >close: err= 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : forgetting directory cache 2026/05/10 01:16:43 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:43 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:43 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate(0x2c36fded6480): _readAt: size=512, off=0 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate(0x2c36fded6480): openPending: 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/TestRWCacheUpdate" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-gaqiyay1guto/TestRWCacheUpdate 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-10 00:26:38 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-10 00:25:38 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-10 00:26:38 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-10 00:25:38 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/10 01:16:44 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/10 01:16:44 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate(0x2c36fded6480): >openPending: err= 2026/05/10 01:16:44 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate(0x2c36fded6480): >_readAt: n=24, err=EOF 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate(0x2c36fded6480): close: 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-10 00:26:38 +0000 UTC 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate(0x2c36fded6480): >close: err= 2026/05/10 01:16:44 DEBUG : Re-reading directory (112.219168ms old) 2026/05/10 01:16:44 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/10 01:16:44 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:44 DEBUG : Looking for writers 2026/05/10 01:16:44 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/10 01:16:44 DEBUG : >WaitForWriters: 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.18s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FiLeA" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/FiLeA 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/FiLeA" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gaqiyay1guto/FiLeA 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:44 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FiLeA" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/FiLeA 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/FiLeA" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-gaqiyay1guto/FiLeA 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:44 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FiLeB" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/FiLeB 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/FiLeB" 2026/05/10 01:16:44 DEBUG : forgetting directory cache 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gaqiyay1guto/FiLeB 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:44 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FiLeB" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/FiLeB 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/FiLeB" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-gaqiyay1guto/FiLeB 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:44 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/10 01:16:44 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:44 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:44 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:44 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/10 01:16:44 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/10 01:16:44 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/10 01:16:44 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:44 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FiLeA" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/FiLeA 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/FiLeA" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gaqiyay1guto/FiLeA 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:44 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/10 01:16:44 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:44 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/10 01:16:44 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/10 01:16:44 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/10 01:16:44 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:44 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FiLeA" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/FiLeA 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/FiLeA" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gaqiyay1guto/FiLeA 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:44 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/10 01:16:44 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:44 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/10 01:16:44 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/10 01:16:44 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/10 01:16:44 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:44 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:44 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:44 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/10 01:16:44 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/10 01:16:44 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/10 01:16:44 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:44 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FiLeB" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/FiLeB 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/FiLeB" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gaqiyay1guto/FiLeB 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:44 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/10 01:16:44 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:44 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/10 01:16:44 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/10 01:16:44 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/10 01:16:44 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:44 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FilEb" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/FilEb 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/FilEb" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-gaqiyay1guto/FilEb 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:44 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FiLeA" 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/FiLeA 2026/05/10 01:16:44 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/FiLeA" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gaqiyay1guto/FiLeA 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:45 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FiLeA" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/FiLeA 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/FiLeA" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-gaqiyay1guto/FiLeA 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:45 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FiLeB" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/FiLeB 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/FiLeB" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gaqiyay1guto/FiLeB 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:45 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FiLeB" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/FiLeB 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/FiLeB" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-gaqiyay1guto/FiLeB 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:45 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FilEb" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/FilEb 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/FilEb" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-gaqiyay1guto/FilEb 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:45 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FilEb" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/FilEb 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/FilEb" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-gaqiyay1guto/FilEb 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:45 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/10 01:16:45 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/10 01:16:45 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/10 01:16:45 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/10 01:16:45 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:45 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:45 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/10 01:16:45 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/10 01:16:45 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/10 01:16:45 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:45 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:45 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/10 01:16:45 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/10 01:16:45 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/10 01:16:45 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:45 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:45 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/10 01:16:45 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/10 01:16:45 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/10 01:16:45 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:45 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:45 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/10 01:16:45 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/10 01:16:45 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/10 01:16:45 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:45 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FiLeB" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/FiLeB 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/FiLeB" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gaqiyay1guto/FiLeB 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:45 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/10 01:16:45 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/10 01:16:45 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/10 01:16:45 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/10 01:16:45 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:45 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/FilEb" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/FilEb 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/FilEb" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-gaqiyay1guto/FilEb 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:45 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/10 01:16:45 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/10 01:16:45 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/10 01:16:45 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/10 01:16:45 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/10 01:16:45 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/10 01:16:45 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/10 01:16:45 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/10 01:16:45 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:45 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:45 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:45 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:45 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:45 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/10 01:16:45 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/10 01:16:45 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/10 01:16:45 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:45 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:45 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/10 01:16:45 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/10 01:16:45 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/10 01:16:45 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:45 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:45 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:45 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:45 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:45 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:45 DEBUG : Looking for writers 2026/05/10 01:16:45 DEBUG : FiLeA: reading active writers 2026/05/10 01:16:45 DEBUG : FiLeB: reading active writers 2026/05/10 01:16:45 DEBUG : FilEb: reading active writers 2026/05/10 01:16:45 DEBUG : >WaitForWriters: 2026/05/10 01:16:45 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:45 DEBUG : Looking for writers 2026/05/10 01:16:45 DEBUG : FiLeB: reading active writers 2026/05/10 01:16:45 DEBUG : FilEb: reading active writers 2026/05/10 01:16:45 DEBUG : FiLeA: reading active writers 2026/05/10 01:16:45 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.58s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/normal name with no special characters.txt" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/normal\ name\ with\ no\ special\ characters.txt 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/normal\ name\ with\ no\ special\ characters.txt" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gaqiyay1guto/normal name with no special characters.txt 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:45 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/normal name with no special characters.txt" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/normal\ name\ with\ no\ special\ characters.txt 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/normal\ name\ with\ no\ special\ characters.txt" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-gaqiyay1guto/normal name with no special characters.txt 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:45 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/測試_Русский___ě_áñ" 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/測試_Русский___ě_áñ 2026/05/10 01:16:45 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/測試_Русский___ě_áñ" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gaqiyay1guto/測試_Русский___ě_áñ 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:46 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/測試_Русский___ě_áñ" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/測試_Русский___ě_áñ 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/測試_Русский___ě_áñ" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-gaqiyay1guto/測試_Русский___ě_áñ 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:46 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/10 01:16:46 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:46 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:46 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/10 01:16:46 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/10 01:16:46 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/10 01:16:46 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:46 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/normal name with no special characters.txt" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/normal\ name\ with\ no\ special\ characters.txt 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/normal\ name\ with\ no\ special\ characters.txt" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gaqiyay1guto/normal name with no special characters.txt 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:46 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/10 01:16:46 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:46 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/10 01:16:46 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/10 01:16:46 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/10 01:16:46 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:46 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/測試_Русский___ě_áñ" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/測試_Русский___ě_áñ 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/測試_Русский___ě_áñ" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gaqiyay1guto/測試_Русский___ě_áñ 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:46 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/10 01:16:46 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:46 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/10 01:16:46 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/10 01:16:46 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/10 01:16:46 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:46 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:46 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:46 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:46 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:46 DEBUG : Looking for writers 2026/05/10 01:16:46 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/10 01:16:46 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/10 01:16:46 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.60s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:46 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Reusing VFS from active cache 2026/05/10 01:16:46 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:46 DEBUG : Looking for writers 2026/05/10 01:16:46 DEBUG : >WaitForWriters: 2026/05/10 01:16:46 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:46 DEBUG : Looking for writers 2026/05/10 01:16:46 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:46 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:46 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:46 DEBUG : Looking for writers 2026/05/10 01:16:46 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:46 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:46 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:46 DEBUG : Looking for writers 2026/05/10 01:16:46 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:46 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:46 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:46 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:46 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:46 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/10 01:16:46 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:46 DEBUG : dir: Looking for writers 2026/05/10 01:16:46 DEBUG : file2: reading active writers 2026/05/10 01:16:46 DEBUG : Looking for writers 2026/05/10 01:16:46 DEBUG : dir: reading active writers 2026/05/10 01:16:46 DEBUG : file1: reading active writers 2026/05/10 01:16:46 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.41s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:46 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:46 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:46 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:46 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:47 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:47 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/10 01:16:47 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:47 DEBUG : dir: Looking for writers 2026/05/10 01:16:47 DEBUG : Looking for writers 2026/05/10 01:16:47 DEBUG : dir: reading active writers 2026/05/10 01:16:47 DEBUG : file1: reading active writers 2026/05/10 01:16:47 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.37s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:47 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:47 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:47 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:47 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:47 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/10 01:16:47 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:47 DEBUG : file1: Open: flags=O_RDONLY 2026/05/10 01:16:47 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/10 01:16:47 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/10 01:16:47 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:47 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/10 01:16:47 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/10 01:16:47 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:47 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:47 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:47 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/10 01:16:47 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/10 01:16:47 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/10 01:16:47 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (0 bytes), uploading instead of streaming 2026/05/10 01:16:47 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/new_file.txt" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/new_file.txt 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/new_file.txt" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gaqiyay1guto/dir/new_file.txt 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:47 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/10 01:16:47 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/10 01:16:47 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/10 01:16:47 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/10 01:16:47 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:47 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/10 01:16:47 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:47 DEBUG : dir: Looking for writers 2026/05/10 01:16:47 DEBUG : file2: reading active writers 2026/05/10 01:16:47 DEBUG : new_file.txt: reading active writers 2026/05/10 01:16:47 DEBUG : Looking for writers 2026/05/10 01:16:47 DEBUG : file1: reading active writers 2026/05/10 01:16:47 DEBUG : dir: reading active writers 2026/05/10 01:16:47 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.50s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:47 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:47 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file2" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gaqiyay1guto/dir/file2 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:47 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/10 01:16:47 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/10 01:16:47 DEBUG : dir/file1: Updating file with dir/file1 0x2c36fddfd790 2026/05/10 01:16:47 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/10 01:16:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:47 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:47 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/dir/file1" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gaqiyay1guto/dir/file1 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:48 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/10 01:16:48 INFO : dir/file1: Moved (server-side) to: file0 2026/05/10 01:16:48 DEBUG : file0: Updating file with file0 0x2c36fddfd790 2026/05/10 01:16:48 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file0" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file0 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file0" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gaqiyay1guto/file0 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:48 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file0" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/file0 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/file0" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gaqiyay1guto/file0 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:48 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/10 01:16:48 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:48 DEBUG : dir: Looking for writers 2026/05/10 01:16:48 DEBUG : Looking for writers 2026/05/10 01:16:48 DEBUG : dir: reading active writers 2026/05/10 01:16:48 DEBUG : file0: reading active writers 2026/05/10 01:16:48 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.60s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:48 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Server has VFS statistics extension 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: About path "/rclone-test-gaqiyay1guto" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: About path "/rclone-test-gaqiyay1guto" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: About using shell command for shell type "unix" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: df -k /rclone-test-gaqiyay1guto 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "df -k /rclone-test-gaqiyay1guto" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 58523252 92249756 37% / 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:48 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:48 DEBUG : Looking for writers 2026/05/10 01:16:48 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.10s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:48 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/10 01:16:48 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:48 DEBUG : Looking for writers 2026/05/10 01:16:48 DEBUG : a: Looking for writers 2026/05/10 01:16:48 DEBUG : b: Looking for writers 2026/05/10 01:16:48 DEBUG : c: Looking for writers 2026/05/10 01:16:48 DEBUG : d: Looking for writers 2026/05/10 01:16:48 DEBUG : Looking for writers 2026/05/10 01:16:48 DEBUG : c: reading active writers 2026/05/10 01:16:48 DEBUG : d: reading active writers 2026/05/10 01:16:48 DEBUG : /: reading active writers 2026/05/10 01:16:48 DEBUG : a: reading active writers 2026/05/10 01:16:48 DEBUG : b: reading active writers 2026/05/10 01:16:48 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:48 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/10 01:16:48 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/10 01:16:48 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/10 01:16:48 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/10 01:16:48 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:48 DEBUG : a/b/c/d: Looking for writers 2026/05/10 01:16:48 DEBUG : a/b/c: Looking for writers 2026/05/10 01:16:48 DEBUG : d: reading active writers 2026/05/10 01:16:48 DEBUG : a/b: Looking for writers 2026/05/10 01:16:48 DEBUG : c: reading active writers 2026/05/10 01:16:48 DEBUG : a: Looking for writers 2026/05/10 01:16:48 DEBUG : b: reading active writers 2026/05/10 01:16:48 DEBUG : Looking for writers 2026/05/10 01:16:48 DEBUG : a: reading active writers 2026/05/10 01:16:48 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-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:48 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:48 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:48 DEBUG : Looking for writers 2026/05/10 01:16:48 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-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:48 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/10 01:16:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:48 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/10 01:16:48 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/10 01:16:48 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (5 bytes), uploading instead of streaming 2026/05/10 01:16:48 DEBUG : file1: size = 5 OK 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:48 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:48 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/10 01:16:48 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:48 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:48 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/10 01:16:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/10 01:16:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/10 01:16:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/10 01:16:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/10 01:16:48 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/10 01:16:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/10 01:16:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/10 01:16:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (0 bytes), uploading instead of streaming 2026/05/10 01:16:48 DEBUG : file1: size = 0 OK 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:48 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/10 01:16:48 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/10 01:16:48 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/10 01:16:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/10 01:16:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/10 01:16:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (7 bytes), uploading instead of streaming 2026/05/10 01:16:48 DEBUG : file1: size = 7 OK 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:48 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:49 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:49 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:49 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:49 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/10 01:16:49 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/10 01:16:49 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/10 01:16:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:49 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:49 DEBUG : Looking for writers 2026/05/10 01:16:49 DEBUG : file1: reading active writers 2026/05/10 01:16:49 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.50s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:49 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:49 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:49 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:49 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/10 01:16:49 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/10 01:16:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:49 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/10 01:16:50 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/10 01:16:50 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/10 01:16:50 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (11 bytes), uploading instead of streaming 2026/05/10 01:16:50 DEBUG : file1: size = 11 OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:50 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/10 01:16:50 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/10 01:16:50 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:50 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:50 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/10 01:16:50 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:50 DEBUG : Looking for writers 2026/05/10 01:16:50 DEBUG : file1: reading active writers 2026/05/10 01:16:50 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.31s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:50 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/10 01:16:50 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/10 01:16:50 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (5 bytes), uploading instead of streaming 2026/05/10 01:16:50 DEBUG : file1: size = 5 OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:50 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/10 01:16:50 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/10 01:16:50 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/10 01:16:50 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:50 DEBUG : Looking for writers 2026/05/10 01:16:50 DEBUG : file1: reading active writers 2026/05/10 01:16:50 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:50 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/10 01:16:50 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/10 01:16:50 DEBUG : file1: WriteFileHandle.Release closing 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (0 bytes), uploading instead of streaming 2026/05/10 01:16:50 DEBUG : file1: size = 0 OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:50 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/10 01:16:50 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/10 01:16:50 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/10 01:16:50 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:50 DEBUG : Looking for writers 2026/05/10 01:16:50 DEBUG : file1: reading active writers 2026/05/10 01:16:50 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:50 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/10 01:16:50 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (2 bytes), uploading instead of streaming 2026/05/10 01:16:50 DEBUG : file1: size = 2 OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:50 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/10 01:16:50 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/10 01:16:50 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/10 01:16:50 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:50 DEBUG : Looking for writers 2026/05/10 01:16:50 DEBUG : file1: reading active writers 2026/05/10 01:16:50 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.10s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:50 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/10 01:16:50 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (0 bytes), uploading instead of streaming 2026/05/10 01:16:50 DEBUG : file1: size = 0 OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:50 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/10 01:16:50 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/10 01:16:50 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:50 DEBUG : file1: Open: flags=O_RDONLY 2026/05/10 01:16:50 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/10 01:16:50 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/10 01:16:50 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:50 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:50 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:50 DEBUG : Looking for writers 2026/05/10 01:16:50 DEBUG : file1: reading active writers 2026/05/10 01:16:50 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.10s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:50 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/10 01:16:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/10 01:16:50 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: File to upload is small (100 bytes), uploading instead of streaming 2026/05/10 01:16:50 DEBUG : file1: size = 100 OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/file1" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 8000012c8f71c5a7e6cfa511a5a36329 /rclone-test-gaqiyay1guto/file1 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:50 DEBUG : file1: Parsed hash: 8000012c8f71c5a7e6cfa511a5a36329 2026/05/10 01:16:50 DEBUG : file1: md5 = 8000012c8f71c5a7e6cfa511a5a36329 OK 2026/05/10 01:16:50 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/10 01:16:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/10 01:16:50 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/10 01:16:50 DEBUG : file1: Open: flags=O_RDONLY 2026/05/10 01:16:50 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/10 01:16:50 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/10 01:16:50 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:50 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:50 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:50 DEBUG : Looking for writers 2026/05/10 01:16:50 DEBUG : file1: reading active writers 2026/05/10 01:16:50 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:50 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f000.txt" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/flat/f000.txt 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/flat/f000.txt" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-gaqiyay1guto/flat/f000.txt 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:50 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f000.txt" 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/flat/f000.txt 2026/05/10 01:16:50 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/flat/f000.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-gaqiyay1guto/flat/f000.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:51 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f001.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/flat/f001.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/flat/f001.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-gaqiyay1guto/flat/f001.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:51 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f001.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/flat/f001.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/flat/f001.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-gaqiyay1guto/flat/f001.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:51 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f002.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/flat/f002.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/flat/f002.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-gaqiyay1guto/flat/f002.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:51 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f002.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/flat/f002.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/flat/f002.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-gaqiyay1guto/flat/f002.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:51 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f003.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/flat/f003.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/flat/f003.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-gaqiyay1guto/flat/f003.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:51 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f003.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/flat/f003.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/flat/f003.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-gaqiyay1guto/flat/f003.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:51 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f004.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/flat/f004.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/flat/f004.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-gaqiyay1guto/flat/f004.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:51 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f004.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: sha1sum /rclone-test-gaqiyay1guto/flat/f004.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gaqiyay1guto/flat/f004.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-gaqiyay1guto/flat/f004.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:51 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/10 01:16:51 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/10 01:16:51 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/10 01:16:51 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:51 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f000.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/flat/f000.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/flat/f000.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-gaqiyay1guto/flat/f000.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:51 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/10 01:16:51 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/10 01:16:51 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/10 01:16:51 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:51 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f001.txt" 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/flat/f001.txt 2026/05/10 01:16:51 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/flat/f001.txt" 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-gaqiyay1guto/flat/f001.txt 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:52 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/10 01:16:52 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/10 01:16:52 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/10 01:16:52 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:52 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f002.txt" 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/flat/f002.txt 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/flat/f002.txt" 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-gaqiyay1guto/flat/f002.txt 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:52 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/10 01:16:52 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/10 01:16:52 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/10 01:16:52 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:52 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f003.txt" 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/flat/f003.txt 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/flat/f003.txt" 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-gaqiyay1guto/flat/f003.txt 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:52 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/10 01:16:52 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/10 01:16:52 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/10 01:16:52 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:52 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/flat/f004.txt" 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/flat/f004.txt 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/flat/f004.txt" 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-gaqiyay1guto/flat/f004.txt 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:52 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/10 01:16:52 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:52 DEBUG : flat: Looking for writers 2026/05/10 01:16:52 DEBUG : f003.txt: reading active writers 2026/05/10 01:16:52 DEBUG : f004.txt: reading active writers 2026/05/10 01:16:52 DEBUG : f000.txt: reading active writers 2026/05/10 01:16:52 DEBUG : f001.txt: reading active writers 2026/05/10 01:16:52 DEBUG : f002.txt: reading active writers 2026/05/10 01:16:52 DEBUG : Looking for writers 2026/05/10 01:16:52 DEBUG : flat: reading active writers 2026/05/10 01:16:52 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.49s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:52 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:52 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/10 01:16:52 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/10 01:16:52 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:52 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/a/b/c/deep.txt" 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/a/b/c/deep.txt 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/a/b/c/deep.txt" 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-gaqiyay1guto/a/b/c/deep.txt 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:52 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/10 01:16:52 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/10 01:16:52 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/10 01:16:52 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:52 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/a/b/mid.txt" 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/a/b/mid.txt 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/a/b/mid.txt" 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-gaqiyay1guto/a/b/mid.txt 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:52 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/10 01:16:52 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/10 01:16:52 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/10 01:16:52 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:52 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/a/top.txt" 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/a/top.txt 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/a/top.txt" 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-gaqiyay1guto/a/top.txt 2026/05/10 01:16:52 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:52 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/10 01:16:52 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:52 DEBUG : a/b/c: Looking for writers 2026/05/10 01:16:52 DEBUG : deep.txt: reading active writers 2026/05/10 01:16:52 DEBUG : a/b: Looking for writers 2026/05/10 01:16:52 DEBUG : c: reading active writers 2026/05/10 01:16:52 DEBUG : mid.txt: reading active writers 2026/05/10 01:16:52 DEBUG : a: Looking for writers 2026/05/10 01:16:52 DEBUG : b: reading active writers 2026/05/10 01:16:52 DEBUG : top.txt: reading active writers 2026/05/10 01:16:52 DEBUG : Looking for writers 2026/05/10 01:16:52 DEBUG : a: reading active writers 2026/05/10 01:16:52 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.33s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:52 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:52 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/10 01:16:52 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/10 01:16:52 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:52 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:52 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:52 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:52 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:52 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:52 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:52 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:52 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:53 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/bigdir/big.bin" 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/bigdir/big.bin 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/bigdir/big.bin" 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: ead317b2effe6e146f34db0f07b94a3d /rclone-test-gaqiyay1guto/bigdir/big.bin 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:53 DEBUG : bigdir/big.bin: Parsed hash: ead317b2effe6e146f34db0f07b94a3d 2026/05/10 01:16:53 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:53 DEBUG : bigdir: Looking for writers 2026/05/10 01:16:53 DEBUG : big.bin: reading active writers 2026/05/10 01:16:53 DEBUG : Looking for writers 2026/05/10 01:16:53 DEBUG : bigdir: reading active writers 2026/05/10 01:16:53 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.71s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-gaqiyay1guto", Local "Local file system at /tmp/rclone2490102975", Modify Window "1s" 2026/05/10 01:16:53 INFO : sftp://rclone@:22/rclone-test-gaqiyay1guto: poll-interval is not supported by this remote 2026/05/10 01:16:53 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/10 01:16:53 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/10 01:16:53 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:53 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir1/a.txt" 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir1/a.txt 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir1/a.txt" 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-gaqiyay1guto/dir1/a.txt 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:53 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/10 01:16:53 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/10 01:16:53 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/10 01:16:53 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:53 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir2/b.txt" 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir2/b.txt 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir2/b.txt" 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: 415290769594460e2e485922904f345d /rclone-test-gaqiyay1guto/dir2/b.txt 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:53 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/10 01:16:53 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/10 01:16:53 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/10 01:16:53 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/10 01:16:53 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Shell path "/rclone-test-gaqiyay1guto/dir3/c.txt" 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: creating additional session 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Running remote command: md5sum /rclone-test-gaqiyay1guto/dir3/c.txt 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gaqiyay1guto/dir3/c.txt" 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: command exited OK 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-gaqiyay1guto/dir3/c.txt 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: ssh external: close 2026/05/10 01:16:53 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/10 01:16:53 DEBUG : WaitForWriters: timeout=30s 2026/05/10 01:16:53 DEBUG : dir1: Looking for writers 2026/05/10 01:16:53 DEBUG : a.txt: reading active writers 2026/05/10 01:16:53 DEBUG : dir2: Looking for writers 2026/05/10 01:16:53 DEBUG : b.txt: reading active writers 2026/05/10 01:16:53 DEBUG : dir3: Looking for writers 2026/05/10 01:16:53 DEBUG : c.txt: reading active writers 2026/05/10 01:16:53 DEBUG : Looking for writers 2026/05/10 01:16:53 DEBUG : dir1: reading active writers 2026/05/10 01:16:53 DEBUG : dir2: reading active writers 2026/05/10 01:16:53 DEBUG : dir3: reading active writers 2026/05/10 01:16:53 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.33s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/10 01:16:53 DEBUG : sftp://rclone@:22/rclone-test-gaqiyay1guto: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.728593779s (try 1/5)