"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/05/16 04:55:29 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-qitutey9sefo" 2026/05/16 04:55:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/16 04:55:29 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/05/16 04:55:29 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/16 04:55:29 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/05/16 04:55:29 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/16 04:55:29 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/16 04:55:29 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: 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/16 04:55:29 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell type "unix" from config 2026/05/16 04:55:29 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Relative path resolved to "/rclone-test-qitutey9sefo" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Using root directory "/rclone-test-qitutey9sefo" 2026/05/16 04:55:30 DEBUG : Creating backend with remote "/tmp/rclone1575899240" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:30 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:30 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:30 DEBUG : dir: Looking for writers 2026/05/16 04:55:30 DEBUG : Looking for writers 2026/05/16 04:55:30 DEBUG : dir: reading active writers 2026/05/16 04:55:30 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.22s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:30 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:30 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:30 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/subdir/file3" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/subdir/file3 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/subdir/file3" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-qitutey9sefo/dir/subdir/file3 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:30 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/subdir/file3" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/subdir/file3 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/subdir/file3" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-qitutey9sefo/dir/subdir/file3 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:30 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/16 04:55:30 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:30 DEBUG : dir/subdir: Looking for writers 2026/05/16 04:55:30 DEBUG : dir: Looking for writers 2026/05/16 04:55:30 DEBUG : file2: reading active writers 2026/05/16 04:55:30 DEBUG : subdir: reading active writers 2026/05/16 04:55:30 DEBUG : file1: reading active writers 2026/05/16 04:55:30 DEBUG : Looking for writers 2026/05/16 04:55:30 DEBUG : dir: reading active writers 2026/05/16 04:55:30 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.62s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:30 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:30 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:31 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:31 DEBUG : dir: Looking for writers 2026/05/16 04:55:31 DEBUG : file1: reading active writers 2026/05/16 04:55:31 DEBUG : Looking for writers 2026/05/16 04:55:31 DEBUG : dir: reading active writers 2026/05/16 04:55:31 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:31 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:31 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:31 DEBUG : dir: Looking for writers 2026/05/16 04:55:31 DEBUG : Looking for writers 2026/05/16 04:55:31 DEBUG : dir: reading active writers 2026/05/16 04:55:31 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:31 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:31 DEBUG : dir: forgetting directory cache 2026/05/16 04:55:31 DEBUG : forgetting directory cache 2026/05/16 04:55:31 DEBUG : dir: forgetting directory cache 2026/05/16 04:55:31 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:31 DEBUG : Looking for writers 2026/05/16 04:55:31 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:31 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:31 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/16 04:55:31 DEBUG : dir: invalidating directory cache 2026/05/16 04:55:31 DEBUG : >ForgetPath: 2026/05/16 04:55:31 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/16 04:55:31 DEBUG : invalidating directory cache 2026/05/16 04:55:31 DEBUG : dir: forgetting directory cache 2026/05/16 04:55:31 DEBUG : >ForgetPath: 2026/05/16 04:55:31 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/16 04:55:31 DEBUG : >ForgetPath: 2026/05/16 04:55:31 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:31 DEBUG : dir: Looking for writers 2026/05/16 04:55:31 DEBUG : Looking for writers 2026/05/16 04:55:31 DEBUG : dir: reading active writers 2026/05/16 04:55:31 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:31 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: 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/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/fil/a/b/c" 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/fil/a/b/c 2026/05/16 04:55:31 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/fil/a/b/c" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-qitutey9sefo/fil/a/b/c 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:32 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/fil/a/b/c" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/fil/a/b/c 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/fil/a/b/c" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-qitutey9sefo/fil/a/b/c 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:32 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:32 DEBUG : forgetting directory cache 2026/05/16 04:55:32 DEBUG : dir: forgetting directory cache 2026/05/16 04:55:32 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:32 DEBUG : dir: Looking for writers 2026/05/16 04:55:32 DEBUG : fil/a/b: Looking for writers 2026/05/16 04:55:32 DEBUG : fil/a: Looking for writers 2026/05/16 04:55:32 DEBUG : b: reading active writers 2026/05/16 04:55:32 DEBUG : fil: Looking for writers 2026/05/16 04:55:32 DEBUG : a: reading active writers 2026/05/16 04:55:32 DEBUG : Looking for writers 2026/05/16 04:55:32 DEBUG : dir: reading active writers 2026/05/16 04:55:32 DEBUG : fil: reading active writers 2026/05/16 04:55:32 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.67s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:32 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:32 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:32 DEBUG : dir: Looking for writers 2026/05/16 04:55:32 DEBUG : Looking for writers 2026/05/16 04:55:32 DEBUG : dir: reading active writers 2026/05/16 04:55:32 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.20s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:32 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:32 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:32 DEBUG : dir: Looking for writers 2026/05/16 04:55:32 DEBUG : file1: reading active writers 2026/05/16 04:55:32 DEBUG : Looking for writers 2026/05/16 04:55:32 DEBUG : dir: reading active writers 2026/05/16 04:55:32 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:32 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:55:32 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:33 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:33 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/subdir/file3" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/subdir/file3 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/subdir/file3" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-qitutey9sefo/dir/subdir/file3 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:33 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/subdir/file3" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/subdir/file3 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/subdir/file3" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-qitutey9sefo/dir/subdir/file3 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:33 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/16 04:55:33 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/16 04:55:33 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/16 04:55:33 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/16 04:55:33 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/16 04:55:33 DEBUG : Waiting for deletions to finish 2026/05/16 04:55:33 INFO : dir/subdir/file3: Deleted 2026/05/16 04:55:33 DEBUG : removing 1 level 2 directories 2026/05/16 04:55:33 INFO : dir/subdir: Removing directory 2026/05/16 04:55:33 DEBUG : dir: invalidating directory cache 2026/05/16 04:55:33 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/16 04:55:33 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/16 04:55:33 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/16 04:55:33 DEBUG : dir/file1: Reset virtual modtime 2026/05/16 04:55:33 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/16 04:55:33 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/16 04:55:33 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/16 04:55:33 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/16 04:55:33 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:33 DEBUG : dir: invalidating directory cache 2026/05/16 04:55:33 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/16 04:55:33 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/16 04:55:33 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/16 04:55:33 DEBUG : forgetting directory cache 2026/05/16 04:55:33 DEBUG : dir: forgetting directory cache 2026/05/16 04:55:33 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/16 04:55:33 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:33 DEBUG : dir/virtualDir: Looking for writers 2026/05/16 04:55:33 DEBUG : dir: Looking for writers 2026/05/16 04:55:33 DEBUG : file1: reading active writers 2026/05/16 04:55:33 DEBUG : virtualFile2: reading active writers 2026/05/16 04:55:33 DEBUG : virtualFile: reading active writers 2026/05/16 04:55:33 DEBUG : virtualDir: reading active writers 2026/05/16 04:55:33 DEBUG : Looking for writers 2026/05/16 04:55:33 DEBUG : dir: reading active writers 2026/05/16 04:55:33 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.59s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:33 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:33 ERROR : dir/: Can only open directories read only 2026/05/16 04:55:33 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:33 DEBUG : dir: Looking for writers 2026/05/16 04:55:33 DEBUG : Looking for writers 2026/05/16 04:55:33 DEBUG : dir: reading active writers 2026/05/16 04:55:33 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:33 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:33 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:55:33 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/16 04:55:33 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/16 04:55:33 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/16 04:55:33 DEBUG : dir/potato: size = 5 OK 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/potato" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/potato 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/potato" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/dir/potato 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:33 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:55:33 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/16 04:55:33 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/16 04:55:33 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/16 04:55:33 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:33 DEBUG : dir: Looking for writers 2026/05/16 04:55:33 DEBUG : file1: reading active writers 2026/05/16 04:55:33 DEBUG : potato: reading active writers 2026/05/16 04:55:33 DEBUG : Looking for writers 2026/05/16 04:55:33 DEBUG : dir: reading active writers 2026/05/16 04:55:33 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.42s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:33 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:33 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:34 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:34 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:34 DEBUG : dir/sub: Looking for writers 2026/05/16 04:55:34 DEBUG : dir: Looking for writers 2026/05/16 04:55:34 DEBUG : file1: reading active writers 2026/05/16 04:55:34 DEBUG : sub: reading active writers 2026/05/16 04:55:34 DEBUG : Looking for writers 2026/05/16 04:55:34 DEBUG : dir: reading active writers 2026/05/16 04:55:34 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.47s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:34 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:34 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/16 04:55:34 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:34 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:34 DEBUG : dir/sub/subsub: Looking for writers 2026/05/16 04:55:34 DEBUG : dir/sub: Looking for writers 2026/05/16 04:55:34 DEBUG : subsub: reading active writers 2026/05/16 04:55:34 DEBUG : dir: Looking for writers 2026/05/16 04:55:34 DEBUG : file1: reading active writers 2026/05/16 04:55:34 DEBUG : sub: reading active writers 2026/05/16 04:55:34 DEBUG : Looking for writers 2026/05/16 04:55:34 DEBUG : dir: reading active writers 2026/05/16 04:55:34 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.40s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:34 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:34 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:35 ERROR : dir/: Dir.Remove not empty 2026/05/16 04:55:35 DEBUG : dir/file1: Remove: 2026/05/16 04:55:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:35 DEBUG : dir/file1: >Remove: err= 2026/05/16 04:55:35 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/16 04:55:35 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:35 DEBUG : Looking for writers 2026/05/16 04:55:35 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.19s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:35 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:35 DEBUG : dir/file1: Remove: 2026/05/16 04:55:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:35 DEBUG : dir/file1: >Remove: err= 2026/05/16 04:55:35 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/16 04:55:35 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:35 DEBUG : Looking for writers 2026/05/16 04:55:35 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.22s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:35 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:35 DEBUG : dir/file1: Remove: 2026/05/16 04:55:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:35 DEBUG : dir/file1: >Remove: err= 2026/05/16 04:55:35 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:35 DEBUG : dir: Looking for writers 2026/05/16 04:55:35 DEBUG : Looking for writers 2026/05/16 04:55:35 DEBUG : dir: reading active writers 2026/05/16 04:55:35 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.29s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:35 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file3" 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file3 2026/05/16 04:55:35 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file3" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-qitutey9sefo/dir/file3 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:36 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file3" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file3 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file3" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-qitutey9sefo/dir/file3 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:36 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/16 04:55:36 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/16 04:55:36 DEBUG : dir: Updating dir with dir2 0x3d11b3d38a90 2026/05/16 04:55:36 DEBUG : dir: forgetting directory cache 2026/05/16 04:55:36 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/16 04:55:36 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir2/file1" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir2/file1 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir2/file1" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir2/file1 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:36 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir2/file1" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir2/file1 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir2/file1" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir2/file1 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:36 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir2/file3" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir2/file3 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir2/file3" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-qitutey9sefo/dir2/file3 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:36 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir2/file3" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir2/file3 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir2/file3" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-qitutey9sefo/dir2/file3 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:36 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/16 04:55:36 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/16 04:55:36 DEBUG : file2: Updating file with file2 0x3d11b43d4ea0 2026/05/16 04:55:36 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:36 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file2" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file2 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file2" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/file2 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:36 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file2" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/file2 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/file2" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/file2 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:36 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir2/file3" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir2/file3 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir2/file3" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-qitutey9sefo/dir2/file3 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:36 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir2/file3" 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir2/file3 2026/05/16 04:55:36 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir2/file3" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-qitutey9sefo/dir2/file3 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:37 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/16 04:55:37 INFO : dir2/file3: Deleted 2026/05/16 04:55:37 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/16 04:55:37 DEBUG : dir2/file3: Updating file with dir2/file3 0x3d11b43d4ea0 2026/05/16 04:55:37 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/16 04:55:37 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir2/file3" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir2/file3 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir2/file3" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir2/file3 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:37 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir2/file3" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir2/file3 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir2/file3" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir2/file3 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:37 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:37 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/16 04:55:37 DEBUG : empty directory: Updating dir with renamed empty directory 0x3d11b415a5b0 2026/05/16 04:55:37 DEBUG : empty directory: forgetting directory cache 2026/05/16 04:55:37 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/16 04:55:37 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/16 04:55:37 DEBUG : dir2: Renaming to "dir3" 2026/05/16 04:55:37 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:37 DEBUG : dir3: Looking for writers 2026/05/16 04:55:37 DEBUG : file3: reading active writers 2026/05/16 04:55:37 DEBUG : renamed empty directory: Looking for writers 2026/05/16 04:55:37 DEBUG : Looking for writers 2026/05/16 04:55:37 DEBUG : dir3: reading active writers 2026/05/16 04:55:37 DEBUG : renamed empty directory: reading active writers 2026/05/16 04:55:37 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.67s) === 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-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:37 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:37 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/16 04:55:37 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:55:37 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/16 04:55:37 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/16 04:55:37 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/16 04:55:37 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/16 04:55:37 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/16 04:55:37 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:55:37 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/16 04:55:37 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/16 04:55:37 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/16 04:55:37 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/16 04:55:37 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (12 bytes), uploading instead of streaming 2026/05/16 04:55:37 DEBUG : dir/sub/file2: size = 12 OK 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/sub/file2" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/sub/file2 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/sub/file2" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-qitutey9sefo/dir/sub/file2 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:37 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/16 04:55:37 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/16 04:55:37 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/16 04:55:37 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/16 04:55:37 DEBUG : forgetting directory cache 2026/05/16 04:55:37 DEBUG : dir: forgetting directory cache 2026/05/16 04:55:37 DEBUG : dir/sub: forgetting directory cache 2026/05/16 04:55:37 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/16 04:55:37 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/16 04:55:37 DEBUG : dir/sub/file0: size = 5 OK 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/sub/file0" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/sub/file0 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/sub/file0" 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/dir/sub/file0 2026/05/16 04:55:37 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:37 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:55:37 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/16 04:55:37 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/16 04:55:37 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/16 04:55:37 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:37 DEBUG : dir/sub: Looking for writers 2026/05/16 04:55:37 DEBUG : file0: reading active writers 2026/05/16 04:55:37 DEBUG : file2: reading active writers 2026/05/16 04:55:37 DEBUG : dir: Looking for writers 2026/05/16 04:55:37 DEBUG : file1: reading active writers 2026/05/16 04:55:37 DEBUG : sub: reading active writers 2026/05/16 04:55:37 DEBUG : Looking for writers 2026/05/16 04:55:37 DEBUG : dir: reading active writers 2026/05/16 04:55:37 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.44s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:37 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:37 DEBUG : forgetting directory cache 2026/05/16 04:55:38 DEBUG : forgetting directory cache 2026/05/16 04:55:38 DEBUG : dir: forgetting directory cache 2026/05/16 04:55:38 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:38 DEBUG : dir: Looking for writers 2026/05/16 04:55:38 DEBUG : Looking for writers 2026/05/16 04:55:38 DEBUG : dir: reading active writers 2026/05/16 04:55:38 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:38 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:38 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:38 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:38 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:38 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:38 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:38 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:38 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:38 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:38 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:38 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:38 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/16 04:55:39 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:55:39 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/16 04:55:39 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/16 04:55:39 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/16 04:55:39 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:39 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:39 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/16 04:55:39 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:55:39 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/16 04:55:39 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/16 04:55:39 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/16 04:55:39 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:39 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:39 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:39 DEBUG : dir: Looking for writers 2026/05/16 04:55:39 DEBUG : file1: reading active writers 2026/05/16 04:55:39 DEBUG : file1.metadata: reading active writers 2026/05/16 04:55:39 DEBUG : Looking for writers 2026/05/16 04:55:39 DEBUG : dir: reading active writers 2026/05/16 04:55:39 DEBUG : dir.metadata: reading active writers 2026/05/16 04:55:39 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.23s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:39 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:39 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:39 DEBUG : dir: Looking for writers 2026/05/16 04:55:39 DEBUG : file1: reading active writers 2026/05/16 04:55:39 DEBUG : Looking for writers 2026/05/16 04:55:39 DEBUG : dir: reading active writers 2026/05/16 04:55:39 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.21s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:39 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:39 DEBUG : Can set mod time: true 2026/05/16 04:55:39 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:39 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:39 DEBUG : dir: Looking for writers 2026/05/16 04:55:39 DEBUG : file1: reading active writers 2026/05/16 04:55:39 DEBUG : Looking for writers 2026/05/16 04:55:39 DEBUG : dir: reading active writers 2026/05/16 04:55:39 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:39 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:39 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/16 04:55:39 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/16 04:55:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/16 04:55:39 DEBUG : dir/file1: size = 0 OK 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:39 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/16 04:55:39 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/16 04:55:39 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/16 04:55:39 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/16 04:55:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:39 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:39 DEBUG : dir: Looking for writers 2026/05/16 04:55:39 DEBUG : file1: reading active writers 2026/05/16 04:55:39 DEBUG : Looking for writers 2026/05/16 04:55:39 DEBUG : dir: reading active writers 2026/05/16 04:55:39 DEBUG : >WaitForWriters: 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:39 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:40 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:40 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/16 04:55:40 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:40 DEBUG : dir: Looking for writers 2026/05/16 04:55:40 DEBUG : file1: reading active writers 2026/05/16 04:55:40 DEBUG : Looking for writers 2026/05/16 04:55:40 DEBUG : dir: reading active writers 2026/05/16 04:55:40 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:40 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:40 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/16 04:55:40 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/16 04:55:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/16 04:55:40 DEBUG : dir/file1: size = 5 OK 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:40 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:55:40 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/16 04:55:40 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/16 04:55:40 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/16 04:55:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:40 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:40 DEBUG : dir: Looking for writers 2026/05/16 04:55:40 DEBUG : file1: reading active writers 2026/05/16 04:55:40 DEBUG : Looking for writers 2026/05/16 04:55:40 DEBUG : dir: reading active writers 2026/05/16 04:55:40 DEBUG : >WaitForWriters: 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:40 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:40 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/16 04:55:40 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:40 DEBUG : dir: Looking for writers 2026/05/16 04:55:40 DEBUG : file1: reading active writers 2026/05/16 04:55:40 DEBUG : Looking for writers 2026/05/16 04:55:40 DEBUG : dir: reading active writers 2026/05/16 04:55:40 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:40 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:40 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:40 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:40 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:40 DEBUG : dir: Looking for writers 2026/05/16 04:55:40 DEBUG : file1: reading active writers 2026/05/16 04:55:40 DEBUG : Looking for writers 2026/05/16 04:55:40 DEBUG : dir: reading active writers 2026/05/16 04:55:40 DEBUG : >WaitForWriters: 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:40 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:40 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:40 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:41 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/16 04:55:41 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:41 DEBUG : dir/file1(0x3d11b458cd80): close: 2026/05/16 04:55:41 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/16 04:55:41 DEBUG : dir/file1(0x3d11b458cd80): >close: err= 2026/05/16 04:55:41 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:41 DEBUG : dir: Looking for writers 2026/05/16 04:55:41 DEBUG : file1: reading active writers 2026/05/16 04:55:41 DEBUG : Looking for writers 2026/05/16 04:55:41 DEBUG : dir: reading active writers 2026/05/16 04:55:41 DEBUG : >WaitForWriters: 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:41 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:41 DEBUG : dir: Looking for writers 2026/05/16 04:55:41 DEBUG : file1: reading active writers 2026/05/16 04:55:41 DEBUG : Looking for writers 2026/05/16 04:55:41 DEBUG : dir: reading active writers 2026/05/16 04:55:41 DEBUG : >WaitForWriters: 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:41 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:41 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:41 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/16 04:55:41 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:41 DEBUG : dir/file1(0x3d11b458d6c0): _writeAt: size=5, off=0 2026/05/16 04:55:41 DEBUG : dir/file1(0x3d11b458d6c0): openPending: 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/16 04:55:41 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/16 04:55:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:41 DEBUG : dir/file1(0x3d11b458d6c0): >openPending: err= 2026/05/16 04:55:41 DEBUG : dir/file1(0x3d11b458d6c0): >_writeAt: n=5, err= 2026/05/16 04:55:41 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/16 04:55:41 DEBUG : dir/file1(0x3d11b458d6c0): close: 2026/05/16 04:55:41 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/16 04:55:41 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/16 04:55:41 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/16 04:55:41 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/16 04:55:41 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/16 04:55:41 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:41 DEBUG : dir/file1(0x3d11b458d6c0): >close: err= 2026/05/16 04:55:41 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:41 DEBUG : dir: Looking for writers 2026/05/16 04:55:41 DEBUG : file1: reading active writers 2026/05/16 04:55:41 DEBUG : Looking for writers 2026/05/16 04:55:41 DEBUG : dir: reading active writers 2026/05/16 04:55:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:55:41 DEBUG : dir: Looking for writers 2026/05/16 04:55:41 DEBUG : file1: reading active writers 2026/05/16 04:55:41 DEBUG : Looking for writers 2026/05/16 04:55:41 DEBUG : dir: reading active writers 2026/05/16 04:55:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:55:41 DEBUG : dir: Looking for writers 2026/05/16 04:55:41 DEBUG : file1: reading active writers 2026/05/16 04:55:41 DEBUG : Looking for writers 2026/05/16 04:55:41 DEBUG : dir: reading active writers 2026/05/16 04:55:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:55:41 DEBUG : dir: Looking for writers 2026/05/16 04:55:41 DEBUG : file1: reading active writers 2026/05/16 04:55:41 DEBUG : Looking for writers 2026/05/16 04:55:41 DEBUG : dir: reading active writers 2026/05/16 04:55:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:55:41 DEBUG : dir/file1: vfs cache: starting upload 2026/05/16 04:55:41 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1.2f98c60a.partial" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1.2f98c60a.partial 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1.2f98c60a.partial" 2026/05/16 04:55:41 DEBUG : dir: Looking for writers 2026/05/16 04:55:41 DEBUG : file1: reading active writers 2026/05/16 04:55:41 DEBUG : Looking for writers 2026/05/16 04:55:41 DEBUG : dir: reading active writers 2026/05/16 04:55:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-qitutey9sefo/dir/file1.2f98c60a.partial 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:41 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/16 04:55:41 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/16 04:55:41 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/16 04:55:41 INFO : dir/file1: Copied (replaced existing) 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:41 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/16 04:55:41 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/16 04:55:41 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/16 04:55:41 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/16 04:55:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:41 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/16 04:55:41 DEBUG : dir: Looking for writers 2026/05/16 04:55:41 DEBUG : file1: reading active writers 2026/05/16 04:55:41 DEBUG : Looking for writers 2026/05/16 04:55:41 DEBUG : dir: reading active writers 2026/05/16 04:55:41 DEBUG : >WaitForWriters: 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:41 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:42 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:42 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/16 04:55:42 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:42 DEBUG : dir: Looking for writers 2026/05/16 04:55:42 DEBUG : file1: reading active writers 2026/05/16 04:55:42 DEBUG : Looking for writers 2026/05/16 04:55:42 DEBUG : dir: reading active writers 2026/05/16 04:55:42 DEBUG : >WaitForWriters: 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (2.91s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.42s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.50s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.46s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.37s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.36s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.80s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:42 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:42 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/16 04:55:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:42 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:42 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:42 DEBUG : dir: Looking for writers 2026/05/16 04:55:42 DEBUG : file1: reading active writers 2026/05/16 04:55:42 DEBUG : Looking for writers 2026/05/16 04:55:42 DEBUG : dir: reading active writers 2026/05/16 04:55:42 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.31s) === RUN TestFileOpenReadUnknownSize 2026/05/16 04:55:42 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/16 04:55:42 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/16 04:55:42 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:42 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/16 04:55:42 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:42 DEBUG : Looking for writers 2026/05/16 04:55:42 DEBUG : file.txt: reading active writers 2026/05/16 04:55:42 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:42 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/16 04:55:42 DEBUG : dir/file1: size = 25 OK 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:42 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:42 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/16 04:55:42 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/16 04:55:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:42 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:42 DEBUG : dir: Looking for writers 2026/05/16 04:55:42 DEBUG : file1: reading active writers 2026/05/16 04:55:42 DEBUG : Looking for writers 2026/05/16 04:55:42 DEBUG : dir: reading active writers 2026/05/16 04:55:42 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.27s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:42 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:42 DEBUG : dir/file1: Remove: 2026/05/16 04:55:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:42 DEBUG : dir/file1: >Remove: err= 2026/05/16 04:55:42 DEBUG : dir/file1: Remove: 2026/05/16 04:55:42 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/16 04:55:42 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:42 DEBUG : dir: Looking for writers 2026/05/16 04:55:42 DEBUG : Looking for writers 2026/05/16 04:55:42 DEBUG : dir: reading active writers 2026/05/16 04:55:42 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.17s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:42 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:42 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:43 DEBUG : dir/file1: Remove: 2026/05/16 04:55:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:43 DEBUG : dir/file1: >Remove: err= 2026/05/16 04:55:43 DEBUG : dir/file1: Remove: 2026/05/16 04:55:43 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/16 04:55:43 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:43 DEBUG : dir: Looking for writers 2026/05/16 04:55:43 DEBUG : Looking for writers 2026/05/16 04:55:43 DEBUG : dir: reading active writers 2026/05/16 04:55:43 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.17s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:43 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:43 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:43 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/16 04:55:43 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/16 04:55:43 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/16 04:55:43 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/16 04:55:43 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/16 04:55:43 DEBUG : dir/file1: Open: flags=0x3 2026/05/16 04:55:43 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/16 04:55:43 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/16 04:55:43 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:43 DEBUG : dir: Looking for writers 2026/05/16 04:55:43 DEBUG : file1: reading active writers 2026/05/16 04:55:43 DEBUG : Looking for writers 2026/05/16 04:55:43 DEBUG : dir: reading active writers 2026/05/16 04:55:43 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.17s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:43 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:43 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:43 DEBUG : dir: Looking for writers 2026/05/16 04:55:43 DEBUG : file1: reading active writers 2026/05/16 04:55:43 DEBUG : Looking for writers 2026/05/16 04:55:43 DEBUG : dir: reading active writers 2026/05/16 04:55:43 DEBUG : >WaitForWriters: 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:43 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/16 04:55:43 DEBUG : newLeaf: Updating file with newLeaf 0x3d11b4684270 2026/05/16 04:55:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:43 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:43 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:43 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:43 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/16 04:55:43 DEBUG : dir/file1: Updating file with dir/file1 0x3d11b4684270 2026/05/16 04:55:43 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/16 04:55:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:43 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:44 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/16 04:55:44 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/16 04:55:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:44 DEBUG : dir/file1: File is currently open, delaying rename 0x3d11b4684270 2026/05/16 04:55:44 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:44 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/16 04:55:44 DEBUG : dir/file1: size = 25 OK 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:44 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:44 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/16 04:55:44 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/16 04:55:44 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:44 DEBUG : newLeaf: Running delayed rename now 2026/05/16 04:55:44 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/16 04:55:44 DEBUG : newLeaf: Updating file with newLeaf 0x3d11b4684270 2026/05/16 04:55:44 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:44 DEBUG : dir: Looking for writers 2026/05/16 04:55:44 DEBUG : Looking for writers 2026/05/16 04:55:44 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:44 DEBUG : dir: reading active writers 2026/05/16 04:55:44 DEBUG : >WaitForWriters: 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:44 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:44 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/16 04:55:44 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:44 DEBUG : dir: Looking for writers 2026/05/16 04:55:44 DEBUG : Looking for writers 2026/05/16 04:55:44 DEBUG : dir: reading active writers 2026/05/16 04:55:44 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:44 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:44 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:44 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:44 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:44 DEBUG : dir: Looking for writers 2026/05/16 04:55:44 DEBUG : file1: reading active writers 2026/05/16 04:55:44 DEBUG : Looking for writers 2026/05/16 04:55:44 DEBUG : dir: reading active writers 2026/05/16 04:55:44 DEBUG : >WaitForWriters: 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:44 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/16 04:55:44 DEBUG : newLeaf: Updating file with newLeaf 0x3d11b4676b60 2026/05/16 04:55:44 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:44 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:44 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:44 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:44 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/16 04:55:44 DEBUG : dir/file1: Updating file with dir/file1 0x3d11b4676b60 2026/05/16 04:55:44 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/16 04:55:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:44 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:45 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/16 04:55:45 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/16 04:55:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:45 DEBUG : dir/file1: File is currently open, delaying rename 0x3d11b4676b60 2026/05/16 04:55:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/16 04:55:45 DEBUG : dir/file1: size = 25 OK 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:45 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:45 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/16 04:55:45 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/16 04:55:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:45 DEBUG : newLeaf: Running delayed rename now 2026/05/16 04:55:45 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/16 04:55:45 DEBUG : newLeaf: Updating file with newLeaf 0x3d11b4676b60 2026/05/16 04:55:45 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:45 DEBUG : dir: Looking for writers 2026/05/16 04:55:45 DEBUG : Looking for writers 2026/05/16 04:55:45 DEBUG : dir: reading active writers 2026/05/16 04:55:45 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:45 DEBUG : >WaitForWriters: 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:45 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:45 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/16 04:55:45 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:45 DEBUG : dir: Looking for writers 2026/05/16 04:55:45 DEBUG : Looking for writers 2026/05/16 04:55:45 DEBUG : dir: reading active writers 2026/05/16 04:55:45 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:45 DEBUG : >WaitForWriters: 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:45 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:45 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:45 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/16 04:55:45 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:45 DEBUG : dir/file1(0x3d11b417e640): openPending: 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/16 04:55:45 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/16 04:55:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:45 DEBUG : dir/file1(0x3d11b417e640): >openPending: err= 2026/05/16 04:55:45 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/16 04:55:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:45 DEBUG : dir/file1(0x3d11b417e640): _writeAt: size=14, off=0 2026/05/16 04:55:45 DEBUG : dir/file1(0x3d11b417e640): >_writeAt: n=14, err= 2026/05/16 04:55:45 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/16 04:55:45 DEBUG : dir/file1(0x3d11b417e640): close: 2026/05/16 04:55:45 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/16 04:55:45 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/16 04:55:45 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:45 DEBUG : dir/file1(0x3d11b417e640): >close: err= 2026/05/16 04:55:45 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:45 DEBUG : dir: Looking for writers 2026/05/16 04:55:45 DEBUG : file1: reading active writers 2026/05/16 04:55:45 DEBUG : Looking for writers 2026/05/16 04:55:45 DEBUG : dir: reading active writers 2026/05/16 04:55:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:55:45 DEBUG : dir: Looking for writers 2026/05/16 04:55:45 DEBUG : file1: reading active writers 2026/05/16 04:55:45 DEBUG : Looking for writers 2026/05/16 04:55:45 DEBUG : dir: reading active writers 2026/05/16 04:55:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:55:45 DEBUG : dir: Looking for writers 2026/05/16 04:55:45 DEBUG : file1: reading active writers 2026/05/16 04:55:45 DEBUG : Looking for writers 2026/05/16 04:55:45 DEBUG : dir: reading active writers 2026/05/16 04:55:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:55:45 DEBUG : dir: Looking for writers 2026/05/16 04:55:45 DEBUG : file1: reading active writers 2026/05/16 04:55:45 DEBUG : Looking for writers 2026/05/16 04:55:45 DEBUG : dir: reading active writers 2026/05/16 04:55:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:55:45 DEBUG : dir/file1: vfs cache: starting upload 2026/05/16 04:55:45 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1.ca338588.partial" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1.ca338588.partial 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1.ca338588.partial" 2026/05/16 04:55:45 DEBUG : dir: Looking for writers 2026/05/16 04:55:45 DEBUG : file1: reading active writers 2026/05/16 04:55:45 DEBUG : Looking for writers 2026/05/16 04:55:45 DEBUG : dir: reading active writers 2026/05/16 04:55:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1.ca338588.partial 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:45 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:45 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/16 04:55:45 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/16 04:55:45 INFO : dir/file1: Copied (replaced existing) 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:45 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:46 DEBUG : dir: Looking for writers 2026/05/16 04:55:46 DEBUG : file1: reading active writers 2026/05/16 04:55:46 DEBUG : Looking for writers 2026/05/16 04:55:46 DEBUG : dir: reading active writers 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:46 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/16 04:55:46 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/16 04:55:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:46 DEBUG : >WaitForWriters: 2026/05/16 04:55:46 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/16 04:55:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:46 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:46 DEBUG : dir/file1(0x3d11b4473140): _readAt: size=512, off=0 2026/05/16 04:55:46 DEBUG : dir/file1(0x3d11b4473140): openPending: 2026/05/16 04:55:46 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/16 04:55:46 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/16 04:55:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:46 DEBUG : dir/file1(0x3d11b4473140): >openPending: err= 2026/05/16 04:55:46 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/16 04:55:46 DEBUG : dir/file1(0x3d11b4473140): >_readAt: n=14, err=EOF 2026/05/16 04:55:46 DEBUG : dir/file1(0x3d11b4473140): close: 2026/05/16 04:55:46 DEBUG : dir/file1(0x3d11b4473140): >close: err= 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:46 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/16 04:55:46 DEBUG : newLeaf: Updating file with newLeaf 0x3d11b433e750 2026/05/16 04:55:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:46 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:46 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:46 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/16 04:55:46 DEBUG : dir/file1: Updating file with dir/file1 0x3d11b433e750 2026/05/16 04:55:46 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/16 04:55:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:46 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/16 04:55:46 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:46 DEBUG : dir/file1(0x3d11b4a09d40): openPending: 2026/05/16 04:55:46 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/16 04:55:46 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/16 04:55:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:46 DEBUG : dir/file1(0x3d11b4a09d40): >openPending: err= 2026/05/16 04:55:46 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/16 04:55:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:46 DEBUG : dir/file1(0x3d11b4a09d40): _writeAt: size=25, off=0 2026/05/16 04:55:46 DEBUG : dir/file1(0x3d11b4a09d40): >_writeAt: n=25, err= 2026/05/16 04:55:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:46 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:46 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/16 04:55:46 DEBUG : newLeaf: Updating file with newLeaf 0x3d11b433e750 2026/05/16 04:55:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:46 DEBUG : newLeaf(0x3d11b4a09d40): close: 2026/05/16 04:55:46 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/16 04:55:46 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-16 04:55:46.830651144 +0000 UTC m=+16.956621873 2026/05/16 04:55:46 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:46 DEBUG : newLeaf(0x3d11b4a09d40): >close: err= 2026/05/16 04:55:46 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:46 DEBUG : dir: Looking for writers 2026/05/16 04:55:46 DEBUG : Looking for writers 2026/05/16 04:55:46 DEBUG : dir: reading active writers 2026/05/16 04:55:46 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:55:46 DEBUG : dir: Looking for writers 2026/05/16 04:55:46 DEBUG : Looking for writers 2026/05/16 04:55:46 DEBUG : dir: reading active writers 2026/05/16 04:55:46 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:55:46 DEBUG : dir: Looking for writers 2026/05/16 04:55:46 DEBUG : Looking for writers 2026/05/16 04:55:46 DEBUG : dir: reading active writers 2026/05/16 04:55:46 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:55:47 DEBUG : dir: Looking for writers 2026/05/16 04:55:47 DEBUG : Looking for writers 2026/05/16 04:55:47 DEBUG : dir: reading active writers 2026/05/16 04:55:47 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:55:47 DEBUG : newLeaf: vfs cache: starting upload 2026/05/16 04:55:47 DEBUG : newLeaf.6faf26d7.partial: size = 25 OK 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf.6faf26d7.partial" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf.6faf26d7.partial 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf.6faf26d7.partial" 2026/05/16 04:55:47 DEBUG : dir: Looking for writers 2026/05/16 04:55:47 DEBUG : Looking for writers 2026/05/16 04:55:47 DEBUG : dir: reading active writers 2026/05/16 04:55:47 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/newLeaf.6faf26d7.partial 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:47 DEBUG : newLeaf.6faf26d7.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:47 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/16 04:55:47 DEBUG : newLeaf.6faf26d7.partial: renamed to: newLeaf 2026/05/16 04:55:47 INFO : newLeaf: Copied (replaced existing) 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:47 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:47 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-16 04:55:46 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/16 04:55:47 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/16 04:55:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:47 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/16 04:55:47 DEBUG : dir: Looking for writers 2026/05/16 04:55:47 DEBUG : Looking for writers 2026/05/16 04:55:47 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:47 DEBUG : dir: reading active writers 2026/05/16 04:55:47 DEBUG : >WaitForWriters: 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:47 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:47 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/16 04:55:47 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:47 DEBUG : dir: Looking for writers 2026/05/16 04:55:47 DEBUG : Looking for writers 2026/05/16 04:55:47 DEBUG : dir: reading active writers 2026/05/16 04:55:47 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:47 DEBUG : >WaitForWriters: 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:47 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:47 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:47 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:47 DEBUG : dir: Looking for writers 2026/05/16 04:55:47 DEBUG : file1: reading active writers 2026/05/16 04:55:47 DEBUG : Looking for writers 2026/05/16 04:55:47 DEBUG : dir: reading active writers 2026/05/16 04:55:47 DEBUG : >WaitForWriters: 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:47 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/16 04:55:47 DEBUG : newLeaf: Updating file with newLeaf 0x3d11b45c81a0 2026/05/16 04:55:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:47 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:47 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:48 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:48 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/16 04:55:48 DEBUG : dir/file1: Updating file with dir/file1 0x3d11b45c81a0 2026/05/16 04:55:48 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/16 04:55:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:48 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/16 04:55:48 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:48 DEBUG : dir/file1(0x3d11b4487dc0): openPending: 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:48 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/16 04:55:48 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/16 04:55:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:48 DEBUG : dir/file1(0x3d11b4487dc0): >openPending: err= 2026/05/16 04:55:48 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/16 04:55:48 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:48 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:48 DEBUG : dir/file1(0x3d11b4487dc0): _writeAt: size=25, off=0 2026/05/16 04:55:48 DEBUG : dir/file1(0x3d11b4487dc0): >_writeAt: n=25, err= 2026/05/16 04:55:48 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:48 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:48 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/16 04:55:48 DEBUG : newLeaf: Updating file with newLeaf 0x3d11b45c81a0 2026/05/16 04:55:48 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:48 DEBUG : newLeaf(0x3d11b4487dc0): close: 2026/05/16 04:55:48 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/16 04:55:48 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-16 04:55:48.382795766 +0000 UTC m=+18.508766525 2026/05/16 04:55:48 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:48 DEBUG : newLeaf(0x3d11b4487dc0): >close: err= 2026/05/16 04:55:48 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:48 DEBUG : dir: Looking for writers 2026/05/16 04:55:48 DEBUG : Looking for writers 2026/05/16 04:55:48 DEBUG : dir: reading active writers 2026/05/16 04:55:48 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:55:48 DEBUG : dir: Looking for writers 2026/05/16 04:55:48 DEBUG : Looking for writers 2026/05/16 04:55:48 DEBUG : dir: reading active writers 2026/05/16 04:55:48 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:55:48 DEBUG : dir: Looking for writers 2026/05/16 04:55:48 DEBUG : Looking for writers 2026/05/16 04:55:48 DEBUG : dir: reading active writers 2026/05/16 04:55:48 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:55:48 DEBUG : dir: Looking for writers 2026/05/16 04:55:48 DEBUG : Looking for writers 2026/05/16 04:55:48 DEBUG : dir: reading active writers 2026/05/16 04:55:48 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:55:48 DEBUG : newLeaf: vfs cache: starting upload 2026/05/16 04:55:48 DEBUG : newLeaf.d9ff1d0f.partial: size = 25 OK 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf.d9ff1d0f.partial" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf.d9ff1d0f.partial 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf.d9ff1d0f.partial" 2026/05/16 04:55:48 DEBUG : dir: Looking for writers 2026/05/16 04:55:48 DEBUG : Looking for writers 2026/05/16 04:55:48 DEBUG : dir: reading active writers 2026/05/16 04:55:48 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/newLeaf.d9ff1d0f.partial 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:48 DEBUG : newLeaf.d9ff1d0f.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:48 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/16 04:55:48 DEBUG : newLeaf.d9ff1d0f.partial: renamed to: newLeaf 2026/05/16 04:55:48 INFO : newLeaf: Copied (replaced existing) 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:48 DEBUG : dir: Looking for writers 2026/05/16 04:55:48 DEBUG : Looking for writers 2026/05/16 04:55:48 DEBUG : dir: reading active writers 2026/05/16 04:55:48 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:48 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:48 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-16 04:55:48 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/16 04:55:48 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/16 04:55:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:48 DEBUG : >WaitForWriters: 2026/05/16 04:55:48 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:48 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:48 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/16 04:55:48 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:48 DEBUG : dir: Looking for writers 2026/05/16 04:55:48 DEBUG : Looking for writers 2026/05/16 04:55:48 DEBUG : dir: reading active writers 2026/05/16 04:55:48 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:48 DEBUG : >WaitForWriters: 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:48 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:48 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:49 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:49 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/16 04:55:49 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:49 DEBUG : dir/file1(0x3d11b463ab80): openPending: 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/16 04:55:49 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/16 04:55:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:49 DEBUG : dir/file1(0x3d11b463ab80): >openPending: err= 2026/05/16 04:55:49 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/16 04:55:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:49 DEBUG : dir/file1(0x3d11b463ab80): _writeAt: size=14, off=0 2026/05/16 04:55:49 DEBUG : dir/file1(0x3d11b463ab80): >_writeAt: n=14, err= 2026/05/16 04:55:49 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/16 04:55:49 DEBUG : dir/file1(0x3d11b463ab80): close: 2026/05/16 04:55:49 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/16 04:55:49 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/16 04:55:49 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:49 DEBUG : dir/file1(0x3d11b463ab80): >close: err= 2026/05/16 04:55:49 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:49 DEBUG : dir: Looking for writers 2026/05/16 04:55:49 DEBUG : file1: reading active writers 2026/05/16 04:55:49 DEBUG : Looking for writers 2026/05/16 04:55:49 DEBUG : dir: reading active writers 2026/05/16 04:55:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:55:49 DEBUG : dir: Looking for writers 2026/05/16 04:55:49 DEBUG : file1: reading active writers 2026/05/16 04:55:49 DEBUG : Looking for writers 2026/05/16 04:55:49 DEBUG : dir: reading active writers 2026/05/16 04:55:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:55:49 DEBUG : dir: Looking for writers 2026/05/16 04:55:49 DEBUG : file1: reading active writers 2026/05/16 04:55:49 DEBUG : Looking for writers 2026/05/16 04:55:49 DEBUG : dir: reading active writers 2026/05/16 04:55:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:55:49 DEBUG : dir: Looking for writers 2026/05/16 04:55:49 DEBUG : file1: reading active writers 2026/05/16 04:55:49 DEBUG : Looking for writers 2026/05/16 04:55:49 DEBUG : dir: reading active writers 2026/05/16 04:55:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:55:49 DEBUG : dir/file1: vfs cache: starting upload 2026/05/16 04:55:49 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1.ca338588.partial" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1.ca338588.partial 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1.ca338588.partial" 2026/05/16 04:55:49 DEBUG : dir: Looking for writers 2026/05/16 04:55:49 DEBUG : file1: reading active writers 2026/05/16 04:55:49 DEBUG : Looking for writers 2026/05/16 04:55:49 DEBUG : dir: reading active writers 2026/05/16 04:55:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1.ca338588.partial 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:49 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:49 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/16 04:55:49 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/16 04:55:49 INFO : dir/file1: Copied (replaced existing) 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:49 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/16 04:55:49 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/16 04:55:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:49 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/16 04:55:49 DEBUG : dir: Looking for writers 2026/05/16 04:55:49 DEBUG : file1: reading active writers 2026/05/16 04:55:49 DEBUG : Looking for writers 2026/05/16 04:55:49 DEBUG : dir: reading active writers 2026/05/16 04:55:49 DEBUG : >WaitForWriters: 2026/05/16 04:55:49 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:49 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:49 DEBUG : dir/file1(0x3d11b490a380): _readAt: size=512, off=0 2026/05/16 04:55:49 DEBUG : dir/file1(0x3d11b490a380): openPending: 2026/05/16 04:55:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/16 04:55:49 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/16 04:55:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:49 DEBUG : dir/file1(0x3d11b490a380): >openPending: err= 2026/05/16 04:55:49 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/16 04:55:49 DEBUG : dir/file1(0x3d11b490a380): >_readAt: n=14, err=EOF 2026/05/16 04:55:49 DEBUG : dir/file1(0x3d11b490a380): close: 2026/05/16 04:55:49 DEBUG : dir/file1(0x3d11b490a380): >close: err= 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:49 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:49 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:49 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/16 04:55:49 DEBUG : newLeaf: Updating file with newLeaf 0x3d11b4639040 2026/05/16 04:55:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:49 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:49 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:50 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:50 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:50 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:50 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/16 04:55:50 DEBUG : dir/file1: Updating file with dir/file1 0x3d11b4639040 2026/05/16 04:55:50 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/16 04:55:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:50 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/16 04:55:50 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:50 DEBUG : dir/file1(0x3d11b43fe4c0): openPending: 2026/05/16 04:55:50 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/16 04:55:50 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/16 04:55:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:50 DEBUG : dir/file1(0x3d11b43fe4c0): >openPending: err= 2026/05/16 04:55:50 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/16 04:55:50 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:50 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:50 DEBUG : dir/file1(0x3d11b43fe4c0): _writeAt: size=25, off=0 2026/05/16 04:55:50 DEBUG : dir/file1(0x3d11b43fe4c0): >_writeAt: n=25, err= 2026/05/16 04:55:50 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:50 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:50 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/16 04:55:50 DEBUG : newLeaf: Updating file with newLeaf 0x3d11b4639040 2026/05/16 04:55:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:50 DEBUG : newLeaf(0x3d11b43fe4c0): close: 2026/05/16 04:55:50 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/16 04:55:50 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-16 04:55:50.421835505 +0000 UTC m=+20.547806234 2026/05/16 04:55:50 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:50 DEBUG : newLeaf(0x3d11b43fe4c0): >close: err= 2026/05/16 04:55:50 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:50 DEBUG : dir: Looking for writers 2026/05/16 04:55:50 DEBUG : Looking for writers 2026/05/16 04:55:50 DEBUG : dir: reading active writers 2026/05/16 04:55:50 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:55:50 DEBUG : dir: Looking for writers 2026/05/16 04:55:50 DEBUG : Looking for writers 2026/05/16 04:55:50 DEBUG : dir: reading active writers 2026/05/16 04:55:50 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:55:50 DEBUG : dir: Looking for writers 2026/05/16 04:55:50 DEBUG : Looking for writers 2026/05/16 04:55:50 DEBUG : dir: reading active writers 2026/05/16 04:55:50 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:55:50 DEBUG : dir: Looking for writers 2026/05/16 04:55:50 DEBUG : Looking for writers 2026/05/16 04:55:50 DEBUG : dir: reading active writers 2026/05/16 04:55:50 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:55:50 DEBUG : newLeaf: vfs cache: starting upload 2026/05/16 04:55:50 DEBUG : newLeaf.1f62097f.partial: size = 25 OK 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf.1f62097f.partial" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf.1f62097f.partial 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf.1f62097f.partial" 2026/05/16 04:55:50 DEBUG : dir: Looking for writers 2026/05/16 04:55:50 DEBUG : Looking for writers 2026/05/16 04:55:50 DEBUG : dir: reading active writers 2026/05/16 04:55:50 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/newLeaf.1f62097f.partial 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:50 DEBUG : newLeaf.1f62097f.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:50 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/16 04:55:50 DEBUG : newLeaf.1f62097f.partial: renamed to: newLeaf 2026/05/16 04:55:50 INFO : newLeaf: Copied (replaced existing) 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:50 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:50 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-16 04:55:50 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/16 04:55:50 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/16 04:55:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:50 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/16 04:55:50 DEBUG : dir: Looking for writers 2026/05/16 04:55:50 DEBUG : Looking for writers 2026/05/16 04:55:50 DEBUG : dir: reading active writers 2026/05/16 04:55:50 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:50 DEBUG : >WaitForWriters: 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:50 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:50 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/16 04:55:50 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:50 DEBUG : dir: Looking for writers 2026/05/16 04:55:50 DEBUG : Looking for writers 2026/05/16 04:55:50 DEBUG : dir: reading active writers 2026/05/16 04:55:50 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:50 DEBUG : >WaitForWriters: 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:50 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:50 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:50 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:51 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:51 DEBUG : dir: Looking for writers 2026/05/16 04:55:51 DEBUG : file1: reading active writers 2026/05/16 04:55:51 DEBUG : Looking for writers 2026/05/16 04:55:51 DEBUG : dir: reading active writers 2026/05/16 04:55:51 DEBUG : >WaitForWriters: 2026/05/16 04:55:51 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:51 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:51 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:51 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:51 DEBUG : dir/file1(0x3d11b490b600): _readAt: size=512, off=0 2026/05/16 04:55:51 DEBUG : dir/file1(0x3d11b490b600): openPending: 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:51 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/16 04:55:51 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/16 04:55:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:51 DEBUG : dir/file1(0x3d11b490b600): >openPending: err= 2026/05/16 04:55:51 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/16 04:55:51 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:55:51 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:51 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:51 DEBUG : dir/file1(0x3d11b490b600): >_readAt: n=14, err=EOF 2026/05/16 04:55:51 DEBUG : dir/file1(0x3d11b490b600): close: 2026/05/16 04:55:51 DEBUG : dir/file1(0x3d11b490b600): >close: err= 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:51 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/16 04:55:51 DEBUG : newLeaf: Updating file with newLeaf 0x3d11b49b8340 2026/05/16 04:55:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:51 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:51 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:51 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/16 04:55:51 DEBUG : dir/file1: Updating file with dir/file1 0x3d11b49b8340 2026/05/16 04:55:51 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/16 04:55:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:51 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:55:52 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/16 04:55:52 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:52 DEBUG : dir/file1(0x3d11b4049e80): openPending: 2026/05/16 04:55:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/16 04:55:52 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/16 04:55:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:52 DEBUG : dir/file1(0x3d11b4049e80): >openPending: err= 2026/05/16 04:55:52 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/16 04:55:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:52 DEBUG : dir/file1(0x3d11b4049e80): _writeAt: size=25, off=0 2026/05/16 04:55:52 DEBUG : dir/file1(0x3d11b4049e80): >_writeAt: n=25, err= 2026/05/16 04:55:52 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:52 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:55:52 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/16 04:55:52 DEBUG : newLeaf: Updating file with newLeaf 0x3d11b49b8340 2026/05/16 04:55:52 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:55:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:52 DEBUG : newLeaf(0x3d11b4049e80): close: 2026/05/16 04:55:52 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/16 04:55:52 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-16 04:55:52.095181322 +0000 UTC m=+22.221152062 2026/05/16 04:55:52 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:52 DEBUG : newLeaf(0x3d11b4049e80): >close: err= 2026/05/16 04:55:52 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:52 DEBUG : dir: Looking for writers 2026/05/16 04:55:52 DEBUG : Looking for writers 2026/05/16 04:55:52 DEBUG : dir: reading active writers 2026/05/16 04:55:52 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:55:52 DEBUG : dir: Looking for writers 2026/05/16 04:55:52 DEBUG : Looking for writers 2026/05/16 04:55:52 DEBUG : dir: reading active writers 2026/05/16 04:55:52 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:55:52 DEBUG : dir: Looking for writers 2026/05/16 04:55:52 DEBUG : Looking for writers 2026/05/16 04:55:52 DEBUG : dir: reading active writers 2026/05/16 04:55:52 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:55:52 DEBUG : dir: Looking for writers 2026/05/16 04:55:52 DEBUG : Looking for writers 2026/05/16 04:55:52 DEBUG : dir: reading active writers 2026/05/16 04:55:52 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:55:52 DEBUG : newLeaf: vfs cache: starting upload 2026/05/16 04:55:52 DEBUG : newLeaf.e3d722bb.partial: size = 25 OK 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf.e3d722bb.partial" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf.e3d722bb.partial 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf.e3d722bb.partial" 2026/05/16 04:55:52 DEBUG : dir: Looking for writers 2026/05/16 04:55:52 DEBUG : Looking for writers 2026/05/16 04:55:52 DEBUG : dir: reading active writers 2026/05/16 04:55:52 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/newLeaf.e3d722bb.partial 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:52 DEBUG : newLeaf.e3d722bb.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:52 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/16 04:55:52 DEBUG : newLeaf.e3d722bb.partial: renamed to: newLeaf 2026/05/16 04:55:52 INFO : newLeaf: Copied (replaced existing) 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:52 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:52 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-16 04:55:52 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/16 04:55:52 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/16 04:55:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/16 04:55:52 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/16 04:55:52 DEBUG : dir: Looking for writers 2026/05/16 04:55:52 DEBUG : Looking for writers 2026/05/16 04:55:52 DEBUG : dir: reading active writers 2026/05/16 04:55:52 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:52 DEBUG : >WaitForWriters: 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:52 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/newLeaf" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qitutey9sefo/newLeaf 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:52 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/16 04:55:52 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:52 DEBUG : dir: Looking for writers 2026/05/16 04:55:52 DEBUG : Looking for writers 2026/05/16 04:55:52 DEBUG : dir: reading active writers 2026/05/16 04:55:52 DEBUG : newLeaf: reading active writers 2026/05/16 04:55:52 DEBUG : >WaitForWriters: 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestFileRename (9.51s) --- PASS: TestFileRename/off,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=true (2.04s) --- PASS: TestFileRename/writes,forceCache=false (1.53s) --- PASS: TestFileRename/writes,forceCache=true (1.99s) --- PASS: TestFileRename/full,forceCache=false (1.74s) === 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-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:52 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:52 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:52 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:52 DEBUG : Looking for writers 2026/05/16 04:55:52 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-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:52 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:52 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:52 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/16 04:55:52 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:55:52 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:52 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/16 04:55:52 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/16 04:55:52 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:52 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:52 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:52 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:53 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:53 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:53 DEBUG : dir: Looking for writers 2026/05/16 04:55:53 DEBUG : file1: reading active writers 2026/05/16 04:55:53 DEBUG : Looking for writers 2026/05/16 04:55:53 DEBUG : dir: reading active writers 2026/05/16 04:55:53 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.31s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:53 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:53 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:53 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/16 04:55:53 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:55:53 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:53 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/16 04:55:53 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/16 04:55:53 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/16 04:55:53 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/16 04:55:53 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/16 04:55:53 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:53 DEBUG : dir: Looking for writers 2026/05/16 04:55:53 DEBUG : file1: reading active writers 2026/05/16 04:55:53 DEBUG : Looking for writers 2026/05/16 04:55:53 DEBUG : dir: reading active writers 2026/05/16 04:55:53 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.30s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:53 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:53 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:53 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/16 04:55:53 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:55:53 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:53 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/16 04:55:53 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/16 04:55:53 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/16 04:55:53 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/16 04:55:53 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/16 04:55:53 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/16 04:55:53 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/16 04:55:53 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/16 04:55:53 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/16 04:55:53 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/16 04:55:53 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/16 04:55:53 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/16 04:55:53 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/16 04:55:53 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/16 04:55:53 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/16 04:55:53 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:53 DEBUG : dir: Looking for writers 2026/05/16 04:55:53 DEBUG : file1: reading active writers 2026/05/16 04:55:53 DEBUG : Looking for writers 2026/05/16 04:55:53 DEBUG : dir: reading active writers 2026/05/16 04:55:53 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.34s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:53 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:53 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:53 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/16 04:55:53 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:55:53 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:53 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/16 04:55:53 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:53 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:53 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:53 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:53 DEBUG : dir: Looking for writers 2026/05/16 04:55:53 DEBUG : file1: reading active writers 2026/05/16 04:55:53 DEBUG : Looking for writers 2026/05/16 04:55:53 DEBUG : dir: reading active writers 2026/05/16 04:55:53 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.29s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:53 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:53 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:54 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/16 04:55:54 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:55:54 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:54 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/16 04:55:54 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/16 04:55:54 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:54 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:54 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:54 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/16 04:55:54 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:54 DEBUG : dir: Looking for writers 2026/05/16 04:55:54 DEBUG : file1: reading active writers 2026/05/16 04:55:54 DEBUG : Looking for writers 2026/05/16 04:55:54 DEBUG : dir: reading active writers 2026/05/16 04:55:54 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.31s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:54 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:54 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/16 04:55:54 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:55:54 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:54 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:54 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b45bc300): _readAt: size=1, off=0 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b45bc300): openPending: 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/16 04:55:54 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/16 04:55:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b45bc300): >openPending: err= 2026/05/16 04:55:54 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/16 04:55:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:55:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:54 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b45bc300): >_readAt: n=1, err= 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b45bc300): _readAt: size=256, off=1 2026/05/16 04:55:54 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b45bc300): >_readAt: n=15, err=EOF 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b45bc300): _readAt: size=16, off=16 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b45bc300): >_readAt: n=0, err=EOF 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b45bc300): close: 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b45bc300): >close: err= 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b45bc300): close: 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b45bc300): >close: err=file already closed 2026/05/16 04:55:54 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:54 DEBUG : dir: Looking for writers 2026/05/16 04:55:54 DEBUG : file1: reading active writers 2026/05/16 04:55:54 DEBUG : Looking for writers 2026/05/16 04:55:54 DEBUG : dir: reading active writers 2026/05/16 04:55:54 DEBUG : >WaitForWriters: 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.31s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:54 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:54 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/16 04:55:54 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:55:54 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:54 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:54 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b433c340): _readAt: size=1, off=0 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b433c340): openPending: 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/16 04:55:54 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/16 04:55:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b433c340): >openPending: err= 2026/05/16 04:55:54 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/16 04:55:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:55:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:54 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b433c340): >_readAt: n=1, err= 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b433c340): _readAt: size=1, off=5 2026/05/16 04:55:54 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b433c340): >_readAt: n=1, err= 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b433c340): _readAt: size=1, off=3 2026/05/16 04:55:54 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b433c340): >_readAt: n=1, err= 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b433c340): _readAt: size=1, off=13 2026/05/16 04:55:54 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b433c340): >_readAt: n=1, err= 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b433c340): _readAt: size=16, off=100 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b433c340): >_readAt: n=0, err=EOF 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b433c340): close: 2026/05/16 04:55:54 DEBUG : dir/file1(0x3d11b433c340): >close: err= 2026/05/16 04:55:54 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:54 DEBUG : dir: Looking for writers 2026/05/16 04:55:54 DEBUG : file1: reading active writers 2026/05/16 04:55:54 DEBUG : Looking for writers 2026/05/16 04:55:54 DEBUG : dir: reading active writers 2026/05/16 04:55:54 DEBUG : >WaitForWriters: 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.30s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:54 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:54 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:54 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:55 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/16 04:55:55 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:55:55 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:55 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:55 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:55 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:55 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): _readAt: size=1, off=0 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): openPending: 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:55 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/16 04:55:55 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/16 04:55:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): >openPending: err= 2026/05/16 04:55:55 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/16 04:55:55 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:55:55 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:55 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): >_readAt: n=1, err= 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): _readAt: size=1, off=5 2026/05/16 04:55:55 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): >_readAt: n=1, err= 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): _readAt: size=1, off=1 2026/05/16 04:55:55 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): >_readAt: n=1, err= 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): _readAt: size=6, off=10 2026/05/16 04:55:55 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): >_readAt: n=6, err= 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): _readAt: size=256, off=10 2026/05/16 04:55:55 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): >_readAt: n=6, err=EOF 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): _readAt: size=256, off=100 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): >_readAt: n=0, err=EOF 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): close: 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): >close: err= 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): _readAt: size=256, off=100 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b433d800): >_readAt: n=0, err=file already closed 2026/05/16 04:55:55 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:55 DEBUG : dir: Looking for writers 2026/05/16 04:55:55 DEBUG : file1: reading active writers 2026/05/16 04:55:55 DEBUG : Looking for writers 2026/05/16 04:55:55 DEBUG : dir: reading active writers 2026/05/16 04:55:55 DEBUG : >WaitForWriters: 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.24s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:55 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:55 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/16 04:55:55 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:55:55 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:55 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:55 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:55 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:55 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4626940): RWFileHandle.Flush 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4626940): _readAt: size=256, off=0 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4626940): openPending: 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:55 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/16 04:55:55 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/16 04:55:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4626940): >openPending: err= 2026/05/16 04:55:55 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/16 04:55:55 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:55:55 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:55 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4626940): >_readAt: n=16, err=EOF 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4626940): RWFileHandle.Flush 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4626940): RWFileHandle.Flush 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4626940): close: 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4626940): >close: err= 2026/05/16 04:55:55 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:55 DEBUG : dir: Looking for writers 2026/05/16 04:55:55 DEBUG : file1: reading active writers 2026/05/16 04:55:55 DEBUG : Looking for writers 2026/05/16 04:55:55 DEBUG : dir: reading active writers 2026/05/16 04:55:55 DEBUG : >WaitForWriters: 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.28s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:55 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:55 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/16 04:55:55 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:55:55 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/16 04:55:55 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:55 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:55 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:55 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4934100): _readAt: size=256, off=0 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4934100): openPending: 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:55 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/16 04:55:55 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/16 04:55:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4934100): >openPending: err= 2026/05/16 04:55:55 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/16 04:55:55 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:55:55 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:55:55 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4934100): >_readAt: n=16, err=EOF 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4934100): RWFileHandle.Release 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4934100): close: 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4934100): >close: err= 2026/05/16 04:55:55 DEBUG : dir/file1(0x3d11b4934100): RWFileHandle.Release 2026/05/16 04:55:55 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:55 DEBUG : dir: Looking for writers 2026/05/16 04:55:55 DEBUG : file1: reading active writers 2026/05/16 04:55:55 DEBUG : Looking for writers 2026/05/16 04:55:55 DEBUG : dir: reading active writers 2026/05/16 04:55:55 DEBUG : >WaitForWriters: 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.30s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:55 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:55 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:55:55 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:55 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:55:55 DEBUG : file1: newRWFileHandle: 2026/05/16 04:55:55 DEBUG : file1(0x3d11b44729c0): openPending: 2026/05/16 04:55:55 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:55:55 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:55 DEBUG : file1(0x3d11b44729c0): >openPending: err= 2026/05/16 04:55:55 DEBUG : file1: >newRWFileHandle: err= 2026/05/16 04:55:55 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:55 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/16 04:55:55 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/16 04:55:55 DEBUG : file1(0x3d11b44729c0): _writeAt: size=5, off=0 2026/05/16 04:55:55 DEBUG : file1(0x3d11b44729c0): >_writeAt: n=5, err= 2026/05/16 04:55:55 DEBUG : file1(0x3d11b44729c0): _writeAt: size=7, off=5 2026/05/16 04:55:55 DEBUG : file1(0x3d11b44729c0): >_writeAt: n=7, err= 2026/05/16 04:55:55 DEBUG : file1: vfs cache: truncate to size=11 2026/05/16 04:55:55 DEBUG : file1(0x3d11b44729c0): close: 2026/05/16 04:55:55 DEBUG : file1: vfs cache: setting modification time to 2026-05-16 04:55:55.712586086 +0000 UTC m=+25.838556815 2026/05/16 04:55:55 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:55 DEBUG : file1(0x3d11b44729c0): >close: err= 2026/05/16 04:55:55 DEBUG : file1(0x3d11b44729c0): close: 2026/05/16 04:55:55 DEBUG : file1(0x3d11b44729c0): >close: err=file already closed 2026/05/16 04:55:55 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:55 DEBUG : Looking for writers 2026/05/16 04:55:55 DEBUG : file1: reading active writers 2026/05/16 04:55:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:55:55 DEBUG : Looking for writers 2026/05/16 04:55:55 DEBUG : file1: reading active writers 2026/05/16 04:55:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:55:55 DEBUG : Looking for writers 2026/05/16 04:55:55 DEBUG : file1: reading active writers 2026/05/16 04:55:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:55:55 DEBUG : Looking for writers 2026/05/16 04:55:55 DEBUG : file1: reading active writers 2026/05/16 04:55:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:55:55 DEBUG : file1: vfs cache: starting upload 2026/05/16 04:55:55 DEBUG : file1.0959cb42.partial: size = 11 OK 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1.0959cb42.partial" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1.0959cb42.partial 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1.0959cb42.partial" 2026/05/16 04:55:55 DEBUG : Looking for writers 2026/05/16 04:55:55 DEBUG : file1: reading active writers 2026/05/16 04:55:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qitutey9sefo/file1.0959cb42.partial 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:55 DEBUG : file1.0959cb42.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/16 04:55:55 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/16 04:55:55 DEBUG : file1.0959cb42.partial: renamed to: file1 2026/05/16 04:55:55 INFO : file1: Copied (new) 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:55 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:55 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/16 04:55:55 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-16 04:55:55 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/16 04:55:55 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/16 04:55:55 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:55 INFO : file1: vfs cache: upload succeeded try #1 2026/05/16 04:55:56 DEBUG : Looking for writers 2026/05/16 04:55:56 DEBUG : file1: reading active writers 2026/05/16 04:55:56 DEBUG : >WaitForWriters: 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:56 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:56 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/16 04:55:56 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:56 DEBUG : Looking for writers 2026/05/16 04:55:56 DEBUG : file1: reading active writers 2026/05/16 04:55:56 DEBUG : >WaitForWriters: 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.53s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:56 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:56 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:55:56 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:56 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:55:56 DEBUG : file1: newRWFileHandle: 2026/05/16 04:55:56 DEBUG : file1(0x3d11b41d7340): openPending: 2026/05/16 04:55:56 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:55:56 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:56 DEBUG : file1(0x3d11b41d7340): >openPending: err= 2026/05/16 04:55:56 DEBUG : file1: >newRWFileHandle: err= 2026/05/16 04:55:56 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:56 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/16 04:55:56 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/16 04:55:56 DEBUG : file1(0x3d11b41d7340): _writeAt: size=7, off=0 2026/05/16 04:55:56 DEBUG : file1(0x3d11b41d7340): >_writeAt: n=7, err= 2026/05/16 04:55:56 DEBUG : file1(0x3d11b41d7340): _writeAt: size=6, off=5 2026/05/16 04:55:56 DEBUG : file1(0x3d11b41d7340): >_writeAt: n=6, err= 2026/05/16 04:55:56 DEBUG : file1(0x3d11b41d7340): close: 2026/05/16 04:55:56 DEBUG : file1: vfs cache: setting modification time to 2026-05-16 04:55:56.244967531 +0000 UTC m=+26.370938291 2026/05/16 04:55:56 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:56 DEBUG : file1(0x3d11b41d7340): >close: err= 2026/05/16 04:55:56 DEBUG : file1(0x3d11b41d7340): _writeAt: size=5, off=0 2026/05/16 04:55:56 DEBUG : file1(0x3d11b41d7340): >_writeAt: n=0, err=file already closed 2026/05/16 04:55:56 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:56 DEBUG : Looking for writers 2026/05/16 04:55:56 DEBUG : file1: reading active writers 2026/05/16 04:55:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:55:56 DEBUG : Looking for writers 2026/05/16 04:55:56 DEBUG : file1: reading active writers 2026/05/16 04:55:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:55:56 DEBUG : Looking for writers 2026/05/16 04:55:56 DEBUG : file1: reading active writers 2026/05/16 04:55:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:55:56 DEBUG : Looking for writers 2026/05/16 04:55:56 DEBUG : file1: reading active writers 2026/05/16 04:55:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:55:56 DEBUG : file1: vfs cache: starting upload 2026/05/16 04:55:56 DEBUG : file1.9ddb3aa1.partial: size = 11 OK 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1.9ddb3aa1.partial" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1.9ddb3aa1.partial 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1.9ddb3aa1.partial" 2026/05/16 04:55:56 DEBUG : Looking for writers 2026/05/16 04:55:56 DEBUG : file1: reading active writers 2026/05/16 04:55:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qitutey9sefo/file1.9ddb3aa1.partial 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:56 DEBUG : file1.9ddb3aa1.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/16 04:55:56 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/16 04:55:56 DEBUG : file1.9ddb3aa1.partial: renamed to: file1 2026/05/16 04:55:56 INFO : file1: Copied (new) 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:56 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/16 04:55:56 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-16 04:55:56 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/16 04:55:56 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/16 04:55:56 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:56 INFO : file1: vfs cache: upload succeeded try #1 2026/05/16 04:55:56 DEBUG : Looking for writers 2026/05/16 04:55:56 DEBUG : file1: reading active writers 2026/05/16 04:55:56 DEBUG : >WaitForWriters: 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:56 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:56 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/16 04:55:56 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:56 DEBUG : Looking for writers 2026/05/16 04:55:56 DEBUG : file1: reading active writers 2026/05/16 04:55:56 DEBUG : >WaitForWriters: 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.53s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:56 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:56 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:55:56 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:56 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:55:56 DEBUG : file1: newRWFileHandle: 2026/05/16 04:55:56 DEBUG : file1(0x3d11b4049e80): openPending: 2026/05/16 04:55:56 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:55:56 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:56 DEBUG : file1(0x3d11b4049e80): >openPending: err= 2026/05/16 04:55:56 DEBUG : file1: >newRWFileHandle: err= 2026/05/16 04:55:56 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:56 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/16 04:55:56 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/16 04:55:56 DEBUG : file1(0x3d11b4049e80): close: 2026/05/16 04:55:56 DEBUG : file1: vfs cache: setting modification time to 2026-05-16 04:55:56.767325397 +0000 UTC m=+26.893296125 2026/05/16 04:55:56 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:56 DEBUG : file1(0x3d11b4049e80): >close: err= 2026/05/16 04:55:56 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/16 04:55:56 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/16 04:55:56 DEBUG : file2: newRWFileHandle: 2026/05/16 04:55:56 DEBUG : file2(0x3d11b43fe480): openPending: 2026/05/16 04:55:56 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:55:56 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/16 04:55:56 DEBUG : file2(0x3d11b43fe480): >openPending: err= 2026/05/16 04:55:56 DEBUG : file2: >newRWFileHandle: err= 2026/05/16 04:55:56 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/16 04:55:56 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/16 04:55:56 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/16 04:55:56 DEBUG : file2(0x3d11b43fe480): RWFileHandle.Flush 2026/05/16 04:55:56 DEBUG : file2(0x3d11b43fe480): RWFileHandle.Release 2026/05/16 04:55:56 DEBUG : file2(0x3d11b43fe480): close: 2026/05/16 04:55:56 DEBUG : file2: vfs cache: setting modification time to 2026-05-16 04:55:56.768462297 +0000 UTC m=+26.894433036 2026/05/16 04:55:56 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:56 DEBUG : file2(0x3d11b43fe480): >close: err= 2026/05/16 04:55:56 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:56 DEBUG : Looking for writers 2026/05/16 04:55:56 DEBUG : file1: reading active writers 2026/05/16 04:55:56 DEBUG : file2: reading active writers 2026/05/16 04:55:56 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/16 04:55:56 DEBUG : Looking for writers 2026/05/16 04:55:56 DEBUG : file1: reading active writers 2026/05/16 04:55:56 DEBUG : file2: reading active writers 2026/05/16 04:55:56 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/16 04:55:56 DEBUG : Looking for writers 2026/05/16 04:55:56 DEBUG : file2: reading active writers 2026/05/16 04:55:56 DEBUG : file1: reading active writers 2026/05/16 04:55:56 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/16 04:55:56 DEBUG : Looking for writers 2026/05/16 04:55:56 DEBUG : file1: reading active writers 2026/05/16 04:55:56 DEBUG : file2: reading active writers 2026/05/16 04:55:56 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/16 04:55:56 DEBUG : file2: vfs cache: starting upload 2026/05/16 04:55:56 DEBUG : file1: vfs cache: starting upload 2026/05/16 04:55:56 DEBUG : file2.3982e004.partial: size = 0 OK 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file2.3982e004.partial" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file2.3982e004.partial 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file2.3982e004.partial" 2026/05/16 04:55:56 DEBUG : file1.08e5b6f1.partial: size = 0 OK 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1.08e5b6f1.partial" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1.08e5b6f1.partial 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1.08e5b6f1.partial" 2026/05/16 04:55:56 DEBUG : Looking for writers 2026/05/16 04:55:56 DEBUG : file1: reading active writers 2026/05/16 04:55:56 DEBUG : file2: reading active writers 2026/05/16 04:55:56 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qitutey9sefo/file2.3982e004.partial 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:56 DEBUG : file2.3982e004.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/16 04:55:56 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/16 04:55:56 DEBUG : file2.3982e004.partial: renamed to: file2 2026/05/16 04:55:56 INFO : file2: Copied (new) 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file2" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file2 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file2" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qitutey9sefo/file1.08e5b6f1.partial 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:56 DEBUG : file1.08e5b6f1.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/16 04:55:56 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/16 04:55:56 DEBUG : file1.08e5b6f1.partial: renamed to: file1 2026/05/16 04:55:56 INFO : file1: Copied (new) 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:56 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:57 DEBUG : Looking for writers 2026/05/16 04:55:57 DEBUG : file1: reading active writers 2026/05/16 04:55:57 DEBUG : file2: reading active writers 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qitutey9sefo/file2 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:57 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/16 04:55:57 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-16 04:55:56 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/16 04:55:57 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/16 04:55:57 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/16 04:55:57 INFO : file2: vfs cache: upload succeeded try #1 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:57 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/16 04:55:57 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-16 04:55:56 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/16 04:55:57 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/16 04:55:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/05/16 04:55:57 INFO : file1: vfs cache: upload succeeded try #1 2026/05/16 04:55:57 DEBUG : Looking for writers 2026/05/16 04:55:57 DEBUG : file1: reading active writers 2026/05/16 04:55:57 DEBUG : file2: reading active writers 2026/05/16 04:55:57 DEBUG : >WaitForWriters: 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:57 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:57 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file2" 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file2 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file2" 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qitutey9sefo/file2 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:57 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file2" 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/file2 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/file2" 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-qitutey9sefo/file2 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:57 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/16 04:55:57 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:57 DEBUG : Looking for writers 2026/05/16 04:55:57 DEBUG : file1: reading active writers 2026/05/16 04:55:57 DEBUG : file2: reading active writers 2026/05/16 04:55:57 DEBUG : >WaitForWriters: 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (1.04s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:57 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:57 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:55:57 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:57 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:55:57 DEBUG : file1: newRWFileHandle: 2026/05/16 04:55:57 DEBUG : file1(0x3d11b4486880): openPending: 2026/05/16 04:55:57 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:55:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:57 DEBUG : file1(0x3d11b4486880): >openPending: err= 2026/05/16 04:55:57 DEBUG : file1: >newRWFileHandle: err= 2026/05/16 04:55:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:57 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/16 04:55:57 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/16 04:55:57 DEBUG : file1(0x3d11b4486880): _writeAt: size=5, off=0 2026/05/16 04:55:57 DEBUG : file1(0x3d11b4486880): >_writeAt: n=5, err= 2026/05/16 04:55:57 DEBUG : file1(0x3d11b4486880): RWFileHandle.Flush 2026/05/16 04:55:57 DEBUG : file1(0x3d11b4486880): RWFileHandle.Flush 2026/05/16 04:55:57 DEBUG : file1(0x3d11b4486880): close: 2026/05/16 04:55:57 DEBUG : file1: vfs cache: setting modification time to 2026-05-16 04:55:57.805907224 +0000 UTC m=+27.931877953 2026/05/16 04:55:57 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:57 DEBUG : file1(0x3d11b4486880): >close: err= 2026/05/16 04:55:57 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:57 DEBUG : Looking for writers 2026/05/16 04:55:57 DEBUG : file1: reading active writers 2026/05/16 04:55:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:55:57 DEBUG : Looking for writers 2026/05/16 04:55:57 DEBUG : file1: reading active writers 2026/05/16 04:55:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:55:57 DEBUG : Looking for writers 2026/05/16 04:55:57 DEBUG : file1: reading active writers 2026/05/16 04:55:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:55:57 DEBUG : Looking for writers 2026/05/16 04:55:57 DEBUG : file1: reading active writers 2026/05/16 04:55:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:55:57 DEBUG : file1: vfs cache: starting upload 2026/05/16 04:55:57 DEBUG : file1.78f685de.partial: size = 5 OK 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1.78f685de.partial" 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1.78f685de.partial 2026/05/16 04:55:57 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1.78f685de.partial" 2026/05/16 04:55:57 DEBUG : Looking for writers 2026/05/16 04:55:57 DEBUG : file1: reading active writers 2026/05/16 04:55:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/file1.78f685de.partial 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:58 DEBUG : file1.78f685de.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:55:58 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/16 04:55:58 DEBUG : file1.78f685de.partial: renamed to: file1 2026/05/16 04:55:58 INFO : file1: Copied (new) 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:58 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:55:58 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-16 04:55:57 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/16 04:55:58 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/16 04:55:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:58 INFO : file1: vfs cache: upload succeeded try #1 2026/05/16 04:55:58 DEBUG : Looking for writers 2026/05/16 04:55:58 DEBUG : file1: reading active writers 2026/05/16 04:55:58 DEBUG : >WaitForWriters: 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:58 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:55:58 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:55:58 DEBUG : file1: newRWFileHandle: 2026/05/16 04:55:58 DEBUG : file1(0x3d11b4487340): openPending: 2026/05/16 04:55:58 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:55:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:58 DEBUG : file1(0x3d11b4487340): >openPending: err= 2026/05/16 04:55:58 DEBUG : file1: >newRWFileHandle: err= 2026/05/16 04:55:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:58 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/16 04:55:58 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/16 04:55:58 DEBUG : file1(0x3d11b4487340): _writeAt: size=5, off=0 2026/05/16 04:55:58 DEBUG : file1(0x3d11b4487340): >_writeAt: n=5, err= 2026/05/16 04:55:58 DEBUG : file1(0x3d11b4487340): RWFileHandle.Release 2026/05/16 04:55:58 DEBUG : file1(0x3d11b4487340): close: 2026/05/16 04:55:58 DEBUG : file1: vfs cache: setting modification time to 2026-05-16 04:55:58.12696062 +0000 UTC m=+28.252931359 2026/05/16 04:55:58 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:58 DEBUG : file1(0x3d11b4487340): >close: err= 2026/05/16 04:55:58 DEBUG : file1(0x3d11b4487340): RWFileHandle.Release 2026/05/16 04:55:58 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:58 DEBUG : Looking for writers 2026/05/16 04:55:58 DEBUG : file1: reading active writers 2026/05/16 04:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:55:58 DEBUG : Looking for writers 2026/05/16 04:55:58 DEBUG : file1: reading active writers 2026/05/16 04:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:55:58 DEBUG : Looking for writers 2026/05/16 04:55:58 DEBUG : file1: reading active writers 2026/05/16 04:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:55:58 DEBUG : Looking for writers 2026/05/16 04:55:58 DEBUG : file1: reading active writers 2026/05/16 04:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:55:58 DEBUG : file1: vfs cache: starting upload 2026/05/16 04:55:58 DEBUG : file1.14d3edd5.partial: size = 5 OK 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1.14d3edd5.partial" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1.14d3edd5.partial 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1.14d3edd5.partial" 2026/05/16 04:55:58 DEBUG : Looking for writers 2026/05/16 04:55:58 DEBUG : file1: reading active writers 2026/05/16 04:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/file1.14d3edd5.partial 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:58 DEBUG : file1.14d3edd5.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:55:58 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/16 04:55:58 DEBUG : file1.14d3edd5.partial: renamed to: file1 2026/05/16 04:55:58 INFO : file1: Copied (new) 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:58 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:55:58 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-16 04:55:58 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/16 04:55:58 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/16 04:55:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:58 INFO : file1: vfs cache: upload succeeded try #1 2026/05/16 04:55:58 DEBUG : Looking for writers 2026/05/16 04:55:58 DEBUG : file1: reading active writers 2026/05/16 04:55:58 DEBUG : >WaitForWriters: 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:58 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:58 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/16 04:55:58 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/16 04:55:58 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/16 04:55:58 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:58 DEBUG : dir/file1(0x3d11b4487e80): openPending: 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/16 04:55:58 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/16 04:55:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:58 DEBUG : dir/file1(0x3d11b4487e80): >openPending: err= 2026/05/16 04:55:58 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/16 04:55:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/16 04:55:58 DEBUG : dir/file1(0x3d11b4487e80): _writeAt: size=5, off=0 2026/05/16 04:55:58 DEBUG : dir/file1(0x3d11b4487e80): >_writeAt: n=5, err= 2026/05/16 04:55:58 DEBUG : dir/file1(0x3d11b4487e80): close: 2026/05/16 04:55:58 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:55:58 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-16 04:55:58.750662008 +0000 UTC m=+28.876632747 2026/05/16 04:55:58 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:58 DEBUG : dir/file1(0x3d11b4487e80): >close: err= 2026/05/16 04:55:58 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:58 DEBUG : dir: Looking for writers 2026/05/16 04:55:58 DEBUG : file1: reading active writers 2026/05/16 04:55:58 DEBUG : Looking for writers 2026/05/16 04:55:58 DEBUG : dir: reading active writers 2026/05/16 04:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:55:58 DEBUG : dir: Looking for writers 2026/05/16 04:55:58 DEBUG : file1: reading active writers 2026/05/16 04:55:58 DEBUG : Looking for writers 2026/05/16 04:55:58 DEBUG : dir: reading active writers 2026/05/16 04:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:55:58 DEBUG : dir: Looking for writers 2026/05/16 04:55:58 DEBUG : file1: reading active writers 2026/05/16 04:55:58 DEBUG : Looking for writers 2026/05/16 04:55:58 DEBUG : dir: reading active writers 2026/05/16 04:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:55:58 DEBUG : dir: Looking for writers 2026/05/16 04:55:58 DEBUG : file1: reading active writers 2026/05/16 04:55:58 DEBUG : Looking for writers 2026/05/16 04:55:58 DEBUG : dir: reading active writers 2026/05/16 04:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:55:58 DEBUG : dir/file1: vfs cache: starting upload 2026/05/16 04:55:58 DEBUG : dir/file1.5ce4ec93.partial: size = 5 OK 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1.5ce4ec93.partial" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1.5ce4ec93.partial 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1.5ce4ec93.partial" 2026/05/16 04:55:58 DEBUG : dir: Looking for writers 2026/05/16 04:55:58 DEBUG : file1: reading active writers 2026/05/16 04:55:58 DEBUG : Looking for writers 2026/05/16 04:55:58 DEBUG : dir: reading active writers 2026/05/16 04:55:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/dir/file1.5ce4ec93.partial 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:58 DEBUG : dir/file1.5ce4ec93.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:55:58 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/16 04:55:58 DEBUG : dir/file1.5ce4ec93.partial: renamed to: dir/file1 2026/05/16 04:55:58 INFO : dir/file1: Copied (replaced existing) 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:58 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:59 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:55:59 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-16 04:55:58 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/16 04:55:59 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/16 04:55:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:59 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/16 04:55:59 DEBUG : dir: Looking for writers 2026/05/16 04:55:59 DEBUG : file1: reading active writers 2026/05/16 04:55:59 DEBUG : Looking for writers 2026/05/16 04:55:59 DEBUG : dir: reading active writers 2026/05/16 04:55:59 DEBUG : >WaitForWriters: 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:59 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:59 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:59 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/16 04:55:59 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:55:59 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:55:59 DEBUG : dir/file1: newRWFileHandle: 2026/05/16 04:55:59 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/16 04:55:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:59 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/16 04:55:59 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/16 04:55:59 DEBUG : dir/file1(0x3d11b44db780): _writeAt: size=5, off=0 2026/05/16 04:55:59 DEBUG : dir/file1(0x3d11b44db780): openPending: 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/16 04:55:59 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/16 04:55:59 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/16 04:55:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:59 DEBUG : dir/file1(0x3d11b44db780): >openPending: err= 2026/05/16 04:55:59 DEBUG : dir/file1(0x3d11b44db780): >_writeAt: n=5, err= 2026/05/16 04:55:59 DEBUG : dir/file1(0x3d11b44db780): _writeAt: size=15, off=5 2026/05/16 04:55:59 DEBUG : dir/file1(0x3d11b44db780): >_writeAt: n=15, err= 2026/05/16 04:55:59 DEBUG : dir/file1(0x3d11b44db780): close: 2026/05/16 04:55:59 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/16 04:55:59 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-16 04:55:59.376153762 +0000 UTC m=+29.502124521 2026/05/16 04:55:59 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:59 DEBUG : dir/file1(0x3d11b44db780): >close: err= 2026/05/16 04:55:59 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:59 DEBUG : dir: Looking for writers 2026/05/16 04:55:59 DEBUG : file1: reading active writers 2026/05/16 04:55:59 DEBUG : Looking for writers 2026/05/16 04:55:59 DEBUG : dir: reading active writers 2026/05/16 04:55:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:55:59 DEBUG : dir: Looking for writers 2026/05/16 04:55:59 DEBUG : file1: reading active writers 2026/05/16 04:55:59 DEBUG : Looking for writers 2026/05/16 04:55:59 DEBUG : dir: reading active writers 2026/05/16 04:55:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:55:59 DEBUG : dir: Looking for writers 2026/05/16 04:55:59 DEBUG : file1: reading active writers 2026/05/16 04:55:59 DEBUG : Looking for writers 2026/05/16 04:55:59 DEBUG : dir: reading active writers 2026/05/16 04:55:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:55:59 DEBUG : dir: Looking for writers 2026/05/16 04:55:59 DEBUG : file1: reading active writers 2026/05/16 04:55:59 DEBUG : Looking for writers 2026/05/16 04:55:59 DEBUG : dir: reading active writers 2026/05/16 04:55:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:55:59 DEBUG : dir/file1: vfs cache: starting upload 2026/05/16 04:55:59 DEBUG : dir/file1.a2f5ce72.partial: size = 20 OK 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1.a2f5ce72.partial" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1.a2f5ce72.partial 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1.a2f5ce72.partial" 2026/05/16 04:55:59 DEBUG : dir: Looking for writers 2026/05/16 04:55:59 DEBUG : file1: reading active writers 2026/05/16 04:55:59 DEBUG : Looking for writers 2026/05/16 04:55:59 DEBUG : dir: reading active writers 2026/05/16 04:55:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:55:59 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-qitutey9sefo/dir/file1.a2f5ce72.partial 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:59 DEBUG : dir/file1.a2f5ce72.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/16 04:55:59 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/16 04:55:59 DEBUG : dir/file1.a2f5ce72.partial: renamed to: dir/file1 2026/05/16 04:55:59 INFO : dir/file1: Copied (replaced existing) 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:55:59 DEBUG : dir: Looking for writers 2026/05/16 04:55:59 DEBUG : file1: reading active writers 2026/05/16 04:55:59 DEBUG : Looking for writers 2026/05/16 04:55:59 DEBUG : dir: reading active writers 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:59 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/16 04:55:59 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-05-16 04:55:59 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/16 04:55:59 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/16 04:55:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:59 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/16 04:55:59 DEBUG : >WaitForWriters: 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.64s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:55:59 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:55:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:55:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:55:59 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:55:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:55:59 DEBUG : file1: newRWFileHandle: 2026/05/16 04:55:59 DEBUG : file1(0x3d11b45d0cc0): openPending: 2026/05/16 04:55:59 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:55:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:59 DEBUG : file1(0x3d11b45d0cc0): >openPending: err= 2026/05/16 04:55:59 DEBUG : file1: >newRWFileHandle: err= 2026/05/16 04:55:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:55:59 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/16 04:55:59 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/16 04:55:59 DEBUG : file1(0x3d11b45d0cc0): _writeAt: size=5, off=0 2026/05/16 04:55:59 DEBUG : file1(0x3d11b45d0cc0): >_writeAt: n=5, err= 2026/05/16 04:55:59 DEBUG : file1(0x3d11b45d0cc0): close: 2026/05/16 04:55:59 DEBUG : file1: vfs cache: setting modification time to 2026-05-16 04:55:59.712182835 +0000 UTC m=+29.838153564 2026/05/16 04:55:59 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/16 04:55:59 DEBUG : file1(0x3d11b45d0cc0): >close: err= 2026/05/16 04:55:59 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:55:59 DEBUG : Looking for writers 2026/05/16 04:55:59 DEBUG : file1: reading active writers 2026/05/16 04:55:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:55:59 DEBUG : Looking for writers 2026/05/16 04:55:59 DEBUG : file1: reading active writers 2026/05/16 04:55:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:55:59 DEBUG : Looking for writers 2026/05/16 04:55:59 DEBUG : file1: reading active writers 2026/05/16 04:55:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:55:59 DEBUG : Looking for writers 2026/05/16 04:55:59 DEBUG : file1: reading active writers 2026/05/16 04:55:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:55:59 DEBUG : file1: vfs cache: starting upload 2026/05/16 04:55:59 DEBUG : file1.7f2b1d26.partial: size = 5 OK 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1.7f2b1d26.partial" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1.7f2b1d26.partial 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1.7f2b1d26.partial" 2026/05/16 04:55:59 DEBUG : Looking for writers 2026/05/16 04:55:59 DEBUG : file1: reading active writers 2026/05/16 04:55:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:55:59 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-qitutey9sefo/dir/file1: no such file or directory 2026/05/16 04:55:59 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-qitutey9sefo/dir/file1: no such file or directory 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/file1.7f2b1d26.partial 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:55:59 DEBUG : file1.7f2b1d26.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:55:59 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/16 04:55:59 DEBUG : file1.7f2b1d26.partial: renamed to: file1 2026/05/16 04:55:59 INFO : file1: Copied (new) 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:55:59 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:00 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:56:00 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-16 04:55:59 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/16 04:56:00 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:00 INFO : file1: vfs cache: upload succeeded try #1 2026/05/16 04:56:00 DEBUG : Looking for writers 2026/05/16 04:56:00 DEBUG : file1: reading active writers 2026/05/16 04:56:00 DEBUG : >WaitForWriters: 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:00 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:56:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:56:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/16 04:56:00 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffac0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffac0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffac0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffac0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffac0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.033798143 +0000 UTC m=+30.159768873 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffac0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe200): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe200): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe200): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe200): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe200): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe200): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe200): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.033798143 +0000 UTC m=+30.159768873 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe200): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe6c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe6c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe6c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe6c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe6c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.033798143 +0000 UTC m=+30.159768873 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe6c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3ffe2a0 item 1 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fed00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fed00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fed00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fed00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fed00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.039864468 +0000 UTC m=+30.165835207 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fed00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff200): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff200): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff200): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff200): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff200): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.039864468 +0000 UTC m=+30.165835207 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff200): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3ffed90 item 2 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d0040): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d0040): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d0040): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d0040): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d0040): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.042255972 +0000 UTC m=+30.168226701 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d0040): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d04c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d04c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d04c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d04c0): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d04c0): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d04c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d04c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.042255972 +0000 UTC m=+30.168226701 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d04c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d0980): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d0980): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d0980): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d0980): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d0980): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.042255972 +0000 UTC m=+30.168226701 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d0980): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fff730 item 3 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1000): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1000): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1000): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1000): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1000): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.044510766 +0000 UTC m=+30.170481496 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1000): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1680): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1680): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1680): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1680): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1680): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.044510766 +0000 UTC m=+30.170481496 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1680): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe5b90 item 4 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1cc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1cc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1cc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1cc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1cc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.045949238 +0000 UTC m=+30.171919967 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45d1cc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3f52c00): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3f52c00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3f52c00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3f52c00): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3f52c00): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3f52c00): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3f52c00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.045949238 +0000 UTC m=+30.171919967 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3f52c00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6480): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6480): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6480): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6480): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6480): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.045949238 +0000 UTC m=+30.171919967 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6480): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe83f0 item 5 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6f40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6f40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6f40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6f40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6f40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.048371369 +0000 UTC m=+30.174342097 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6f40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7900): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7900): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7900): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7900): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7900): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.048371369 +0000 UTC m=+30.174342097 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7900): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe8c40 item 6 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049000): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049000): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049000): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049000): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049000): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.049970333 +0000 UTC m=+30.175941063 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049000): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049e00): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049e00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049e00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049e00): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049e00): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049e00): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049e00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.049970333 +0000 UTC m=+30.175941063 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049e00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442400): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442400): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442400): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442400): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442400): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.049970333 +0000 UTC m=+30.175941063 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442400): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe95e0 item 7 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44436c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44436c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44436c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44436c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44436c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.052057752 +0000 UTC m=+30.178028481 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44436c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443c00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443c00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443c00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443c00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443c00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.052057752 +0000 UTC m=+30.178028481 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443c00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4480070 item 8 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49342c0): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b49342c0): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49342c0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49342c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49342c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49342c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49342c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49346c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49346c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49346c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49346c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49346c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.053497075 +0000 UTC m=+30.179467804 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49346c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4934b40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4934b40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4934b40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4934b40): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4934b40): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4934b40): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4934b40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.053497075 +0000 UTC m=+30.179467804 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4934b40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4935040): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4935040): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4935040): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4935040): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4935040): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.053497075 +0000 UTC m=+30.179467804 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4935040): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4480f50 item 9 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49356c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49356c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49356c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49356c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49356c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.055219432 +0000 UTC m=+30.181190161 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b49356c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4935c00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4935c00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4935c00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4935c00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4935c00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.055219432 +0000 UTC m=+30.181190161 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4935c00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4481ce0 item 10 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472340): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b4472340): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472340): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472340): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472340): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472340): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472340): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472700): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472700): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472700): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.056819228 +0000 UTC m=+30.182789956 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472c00): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472c00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472c00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472c00): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472c00): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472c00): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472c00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.056819228 +0000 UTC m=+30.182789956 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472c00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473200): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473200): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473200): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473200): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473200): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.056819228 +0000 UTC m=+30.182789956 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473200): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432e230 item 11 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473880): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473880): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473880): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473880): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473880): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.058556494 +0000 UTC m=+30.184527223 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473880): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473dc0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473dc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473dc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473dc0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473dc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.058556494 +0000 UTC m=+30.184527223 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473dc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432e770 item 12 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4486580): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b4486580): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4486580): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4486580): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4486580): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4486580): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4486580): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4486940): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4486940): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4486940): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4486940): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4486940): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.059945371 +0000 UTC m=+30.185916110 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4486940): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487000): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487000): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487000): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487000): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487000): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.059945371 +0000 UTC m=+30.185916110 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487000): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432eb60 item 13 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487680): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487680): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487680): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487680): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487680): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.06134015 +0000 UTC m=+30.187310879 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487680): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487bc0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487bc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487bc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487bc0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487bc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.06134015 +0000 UTC m=+30.187310879 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4487bc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432efc0 item 14 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7c300): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b3d7c300): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7c300): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7c300): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7c300): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7c300): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7c300): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7c6c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7c6c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7c6c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7c6c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7c6c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.062903586 +0000 UTC m=+30.188874316 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7c6c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7cd80): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7cd80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7cd80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7cd80): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7cd80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.062903586 +0000 UTC m=+30.188874316 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7cd80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432f3b0 item 15 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7d400): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7d400): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7d400): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7d400): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7d400): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.064305698 +0000 UTC m=+30.190276437 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7d400): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42323c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42323c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42323c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42323c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42323c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.064305698 +0000 UTC m=+30.190276437 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42323c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1c070 item 16 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232a00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232a00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232a00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232a00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232a00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.065951802 +0000 UTC m=+30.191922531 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232a00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232e80): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232e80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232e80): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232e80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232e80): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232e80): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232e80): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232e80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.065951802 +0000 UTC m=+30.191922531 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4232e80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4233380): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4233380): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4233380): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4233380): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4233380): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.065951802 +0000 UTC m=+30.191922531 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4233380): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1c3f0 item 17 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4233a00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4233a00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4233a00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4233a00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4233a00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.068499481 +0000 UTC m=+30.194470230 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4233a00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424c040): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424c040): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424c040): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424c040): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424c040): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.068499481 +0000 UTC m=+30.194470230 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424c040): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1ca10 item 18 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424c6c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424c6c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424c6c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424c6c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424c6c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.070421597 +0000 UTC m=+30.196392346 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424c6c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424cbc0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424cbc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424cbc0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424cbc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424cbc0): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424cbc0): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424cbc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424cbc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.070421597 +0000 UTC m=+30.196392346 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424cbc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424d0c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424d0c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424d0c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424d0c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424d0c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.070421597 +0000 UTC m=+30.196392346 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424d0c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1ce70 item 19 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e6180): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e6180): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e6180): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e6180): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e6180): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.072582845 +0000 UTC m=+30.198553594 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e6180): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e66c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e66c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e66c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e66c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e66c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.072582845 +0000 UTC m=+30.198553594 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e66c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496a150 item 20 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e6d40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e6d40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e6d40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e6d40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e6d40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.074493469 +0000 UTC m=+30.200464199 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e6d40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7240): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7240): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7240): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7240): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7240): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7240): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7240): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7240): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.074493469 +0000 UTC m=+30.200464199 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7240): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7740): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7740): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7740): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7740): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7740): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.074493469 +0000 UTC m=+30.200464199 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7740): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496a4d0 item 21 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7dc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7dc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7dc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7dc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7dc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.07672489 +0000 UTC m=+30.202695620 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47e7dc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fa400): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fa400): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fa400): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fa400): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fa400): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.07672489 +0000 UTC m=+30.202695620 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fa400): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496aa80 item 22 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424d740): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424d740): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424d740): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424d740): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424d740): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.078309337 +0000 UTC m=+30.204280066 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424d740): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424dc40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424dc40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424dc40): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424dc40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424dc40): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424dc40): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424dc40): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424dc40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.078309337 +0000 UTC m=+30.204280066 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b424dc40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6240): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6240): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6240): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6240): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6240): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.078309337 +0000 UTC m=+30.204280066 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6240): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1d340 item 23 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c68c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c68c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c68c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c68c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c68c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.080636319 +0000 UTC m=+30.206607058 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c68c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6e00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6e00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6e00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6e00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6e00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.080636319 +0000 UTC m=+30.206607058 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6e00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1da40 item 24 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7440): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b42c7440): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7440): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7440): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7440): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7440): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7440): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7800): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7800): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7800): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7800): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7800): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.082791805 +0000 UTC m=+30.208762584 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7800): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7d00): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7d00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7d00): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7d00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7d00): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7d00): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7d00): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7d00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.082791805 +0000 UTC m=+30.208762584 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7d00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e0340): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e0340): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e0340): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e0340): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e0340): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.082791805 +0000 UTC m=+30.208762584 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e0340): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491e000 item 25 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e09c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e09c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e09c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e09c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e09c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.085146639 +0000 UTC m=+30.211117369 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e09c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e0f00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e0f00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e0f00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e0f00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e0f00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.085146639 +0000 UTC m=+30.211117369 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e0f00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491e690 item 26 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47faa40): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b47faa40): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47faa40): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47faa40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47faa40): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47faa40): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47faa40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fae00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fae00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fae00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fae00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fae00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.087364645 +0000 UTC m=+30.213335373 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fae00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb300): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb300): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb300): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb300): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb300): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb300): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb300): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb300): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.087364645 +0000 UTC m=+30.213335373 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb300): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb840): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb840): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb840): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb840): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb840): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.087364645 +0000 UTC m=+30.213335373 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fb840): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496ae70 item 27 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fbec0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fbec0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fbec0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fbec0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fbec0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.089769694 +0000 UTC m=+30.215740423 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47fbec0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431a500): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431a500): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431a500): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431a500): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431a500): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.089769694 +0000 UTC m=+30.215740423 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431a500): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496b340 item 28 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431ab40): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b431ab40): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431ab40): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431ab40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431ab40): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431ab40): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431ab40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431af00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431af00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431af00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431af00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431af00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.091515176 +0000 UTC m=+30.217485905 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431af00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431b5c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431b5c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431b5c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431b5c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431b5c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.091515176 +0000 UTC m=+30.217485905 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431b5c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496b810 item 29 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431bc40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431bc40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431bc40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431bc40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431bc40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.093734624 +0000 UTC m=+30.219705382 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b431bc40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4336280): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4336280): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4336280): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4336280): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4336280): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.093734624 +0000 UTC m=+30.219705382 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4336280): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496bb90 item 30 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43368c0): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b43368c0): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43368c0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43368c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43368c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43368c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43368c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4336c80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4336c80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4336c80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4336c80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4336c80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.095860855 +0000 UTC m=+30.221831585 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4336c80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4337340): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4337340): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4337340): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4337340): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4337340): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.095860855 +0000 UTC m=+30.221831585 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4337340): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451a070 item 31 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e1580): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e1580): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e1580): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e1580): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e1580): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.097453849 +0000 UTC m=+30.223424577 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e1580): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e1ac0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e1ac0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e1ac0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e1ac0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e1ac0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.097453849 +0000 UTC m=+30.223424577 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e1ac0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491ea10 item 32 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4200): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4200): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4200): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4200): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4200): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.099260186 +0000 UTC m=+30.225230935 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4200): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4680): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4680): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4680): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4680): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4680): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491f3b0 item 33 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4680): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4680): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.09998107 +0000 UTC m=+30.225951798 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4680): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4b80): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4b80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4b80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4b80): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4b80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.09998107 +0000 UTC m=+30.225951798 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f4b80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491f7a0 item 33 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f51c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f51c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f51c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f51c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f51c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.101790943 +0000 UTC m=+30.227761672 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f51c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f5640): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f5640): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491fc00 item 34 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f5640): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f5640): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f5640): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f5640): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f5640): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.102361912 +0000 UTC m=+30.228332642 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f5640): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f5b80): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f5b80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f5b80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f5b80): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f5b80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.102361912 +0000 UTC m=+30.228332642 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f5b80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491fdc0 item 34 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c82c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c82c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c82c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c82c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c82c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.103542085 +0000 UTC m=+30.229512813 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c82c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c8740): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c8740): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c8740): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c8740): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c8740): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab82a0 item 35 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c8740): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c8740): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.104143843 +0000 UTC m=+30.230114572 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c8740): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c8c40): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c8c40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c8c40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c8c40): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c8c40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.104143843 +0000 UTC m=+30.230114572 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c8c40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab8540 item 35 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c92c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c92c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c92c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c92c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c92c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.105671702 +0000 UTC m=+30.231642432 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c92c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c97c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c97c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab88c0 item 36 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c97c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c97c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c97c0): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c97c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c97c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.106395902 +0000 UTC m=+30.232366632 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c97c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c9d00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c9d00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c9d00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c9d00): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c9d00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.106395902 +0000 UTC m=+30.232366632 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43c9d00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab8af0 item 36 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f8440): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f8440): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f8440): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f8440): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f8440): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.107843931 +0000 UTC m=+30.233814661 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f8440): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f88c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f88c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f88c0): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f88c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f88c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab8e70 item 37 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f88c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f88c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.108438416 +0000 UTC m=+30.234409145 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f88c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f8dc0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f8dc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f8dc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f8dc0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f8dc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.108438416 +0000 UTC m=+30.234409145 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f8dc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab9030 item 37 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9440): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9440): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9440): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9440): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9440): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.109664615 +0000 UTC m=+30.235635345 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9440): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9940): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9940): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab93b0 item 38 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9940): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9940): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9940): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9940): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9940): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.110266023 +0000 UTC m=+30.236236752 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9940): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9e80): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9e80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9e80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9e80): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9e80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.110266023 +0000 UTC m=+30.236236752 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f9e80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab95e0 item 38 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452600): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452600): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452600): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452600): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452600): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.111848506 +0000 UTC m=+30.237819235 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452600): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452b00): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452b00): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452b00): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452b00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452b00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab9960 item 39 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452b00): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452b00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.112292055 +0000 UTC m=+30.238262784 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452b00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453000): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453000): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453000): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453000): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453000): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.112292055 +0000 UTC m=+30.238262784 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453000): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab9b20 item 39 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43379c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43379c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43379c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43379c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43379c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.113571175 +0000 UTC m=+30.239541903 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43379c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4337ec0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4337ec0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451a4d0 item 40 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4337ec0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4337ec0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4337ec0): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4337ec0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4337ec0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.114175658 +0000 UTC m=+30.240146387 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4337ec0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436c500): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436c500): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436c500): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436c500): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436c500): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.114175658 +0000 UTC m=+30.240146387 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436c500): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451a700 item 40 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436cac0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436cac0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436cac0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436cac0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436cac0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436cac0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436cac0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.115368345 +0000 UTC m=+30.241339074 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436cac0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436cfc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436cfc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436cfc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451abd0 item 41 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436cfc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436cfc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.116052559 +0000 UTC m=+30.242023288 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436cfc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436d480): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436d480): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436d480): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436d480): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436d480): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451ad90 item 41 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436d480): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436d480): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.116477192 +0000 UTC m=+30.242447920 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436d480): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436d9c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436d9c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436d9c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436d9c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436d9c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.116477192 +0000 UTC m=+30.242447920 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b436d9c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451b030 item 41 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592100): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592100): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592100): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592100): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592100): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592100): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592100): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.117664498 +0000 UTC m=+30.243635227 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592100): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592600): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592600): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592600): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451b500 item 42 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592600): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592600): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.118178479 +0000 UTC m=+30.244149209 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592600): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592b40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592b40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451b6c0 item 42 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592b40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592b40): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592b40): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592b40): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592b40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.118751264 +0000 UTC m=+30.244721993 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4592b40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45930c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45930c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45930c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45930c0): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45930c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.118751264 +0000 UTC m=+30.244721993 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45930c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451b880 item 42 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4593700): openPending: 2026/05/16 04:56:00 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-qitutey9sefo/dir/file1: no such file or directory 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 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-qitutey9sefo/dir/file1: no such file or directory 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4593700): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4593700): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4593700): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4593700): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4593700): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4593700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.120681314 +0000 UTC m=+30.246652043 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4593700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4593c00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4593c00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4593c00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451bc00 item 43 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4593c00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4593c00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.121843131 +0000 UTC m=+30.247813860 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4593c00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45ce240): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45ce240): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45ce240): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45ce240): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45ce240): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451bdc0 item 43 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45ce240): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45ce240): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.122462983 +0000 UTC m=+30.248433712 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45ce240): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45ce780): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45ce780): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45ce780): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45ce780): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45ce780): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.122462983 +0000 UTC m=+30.248433712 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45ce780): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b46860e0 item 43 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cedc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cedc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cedc0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cedc0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cedc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cedc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cedc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.123890655 +0000 UTC m=+30.249861383 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cedc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cf2c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cf2c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cf2c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4686460 item 44 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cf2c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cf2c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.124861972 +0000 UTC m=+30.250832700 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cf2c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cf800): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cf800): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4686850 item 44 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cf800): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cf800): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cf800): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cf800): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cf800): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.125680319 +0000 UTC m=+30.251651048 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cf800): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cfd80): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cfd80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cfd80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cfd80): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cfd80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.125680319 +0000 UTC m=+30.251651048 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45cfd80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4686a10 item 44 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460e4c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460e4c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460e4c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460e4c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460e4c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460e4c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460e4c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.127793777 +0000 UTC m=+30.253764506 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460e4c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460e9c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460e9c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460e9c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4686ee0 item 45 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460e9c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460e9c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.128351031 +0000 UTC m=+30.254321760 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460e9c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460f0c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460f0c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460f0c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460f0c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460f0c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.128351031 +0000 UTC m=+30.254321760 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460f0c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4687110 item 45 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460f700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460f700): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460f700): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460f700): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460f700): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460f700): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460f700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.130164822 +0000 UTC m=+30.256135551 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460f700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460fc00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460fc00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460fc00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4687490 item 46 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460fc00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460fc00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.130846501 +0000 UTC m=+30.256817230 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b460fc00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463a400): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463a400): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463a400): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463a400): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463a400): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.130846501 +0000 UTC m=+30.256817230 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463a400): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4687650 item 46 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463aa40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463aa40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463aa40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463aa40): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463aa40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463aa40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463aa40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.132017366 +0000 UTC m=+30.257988096 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463aa40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463af40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463af40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463af40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4687b20 item 47 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463af40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463af40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.132625727 +0000 UTC m=+30.258596456 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463af40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463b640): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463b640): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463b640): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463b640): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463b640): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.132625727 +0000 UTC m=+30.258596456 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463b640): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4687ce0 item 47 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463bc80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463bc80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463bc80): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463bc80): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463bc80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463bc80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463bc80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.135954283 +0000 UTC m=+30.261925012 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b463bc80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7d700): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7d700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7d700): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432f7a0 item 48 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7d700): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7d700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.136596688 +0000 UTC m=+30.262567417 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7d700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7de00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7de00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7de00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7de00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7de00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.136596688 +0000 UTC m=+30.262567417 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7de00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432f960 item 48 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4680540): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4680540): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4680540): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4680540): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4680540): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.138936694 +0000 UTC m=+30.264907423 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4680540): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46809c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46809c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46809c0): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46809c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46809c0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46809c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432fce0 item 49 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46809c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46809c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.13988075 +0000 UTC m=+30.265851479 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46809c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4680f00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4680f00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4680f00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4680f00): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4680f00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.13988075 +0000 UTC m=+30.265851479 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4680f00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f40e0 item 49 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681580): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681580): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681580): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681580): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681580): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.142026859 +0000 UTC m=+30.267997588 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681580): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681a80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681a80): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681a80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f4540 item 50 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681a80): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681a80): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681a80): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681a80): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681a80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.142812445 +0000 UTC m=+30.268783174 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4681a80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6100): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6100): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6100): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6100): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6100): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.142812445 +0000 UTC m=+30.268783174 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6100): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f4700 item 50 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6780): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6780): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6780): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6780): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6780): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.14463941 +0000 UTC m=+30.270610140 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6780): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6c80): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6c80): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6c80): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6c80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6c80): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6c80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f4a80 item 51 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6c80): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6c80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.145285954 +0000 UTC m=+30.271256683 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a6c80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a71c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a71c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a71c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a71c0): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a71c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.145285954 +0000 UTC m=+30.271256683 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a71c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f4c40 item 51 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7840): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7840): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7840): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7840): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7840): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.146725767 +0000 UTC m=+30.272696496 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7840): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7d40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7d40): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7d40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f50a0 item 52 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7d40): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7d40): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7d40): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7d40): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7d40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.147243156 +0000 UTC m=+30.273213885 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a7d40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c83c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c83c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c83c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c83c0): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c83c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.147243156 +0000 UTC m=+30.273213885 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c83c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f52d0 item 52 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8a40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8a40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8a40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8a40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8a40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.148555598 +0000 UTC m=+30.274526327 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8a40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8f40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8f40): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8f40): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8f40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8f40): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8f40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f5650 item 53 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8f40): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8f40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.148927482 +0000 UTC m=+30.274898211 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c8f40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c9480): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c9480): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c9480): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c9480): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c9480): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.148927482 +0000 UTC m=+30.274898211 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c9480): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f5810 item 53 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c9b00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c9b00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c9b00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c9b00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c9b00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.150213073 +0000 UTC m=+30.276183803 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c9b00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6100): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6100): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6100): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f5b90 item 54 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6100): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6100): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6100): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6100): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6100): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.150854627 +0000 UTC m=+30.276825356 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6100): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6680): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6680): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6680): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6680): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6680): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.150854627 +0000 UTC m=+30.276825356 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6680): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f5d50 item 54 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453880): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453880): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453880): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453880): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453880): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.152058714 +0000 UTC m=+30.278029444 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453880): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453d80): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453d80): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453d80): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453d80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453d80): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453d80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423e000 item 55 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453d80): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453d80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.152507784 +0000 UTC m=+30.278478512 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453d80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47003c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47003c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47003c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47003c0): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47003c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.152507784 +0000 UTC m=+30.278478512 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47003c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423e380 item 55 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700a40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700a40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700a40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700a40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700a40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.156437046 +0000 UTC m=+30.282407775 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700a40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700f40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700f40): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700f40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423e770 item 56 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700f40): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700f40): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700f40): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700f40): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700f40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.157911134 +0000 UTC m=+30.283881864 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4700f40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47014c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47014c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47014c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47014c0): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47014c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.157911134 +0000 UTC m=+30.283881864 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47014c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423e930 item 56 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4701b00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4701b00): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4701b00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4701b00): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4701b00): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4701b00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4701b00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4701b00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.16250295 +0000 UTC m=+30.288473689 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4701b00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720140): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720140): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720140): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423ecb0 item 57 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720140): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720140): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.162886816 +0000 UTC m=+30.288857545 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720140): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720680): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720680): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720680): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720680): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720680): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720680): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423ee70 item 57 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720680): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720680): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.16361322 +0000 UTC m=+30.289583949 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720680): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720c00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720c00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720c00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720c00): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720c00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.16361322 +0000 UTC m=+30.289583949 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4720c00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423f030 item 57 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721240): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721240): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721240): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721240): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721240): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721240): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721240): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721240): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.165984325 +0000 UTC m=+30.291955054 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721240): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721780): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721780): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721780): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423f500 item 58 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721780): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721780): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.168473714 +0000 UTC m=+30.294444443 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721780): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721cc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721cc0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721cc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423f7a0 item 58 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721cc0): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721cc0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721cc0): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721cc0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721cc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.171777723 +0000 UTC m=+30.297748452 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4721cc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4786380): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4786380): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4786380): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4786380): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4786380): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.171777723 +0000 UTC m=+30.297748452 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4786380): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423fab0 item 58 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47869c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47869c0): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47869c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47869c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47869c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47869c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47869c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47869c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.174021387 +0000 UTC m=+30.299992116 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47869c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4786f00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4786f00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4786f00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b429e000 item 59 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4786f00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4786f00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.175784542 +0000 UTC m=+30.301755271 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4786f00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4787440): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4787440): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4787440): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4787440): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4787440): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4787440): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b429e1c0 item 59 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4787440): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4787440): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.177292404 +0000 UTC m=+30.303263134 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4787440): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47879c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47879c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47879c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47879c0): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47879c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.177292404 +0000 UTC m=+30.303263134 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47879c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b429e4d0 item 59 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6b40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6b40): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6b40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6b40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6b40): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6b40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6b40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6b40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.180427444 +0000 UTC m=+30.306398173 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e6b40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e7080): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e7080): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e7080): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4a310 item 60 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e7080): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e7080): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.181850777 +0000 UTC m=+30.307821506 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e7080): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e75c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e75c0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e75c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4a540 item 60 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e75c0): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e75c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e75c0): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e75c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e75c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.182380048 +0000 UTC m=+30.308350777 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e75c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e7b80): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e7b80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e7b80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e7b80): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e7b80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.182380048 +0000 UTC m=+30.308350777 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46e7b80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4a700 item 60 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48002c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48002c0): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48002c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48002c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48002c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48002c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48002c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48002c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.184778434 +0000 UTC m=+30.310749164 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48002c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4800800): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4800800): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4800800): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4aaf0 item 61 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4800800): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4800800): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.185511751 +0000 UTC m=+30.311482490 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4800800): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4800f00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4800f00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4800f00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4800f00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4800f00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.185511751 +0000 UTC m=+30.311482490 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4800f00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4acb0 item 61 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801540): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801540): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801540): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801540): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801540): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801540): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801540): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801540): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.189901134 +0000 UTC m=+30.315871863 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801540): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801a80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801a80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801a80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4b110 item 62 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801a80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801a80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.192524746 +0000 UTC m=+30.318495475 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4801a80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4824280): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4824280): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4824280): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4824280): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4824280): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.192524746 +0000 UTC m=+30.318495475 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4824280): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4b2d0 item 62 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48248c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48248c0): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48248c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48248c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48248c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48248c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48248c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48248c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.196753155 +0000 UTC m=+30.322723884 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b48248c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4824e00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4824e00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4824e00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4b650 item 63 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4824e00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4824e00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.197309577 +0000 UTC m=+30.323280306 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4824e00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825500): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825500): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825500): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825500): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825500): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.197309577 +0000 UTC m=+30.323280306 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825500): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4b8f0 item 63 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825b40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825b40): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825b40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825b40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825b40): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825b40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825b40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825b40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.198639713 +0000 UTC m=+30.324610442 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4825b40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483c180): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483c180): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483c180): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4bce0 item 64 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483c180): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483c180): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.199113269 +0000 UTC m=+30.325083998 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483c180): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483c880): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483c880): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483c880): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483c880): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483c880): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.199113269 +0000 UTC m=+30.325083998 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483c880): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b49ac000 item 64 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483cec0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483cec0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483cec0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483cec0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483cec0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.204301914 +0000 UTC m=+30.330272642 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483cec0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483d340): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483d340): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483d340): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483d340): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483d340): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b49ac380 item 65 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483d340): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483d340): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.207815389 +0000 UTC m=+30.333786118 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483d340): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483d840): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483d840): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483d840): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483d840): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483d840): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.207815389 +0000 UTC m=+30.333786118 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483d840): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b49ac540 item 65 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483de80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483de80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483de80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483de80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483de80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.21029608 +0000 UTC m=+30.336266810 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b483de80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856400): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856400): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b49acb60 item 66 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856400): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856400): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856400): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856400): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856400): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.213058607 +0000 UTC m=+30.339029336 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856400): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856940): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856940): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856940): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856940): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856940): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.213058607 +0000 UTC m=+30.339029336 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856940): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b49acee0 item 66 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856f80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856f80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856f80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856f80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856f80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.215533538 +0000 UTC m=+30.341504267 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4856f80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4857400): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4857400): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4857400): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4857400): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4857400): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b49ad2d0 item 67 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4857400): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4857400): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.217949698 +0000 UTC m=+30.343920427 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4857400): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4857900): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4857900): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4857900): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4857900): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4857900): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.217949698 +0000 UTC m=+30.343920427 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4857900): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b49ad5e0 item 67 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878080): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878080): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878080): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878080): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878080): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.222934537 +0000 UTC m=+30.348905266 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878080): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878580): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878580): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b49ada40 item 68 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878580): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878580): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878580): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878580): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878580): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.223454381 +0000 UTC m=+30.349425109 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878580): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878ac0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878ac0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878ac0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878ac0): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878ac0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.223454381 +0000 UTC m=+30.349425109 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4878ac0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b49adc70 item 68 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879100): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879100): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879100): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879100): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879100): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.226608948 +0000 UTC m=+30.352579676 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879100): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879580): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879580): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879580): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879580): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879580): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b403c930 item 69 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879580): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879580): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.227849073 +0000 UTC m=+30.353819802 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879580): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879a80): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879a80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879a80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879a80): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879a80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.227849073 +0000 UTC m=+30.353819802 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4879a80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b403d420 item 69 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896200): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896200): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896200): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896200): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896200): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.232477177 +0000 UTC m=+30.358447906 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896200): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896700): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b403db90 item 70 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896700): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896700): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896700): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896700): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.235182926 +0000 UTC m=+30.361153654 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896c40): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896c40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896c40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896c40): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896c40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.235182926 +0000 UTC m=+30.361153654 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4896c40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4584070 item 70 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c01c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c01c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c01c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c01c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c01c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.238854199 +0000 UTC m=+30.364824929 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c01c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c06c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c06c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c06c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c06c0): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c06c0): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b429ebd0 item 71 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c06c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c06c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.244995896 +0000 UTC m=+30.370966626 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c06c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0bc0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0bc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0bc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0bc0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0bc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.244995896 +0000 UTC m=+30.370966626 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0bc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b429ee70 item 71 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1240): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1240): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1240): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1240): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1240): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.249827565 +0000 UTC m=+30.375798294 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1240): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1740): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1740): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b429fc70 item 72 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1740): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1740): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1740): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1740): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1740): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.254195757 +0000 UTC m=+30.380166487 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1740): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1c80): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1c80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1c80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1c80): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1c80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.254195757 +0000 UTC m=+30.380166487 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1c80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4596000 item 72 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902340): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902340): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902340): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902340): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902340): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902340): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902340): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.258550455 +0000 UTC m=+30.384521184 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902340): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902840): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902840): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902840): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4596460 item 73 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902840): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902840): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.260557001 +0000 UTC m=+30.386527729 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902840): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902d00): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902d00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902d00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902d00): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902d00): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4596b60 item 73 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902d00): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902d00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.262609142 +0000 UTC m=+30.388579872 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4902d00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903240): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903240): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903240): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903240): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903240): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.262609142 +0000 UTC m=+30.388579872 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903240): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4584070 item 73 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903880): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903880): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903880): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903880): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903880): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903880): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903880): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.264778976 +0000 UTC m=+30.390749705 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903880): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903d80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903d80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903d80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b45849a0 item 74 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903d80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903d80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.266255047 +0000 UTC m=+30.392225777 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4903d80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe440): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe440): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4584b60 item 74 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe440): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe440): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe440): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe440): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe440): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.26855597 +0000 UTC m=+30.394526710 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe440): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe9c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe9c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe9c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe9c0): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe9c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.26855597 +0000 UTC m=+30.394526710 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe9c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4584d20 item 74 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff000): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff000): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff000): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff000): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff000): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff000): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff000): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.269599333 +0000 UTC m=+30.395570062 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff000): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff500): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff500): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff500): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b45850a0 item 75 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff500): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff500): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.270048644 +0000 UTC m=+30.396019373 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff500): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffa40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffa40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffa40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffa40): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffa40): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4585340 item 75 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffa40): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffa40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.270452387 +0000 UTC m=+30.396423116 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffa40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3f52780): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3f52780): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3f52780): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3f52780): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3f52780): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.270452387 +0000 UTC m=+30.396423116 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3f52780): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b45855e0 item 75 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6480): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6480): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6480): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6480): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6480): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6480): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6480): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.271645344 +0000 UTC m=+30.397616073 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6480): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6b40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6b40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6b40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b45859d0 item 76 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6b40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6b40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.272147724 +0000 UTC m=+30.398118453 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6b40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7700): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4585d50 item 76 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7700): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7700): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7700): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7700): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.272491415 +0000 UTC m=+30.398462143 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4048d00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4048d00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4048d00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4048d00): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4048d00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.272491415 +0000 UTC m=+30.398462143 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4048d00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b449c1c0 item 76 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049c40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049c40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049c40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049c40): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049c40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049c40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049c40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.273544135 +0000 UTC m=+30.399514865 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049c40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442300): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442300): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442300): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b449c770 item 77 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442300): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442300): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.273898236 +0000 UTC m=+30.399868964 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442300): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443640): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443640): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443640): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443640): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443640): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.273898236 +0000 UTC m=+30.399868964 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443640): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b449ca10 item 77 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443c80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443c80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443c80): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443c80): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443c80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443c80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443c80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.275485978 +0000 UTC m=+30.401456727 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443c80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472280): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472280): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472280): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b449d7a0 item 78 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472280): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472280): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.276165794 +0000 UTC m=+30.402136523 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472280): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0600): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0600): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0600): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0600): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0600): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.276165794 +0000 UTC m=+30.402136523 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0600): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4596e70 item 78 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0c40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0c40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0c40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0c40): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0c40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0c40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0c40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.278679329 +0000 UTC m=+30.404650059 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0c40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1140): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1140): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1140): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4597810 item 79 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1140): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1140): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.27914558 +0000 UTC m=+30.405116310 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1140): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1840): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1840): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1840): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1840): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1840): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.27914558 +0000 UTC m=+30.405116310 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1840): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4597c00 item 79 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7a0c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7a0c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7a0c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7a0c0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7a0c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7a0c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7a0c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.280415192 +0000 UTC m=+30.406385921 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7a0c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7a5c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7a5c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7a5c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3ffe540 item 80 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7a5c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7a5c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.280797114 +0000 UTC m=+30.406767843 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7a5c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7acc0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7acc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7acc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7acc0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7acc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.280797114 +0000 UTC m=+30.406767843 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7acc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3ffea80 item 80 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b300): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b300): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b300): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b300): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b300): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.282934208 +0000 UTC m=+30.408904936 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b300): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b780): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b780): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b780): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b780): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b780): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b780): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fff180 item 81 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b780): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b780): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.283983291 +0000 UTC m=+30.409954021 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7b780): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7bcc0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7bcc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7bcc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7bcc0): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7bcc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.283983291 +0000 UTC m=+30.409954021 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b3d7bcc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fff6c0 item 81 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162440): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162440): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162440): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162440): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162440): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.286245671 +0000 UTC m=+30.412216399 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162440): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162940): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162940): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162940): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe5730 item 82 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162940): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162940): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162940): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162940): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162940): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.286756497 +0000 UTC m=+30.412727227 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162940): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162ec0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162ec0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162ec0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162ec0): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162ec0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.286756497 +0000 UTC m=+30.412727227 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4162ec0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe58f0 item 82 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163540): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163540): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163540): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163540): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163540): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.287763732 +0000 UTC m=+30.413734461 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163540): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163a40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163a40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163a40): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163a40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163a40): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163a40): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe80e0 item 83 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163a40): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163a40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.288224484 +0000 UTC m=+30.414195213 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4163a40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421a080): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421a080): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421a080): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421a080): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421a080): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.288224484 +0000 UTC m=+30.414195213 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421a080): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe8380 item 83 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421a700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421a700): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421a700): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421a700): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421a700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.291608935 +0000 UTC m=+30.417579664 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421a700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421ac00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421ac00): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421ac00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe8850 item 84 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421ac00): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421ac00): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421ac00): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421ac00): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421ac00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.292841517 +0000 UTC m=+30.418812247 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421ac00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421b180): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421b180): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421b180): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421b180): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421b180): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.292841517 +0000 UTC m=+30.418812247 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421b180): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe8af0 item 84 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421b800): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421b800): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421b800): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421b800): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421b800): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.296289458 +0000 UTC m=+30.422260197 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421b800): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421bd00): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421bd00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421bd00): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421bd00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421bd00): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421bd00): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe9500 item 85 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421bd00): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421bd00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.297164354 +0000 UTC m=+30.423135083 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b421bd00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423c340): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423c340): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423c340): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423c340): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423c340): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.297164354 +0000 UTC m=+30.423135083 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423c340): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe9880 item 85 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423c9c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423c9c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423c9c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423c9c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423c9c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.299823623 +0000 UTC m=+30.425794362 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423c9c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423cec0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423cec0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423cec0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe9e30 item 86 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423cec0): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423cec0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423cec0): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423cec0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423cec0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.300902965 +0000 UTC m=+30.426873694 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423cec0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423d440): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423d440): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423d440): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423d440): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423d440): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.300902965 +0000 UTC m=+30.426873694 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423d440): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4480150 item 86 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423dac0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423dac0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423dac0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423dac0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423dac0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.303657485 +0000 UTC m=+30.429628214 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b423dac0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42500c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42500c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42500c0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42500c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42500c0): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42500c0): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4481030 item 87 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42500c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42500c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.304943978 +0000 UTC m=+30.430914707 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42500c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4250600): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4250600): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4250600): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4250600): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4250600): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.304943978 +0000 UTC m=+30.430914707 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4250600): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b44813b0 item 87 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4250c80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4250c80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4250c80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4250c80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4250c80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.306706642 +0000 UTC m=+30.432677371 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4250c80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251180): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251180): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251180): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4481c00 item 88 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251180): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251180): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251180): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251180): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251180): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.309500577 +0000 UTC m=+30.435471306 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251180): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251700): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251700): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251700): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.309500577 +0000 UTC m=+30.435471306 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4481dc0 item 88 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251d40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251d40): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251d40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251d40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251d40): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251d40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251d40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251d40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.3111249 +0000 UTC m=+30.437095649 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4251d40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b2380): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b2380): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b2380): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1c2a0 item 89 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b2380): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b2380): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.314156905 +0000 UTC m=+30.440127654 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b2380): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b28c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b28c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b28c0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b28c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b28c0): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b28c0): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1c540 item 89 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b28c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b28c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.31584026 +0000 UTC m=+30.441810999 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b28c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b2e40): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b2e40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b2e40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b2e40): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b2e40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.31584026 +0000 UTC m=+30.441810999 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b2e40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1c700 item 89 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44725c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44725c0): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44725c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44725c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44725c0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44725c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44725c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44725c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.318667306 +0000 UTC m=+30.444638035 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44725c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472b00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472b00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472b00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b449d9d0 item 90 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472b00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472b00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.319297017 +0000 UTC m=+30.445267746 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472b00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473140): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473140): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473140): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b449db90 item 90 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473140): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473140): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473140): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473140): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473140): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.320488751 +0000 UTC m=+30.446459481 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473140): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473700): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473700): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473700): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.320488751 +0000 UTC m=+30.446459481 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b449ddc0 item 90 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473d40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473d40): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473d40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473d40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473d40): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473d40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473d40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473d40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.323341297 +0000 UTC m=+30.449312027 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473d40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304380): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304380): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304380): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496a2a0 item 91 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304380): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304380): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.324140819 +0000 UTC m=+30.450111549 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304380): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43048c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43048c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43048c0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43048c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43048c0): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43048c0): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496a460 item 91 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43048c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43048c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.325174645 +0000 UTC m=+30.451145374 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43048c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304e40): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304e40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304e40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304e40): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304e40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.325174645 +0000 UTC m=+30.451145374 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304e40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496a620 item 91 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305480): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305480): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305480): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305480): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305480): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305480): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305480): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305480): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.327280088 +0000 UTC m=+30.453250817 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305480): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43059c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43059c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43059c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496aa80 item 92 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43059c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43059c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.327960184 +0000 UTC m=+30.453930914 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43059c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322000): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322000): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322000): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496acb0 item 92 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322000): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322000): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322000): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322000): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322000): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.329036871 +0000 UTC m=+30.455007600 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322000): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43225c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43225c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43225c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43225c0): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43225c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.329036871 +0000 UTC m=+30.455007600 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43225c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496ae70 item 92 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322c00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322c00): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322c00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322c00): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322c00): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322c00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322c00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322c00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.331768879 +0000 UTC m=+30.457739608 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322c00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b3580): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b3580): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b3580): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1ca10 item 93 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b3580): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b3580): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.332143307 +0000 UTC m=+30.458114106 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b3580): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b3c80): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b3c80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b3c80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b3c80): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b3c80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.332143307 +0000 UTC m=+30.458114106 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42b3c80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1ccb0 item 93 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c63c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c63c0): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c63c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c63c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c63c0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c63c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c63c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c63c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.335937143 +0000 UTC m=+30.461907871 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c63c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6900): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6900): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6900): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1d030 item 94 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6900): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6900): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.336267327 +0000 UTC m=+30.462238055 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c6900): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7000): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7000): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7000): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7000): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7000): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.336267327 +0000 UTC m=+30.462238055 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7000): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1d1f0 item 94 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7640): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7640): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7640): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7640): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7640): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7640): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7640): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7640): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.339560016 +0000 UTC m=+30.465530745 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7640): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7b80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7b80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7b80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1d650 item 95 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7b80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7b80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.342345474 +0000 UTC m=+30.468316203 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c7b80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de380): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de380): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de380): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de380): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de380): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.342345474 +0000 UTC m=+30.468316203 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de380): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1d960 item 95 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de9c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de9c0): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de9c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de9c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de9c0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de9c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de9c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de9c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.346344639 +0000 UTC m=+30.472315368 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42de9c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42def00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42def00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42def00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1ddc0 item 96 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42def00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42def00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.346799629 +0000 UTC m=+30.472770359 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42def00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42df600): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42df600): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42df600): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42df600): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42df600): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.346799629 +0000 UTC m=+30.472770359 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42df600): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491e1c0 item 96 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= 2026/05/16 04:56:00 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:00 DEBUG : Looking for writers 2026/05/16 04:56:00 DEBUG : >WaitForWriters: 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:00 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:56:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:56:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/16 04:56:00 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322fc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322fc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322fc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322fc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322fc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.355239042 +0000 UTC m=+30.481209771 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4322fc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4323440): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4323440): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4323440): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4323440): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4323440): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4323440): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4323440): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.355239042 +0000 UTC m=+30.481209771 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4323440): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4323900): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4323900): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4323900): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4323900): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4323900): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.355239042 +0000 UTC m=+30.481209771 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4323900): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496b340 item 1 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434c040): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434c040): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434c040): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434c040): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434c040): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.358507575 +0000 UTC m=+30.484478304 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434c040): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434c540): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434c540): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434c540): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434c540): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434c540): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.358507575 +0000 UTC m=+30.484478304 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434c540): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496b960 item 2 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434cb80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434cb80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434cb80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434cb80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434cb80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.361751951 +0000 UTC m=+30.487722680 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434cb80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434d000): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434d000): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434d000): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434d000): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434d000): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434d000): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434d000): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.361751951 +0000 UTC m=+30.487722680 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434d000): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434d4c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434d4c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434d4c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434d4c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434d4c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.361751951 +0000 UTC m=+30.487722680 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434d4c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496bce0 item 3 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434db40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434db40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434db40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434db40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434db40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.366175339 +0000 UTC m=+30.492146067 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b434db40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c180): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c180): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c180): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c180): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c180): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.366175339 +0000 UTC m=+30.492146067 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c180): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4686310 item 4 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c7c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c7c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c7c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c7c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c7c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.368489585 +0000 UTC m=+30.494460315 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c7c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cc40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cc40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cc40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cc40): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cc40): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cc40): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cc40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.368489585 +0000 UTC m=+30.494460315 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cc40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8200): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8200): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8200): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8200): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8200): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.368489585 +0000 UTC m=+30.494460315 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8200): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b46868c0 item 5 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a81c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a81c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a81c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a81c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a81c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.371196046 +0000 UTC m=+30.497166775 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a81c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a8700): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a8700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a8700): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a8700): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a8700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.371196046 +0000 UTC m=+30.497166775 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a8700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451b180 item 6 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a8d80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a8d80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a8d80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a8d80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a8d80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.372991351 +0000 UTC m=+30.498962080 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a8d80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9280): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9280): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9280): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9280): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9280): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9280): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9280): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.372991351 +0000 UTC m=+30.498962080 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9280): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9740): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9740): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9740): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9740): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9740): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.372991351 +0000 UTC m=+30.498962080 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9740): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451b5e0 item 7 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9dc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9dc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9dc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9dc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9dc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.375634842 +0000 UTC m=+30.501605571 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43a9dc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d6400): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d6400): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d6400): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d6400): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d6400): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.375634842 +0000 UTC m=+30.501605571 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d6400): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451bab0 item 8 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d69c0): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b43d69c0): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d69c0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d69c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d69c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d69c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d69c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d6d80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d6d80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d6d80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d6d80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d6d80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.377561516 +0000 UTC m=+30.503532244 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d6d80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7200): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7200): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7200): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7200): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7200): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7200): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7200): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.377561516 +0000 UTC m=+30.503532244 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7200): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7700): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7700): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7700): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.377561516 +0000 UTC m=+30.503532244 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451be30 item 9 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7d80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7d80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7d80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7d80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7d80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.380744697 +0000 UTC m=+30.506715436 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d7d80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452c3c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452c3c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452c3c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452c3c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452c3c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.380744697 +0000 UTC m=+30.506715436 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452c3c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432e540 item 10 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452ca00): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b452ca00): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452ca00): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452ca00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452ca00): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452ca00): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452ca00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452cdc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452cdc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452cdc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452cdc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452cdc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.383453951 +0000 UTC m=+30.509424680 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452cdc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452d2c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452d2c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452d2c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452d2c0): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452d2c0): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452d2c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452d2c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.383453951 +0000 UTC m=+30.509424680 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452d2c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452d7c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452d7c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452d7c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452d7c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452d7c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.383453951 +0000 UTC m=+30.509424680 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452d7c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432e930 item 11 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452de40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452de40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452de40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452de40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452de40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.38602787 +0000 UTC m=+30.511998599 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452de40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455e480): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455e480): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455e480): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455e480): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455e480): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.38602787 +0000 UTC m=+30.511998599 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455e480): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432ee00 item 12 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8840): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b42f8840): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8840): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8840): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8840): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8840): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8840): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8c00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8c00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8c00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8c00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8c00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.387896374 +0000 UTC m=+30.513867113 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8c00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f92c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f92c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f92c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f92c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f92c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.387896374 +0000 UTC m=+30.513867113 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f92c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f40e0 item 13 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9940): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9940): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9940): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9940): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9940): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.390050008 +0000 UTC m=+30.516020737 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9940): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9e80): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9e80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9e80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9e80): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9e80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.390050008 +0000 UTC m=+30.516020737 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9e80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f4540 item 14 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45885c0): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b45885c0): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45885c0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45885c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45885c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45885c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45885c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4588980): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4588980): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4588980): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4588980): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4588980): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.391979407 +0000 UTC m=+30.517950136 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4588980): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4589040): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4589040): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4589040): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4589040): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4589040): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.391979407 +0000 UTC m=+30.517950136 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4589040): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f48c0 item 15 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45896c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45896c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45896c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45896c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45896c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.394228732 +0000 UTC m=+30.520199461 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45896c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4589c00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4589c00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4589c00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4589c00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4589c00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.394228732 +0000 UTC m=+30.520199461 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4589c00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f4c40 item 16 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b4340): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b4340): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b4340): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b4340): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b4340): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.397634003 +0000 UTC m=+30.523604731 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b4340): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b47c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b47c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b47c0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b47c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b47c0): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b47c0): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b47c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b47c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.397634003 +0000 UTC m=+30.523604731 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b47c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b4cc0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b4cc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b4cc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b4cc0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b4cc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.397634003 +0000 UTC m=+30.523604731 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b4cc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f50a0 item 17 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b5340): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b5340): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b5340): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b5340): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b5340): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.400320816 +0000 UTC m=+30.526291545 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b5340): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b5880): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b5880): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b5880): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b5880): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b5880): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.400320816 +0000 UTC m=+30.526291545 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b5880): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f55e0 item 18 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4000): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4000): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4000): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4000): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4000): close: 2026/05/16 04:56:00 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-qitutey9sefo/dir/file1: no such file or directory 2026/05/16 04:56:00 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-qitutey9sefo/dir/file1: no such file or directory 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.402495488 +0000 UTC m=+30.528466218 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4000): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4500): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4500): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4500): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4500): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4500): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4500): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4500): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4500): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.402495488 +0000 UTC m=+30.528466218 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4500): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4a00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4a00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4a00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4a00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4a00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.402495488 +0000 UTC m=+30.528466218 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4a00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f5960 item 19 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5080): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5080): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5080): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5080): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5080): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.405796071 +0000 UTC m=+30.531766800 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5080): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455ec40): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455ec40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455ec40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455ec40): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455ec40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.405796071 +0000 UTC m=+30.531766800 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455ec40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432f1f0 item 20 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f2c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f2c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f2c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f2c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f2c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.407325685 +0000 UTC m=+30.533296414 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f2c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f7c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f7c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f7c0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f7c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f7c0): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f7c0): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f7c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f7c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.407325685 +0000 UTC m=+30.533296414 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455f7c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455fcc0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455fcc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455fcc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455fcc0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455fcc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.407325685 +0000 UTC m=+30.533296414 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b455fcc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432f650 item 21 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4690440): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4690440): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4690440): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4690440): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4690440): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.410060778 +0000 UTC m=+30.536031508 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4690440): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4690980): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4690980): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4690980): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4690980): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4690980): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.410060778 +0000 UTC m=+30.536031508 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4690980): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432fb20 item 22 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691000): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691000): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691000): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691000): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691000): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.412021978 +0000 UTC m=+30.537992707 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691000): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691500): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691500): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691500): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691500): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691500): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691500): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691500): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691500): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.412021978 +0000 UTC m=+30.537992707 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691500): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691a00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691a00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691a00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691a00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691a00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.412021978 +0000 UTC m=+30.537992707 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4691a00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab80e0 item 23 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a8180): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a8180): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a8180): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a8180): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a8180): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.416018869 +0000 UTC m=+30.541989608 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a8180): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a86c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a86c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a86c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a86c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a86c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.416018869 +0000 UTC m=+30.541989608 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a86c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab8690 item 24 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a8d00): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b46a8d00): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a8d00): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a8d00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a8d00): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a8d00): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a8d00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a90c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a90c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a90c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a90c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a90c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.418402247 +0000 UTC m=+30.544372975 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a90c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a95c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a95c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a95c0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a95c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a95c0): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a95c0): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a95c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a95c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.418402247 +0000 UTC m=+30.544372975 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a95c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a9b00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a9b00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a9b00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a9b00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a9b00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.418402247 +0000 UTC m=+30.544372975 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46a9b00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab8a80 item 25 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5480): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5480): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5480): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5480): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5480): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.421010581 +0000 UTC m=+30.546981309 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5480): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e59c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e59c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e59c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e59c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e59c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.421010581 +0000 UTC m=+30.546981309 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e59c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423e150 item 26 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4240): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b46c4240): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4240): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4240): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4240): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4240): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4240): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4600): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4600): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4600): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4600): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4600): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.423929772 +0000 UTC m=+30.549900501 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4600): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4b00): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4b00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4b00): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4b00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4b00): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4b00): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4b00): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4b00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.423929772 +0000 UTC m=+30.549900501 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c4b00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c5040): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c5040): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c5040): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c5040): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c5040): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.423929772 +0000 UTC m=+30.549900501 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c5040): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab8f50 item 27 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c56c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c56c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c56c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c56c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c56c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.426779742 +0000 UTC m=+30.552750481 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c56c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c5c00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c5c00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c5c00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c5c00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c5c00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.426779742 +0000 UTC m=+30.552750481 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46c5c00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab9490 item 28 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461a100): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b461a100): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461a100): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461a100): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461a100): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461a100): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461a100): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461a4c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461a4c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461a4c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461a4c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461a4c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.429373779 +0000 UTC m=+30.555344508 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461a4c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461ab80): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461ab80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461ab80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461ab80): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461ab80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.429373779 +0000 UTC m=+30.555344508 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461ab80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423e620 item 29 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461b200): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461b200): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461b200): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461b200): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461b200): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.432595423 +0000 UTC m=+30.558566152 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461b200): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461b740): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461b740): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461b740): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461b740): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461b740): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.432595423 +0000 UTC m=+30.558566152 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461b740): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423e9a0 item 30 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461bd80): _readAt: size=2, off=0 2026/05/16 04:56:00 ERROR : open-test-file(0x3d11b461bd80): Couldn't read size of file 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461bd80): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461bd80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461bd80): >_writeAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461bd80): close: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b461bd80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654240): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654240): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654240): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654240): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654240): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.43506232 +0000 UTC m=+30.561033048 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654240): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654900): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654900): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654900): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654900): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654900): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.43506232 +0000 UTC m=+30.561033048 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654900): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423ed20 item 31 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654f80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654f80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654f80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654f80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654f80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.438392177 +0000 UTC m=+30.564362906 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4654f80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46554c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46554c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46554c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46554c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46554c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.438392177 +0000 UTC m=+30.564362906 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46554c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423f0a0 item 32 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4655b00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4655b00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4655b00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4655b00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4655b00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.439914066 +0000 UTC m=+30.565884795 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4655b00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714080): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714080): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714080): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714080): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714080): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423f570 item 33 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714080): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714080): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.444132917 +0000 UTC m=+30.570103645 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714080): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714580): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714580): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714580): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714580): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714580): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.444132917 +0000 UTC m=+30.570103645 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714580): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423f960 item 33 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714bc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714bc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714bc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714bc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714bc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.446102812 +0000 UTC m=+30.572073541 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4714bc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715040): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715040): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423fd50 item 34 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715040): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715040): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715040): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715040): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715040): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.448271605 +0000 UTC m=+30.574242334 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715040): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715580): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715580): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715580): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715580): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715580): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.448271605 +0000 UTC m=+30.574242334 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715580): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4a070 item 34 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715bc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715bc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715bc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715bc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715bc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.45052125 +0000 UTC m=+30.576491979 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4715bc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473e140): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473e140): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473e140): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473e140): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473e140): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4a540 item 35 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473e140): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473e140): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.45141524 +0000 UTC m=+30.577385969 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473e140): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473e640): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473e640): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473e640): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473e640): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473e640): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.45141524 +0000 UTC m=+30.577385969 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473e640): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4a700 item 35 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473ecc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473ecc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473ecc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473ecc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473ecc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.453174598 +0000 UTC m=+30.579145327 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473ecc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473f1c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473f1c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4aaf0 item 36 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473f1c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473f1c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473f1c0): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473f1c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473f1c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.453689964 +0000 UTC m=+30.579660693 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473f1c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473f700): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473f700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473f700): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473f700): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473f700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.453689964 +0000 UTC m=+30.579660693 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473f700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4acb0 item 36 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473fd40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473fd40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473fd40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473fd40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473fd40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.454720483 +0000 UTC m=+30.580691212 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b473fd40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475e2c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475e2c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475e2c0): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475e2c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475e2c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4b030 item 37 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475e2c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475e2c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.455134075 +0000 UTC m=+30.581104804 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475e2c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475e7c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475e7c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475e7c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475e7c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475e7c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.455134075 +0000 UTC m=+30.581104804 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475e7c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4b1f0 item 37 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475ee40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475ee40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475ee40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475ee40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475ee40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.456335317 +0000 UTC m=+30.582306045 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475ee40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475f340): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475f340): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4b570 item 38 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475f340): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475f340): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475f340): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475f340): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475f340): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.456809003 +0000 UTC m=+30.582779732 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475f340): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475f880): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475f880): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475f880): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475f880): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475f880): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.456809003 +0000 UTC m=+30.582779732 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b475f880): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4b730 item 38 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477c000): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477c000): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477c000): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477c000): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477c000): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.459125174 +0000 UTC m=+30.585095903 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477c000): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437d2c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437d2c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437d2c0): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437d2c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437d2c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4686bd0 item 39 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437d2c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437d2c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.459525792 +0000 UTC m=+30.585496521 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437d2c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c180): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c180): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c180): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c180): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c180): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.459525792 +0000 UTC m=+30.585496521 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c180): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4686070 item 39 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c800): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c800): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c800): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c800): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c800): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.471856746 +0000 UTC m=+30.597827475 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437c800): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cd00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cd00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b46863f0 item 40 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cd00): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cd00): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cd00): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cd00): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cd00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.474310016 +0000 UTC m=+30.600280746 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437cd00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437d880): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437d880): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437d880): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437d880): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437d880): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.474310016 +0000 UTC m=+30.600280746 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437d880): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b46867e0 item 40 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437de40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437de40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437de40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437de40): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437de40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437de40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437de40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.479310024 +0000 UTC m=+30.605280753 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b437de40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477c680): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477c680): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477c680): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4686ee0 item 41 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477c680): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477c680): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.481527177 +0000 UTC m=+30.607497907 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477c680): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477cb40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477cb40): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477cb40): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477cb40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477cb40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4687110 item 41 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477cb40): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477cb40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.482211933 +0000 UTC m=+30.608182662 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477cb40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477d080): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477d080): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477d080): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477d080): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477d080): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.482211933 +0000 UTC m=+30.608182662 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477d080): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b46872d0 item 41 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477d6c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477d6c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477d6c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477d6c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477d6c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477d6c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477d6c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.483395031 +0000 UTC m=+30.609365760 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477d6c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477dbc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477dbc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477dbc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4687650 item 42 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477dbc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477dbc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.483802442 +0000 UTC m=+30.609773171 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b477dbc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe280): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe280): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b46878f0 item 42 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe280): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe280): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe280): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe280): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe280): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.484282529 +0000 UTC m=+30.610253259 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe280): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe800): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe800): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe800): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe800): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe800): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.484282529 +0000 UTC m=+30.610253259 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fe800): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4687b20 item 42 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fee40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fee40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fee40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fee40): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fee40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fee40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fee40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.485360349 +0000 UTC m=+30.611331078 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43fee40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff340): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff340): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff340): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4a000 item 43 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff340): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff340): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.4857473 +0000 UTC m=+30.611718029 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff340): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff880): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff880): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff880): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff880): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff880): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4a1c0 item 43 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff880): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff880): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.486192893 +0000 UTC m=+30.612163622 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ff880): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffdc0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffdc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffdc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffdc0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffdc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.486192893 +0000 UTC m=+30.612163622 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ffdc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4a4d0 item 43 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6280): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6280): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6280): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6280): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6280): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6280): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6280): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.487294076 +0000 UTC m=+30.613264804 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d6280): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d67c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d67c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d67c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4a850 item 44 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d67c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d67c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.487675027 +0000 UTC m=+30.613645756 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d67c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7340): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7340): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4aa80 item 44 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7340): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7340): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7340): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7340): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7340): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.488172568 +0000 UTC m=+30.614143297 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b41d7340): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4048640): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4048640): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4048640): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4048640): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4048640): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.488172568 +0000 UTC m=+30.614143297 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4048640): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4ac40 item 44 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049480): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049480): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049480): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049480): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049480): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049480): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049480): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.489343673 +0000 UTC m=+30.615314401 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4049480): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44420c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44420c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44420c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4afc0 item 45 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44420c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44420c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.489794134 +0000 UTC m=+30.615764864 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44420c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442a00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442a00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442a00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442a00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442a00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.489794134 +0000 UTC m=+30.615764864 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4442a00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4b180 item 45 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443a80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443a80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443a80): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443a80): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443a80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443a80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443a80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.490939541 +0000 UTC m=+30.616910270 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4443a80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0100): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0100): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0100): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4b500 item 46 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0100): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0100): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.491399271 +0000 UTC m=+30.617370000 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0100): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0800): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0800): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0800): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0800): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0800): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.491399271 +0000 UTC m=+30.617370000 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0800): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4b6c0 item 46 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0e40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0e40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0e40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0e40): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0e40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0e40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0e40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.493161955 +0000 UTC m=+30.619132684 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c0e40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1340): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1340): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1340): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a4bce0 item 47 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1340): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1340): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.493721223 +0000 UTC m=+30.619691952 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1340): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1a40): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1a40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1a40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1a40): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1a40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.493721223 +0000 UTC m=+30.619691952 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c1a40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab8000 item 47 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472180): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472180): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472180): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472180): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472180): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472180): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472180): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.495223044 +0000 UTC m=+30.621193773 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472180): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472680): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472680): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472680): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab8380 item 48 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472680): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472680): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.495670811 +0000 UTC m=+30.621641540 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472680): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472e00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472e00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472e00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472e00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472e00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.495670811 +0000 UTC m=+30.621641540 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4472e00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab8620 item 48 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473440): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473440): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473440): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473440): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473440): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.496962944 +0000 UTC m=+30.622933674 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473440): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44738c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44738c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44738c0): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44738c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44738c0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44738c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab8a10 item 49 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44738c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44738c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.497438965 +0000 UTC m=+30.623409694 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44738c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473e00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473e00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473e00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473e00): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473e00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.497438965 +0000 UTC m=+30.623409694 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4473e00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab8bd0 item 49 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f85c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f85c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f85c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f85c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f85c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.499220685 +0000 UTC m=+30.625191414 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f85c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8ac0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8ac0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8ac0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab8f50 item 50 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8ac0): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8ac0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8ac0): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8ac0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8ac0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.49982071 +0000 UTC m=+30.625791439 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8ac0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44523c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44523c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44523c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44523c0): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44523c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.49982071 +0000 UTC m=+30.625791439 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44523c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4584070 item 50 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452a40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452a40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452a40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452a40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452a40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.500920159 +0000 UTC m=+30.626890888 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452a40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452f40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452f40): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452f40): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452f40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452f40): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452f40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b45848c0 item 51 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452f40): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452f40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.501381292 +0000 UTC m=+30.627352022 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4452f40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453480): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453480): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453480): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453480): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453480): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.501381292 +0000 UTC m=+30.627352022 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453480): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4584af0 item 51 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453b00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453b00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453b00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453b00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453b00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.502606549 +0000 UTC m=+30.628577279 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4453b00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0100): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0100): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0100): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4584e70 item 52 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0100): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0100): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0100): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0100): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0100): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.503154746 +0000 UTC m=+30.629125475 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0100): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0680): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0680): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0680): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0680): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0680): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.503154746 +0000 UTC m=+30.629125475 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0680): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4585030 item 52 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0d00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0d00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0d00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0d00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0d00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.504364054 +0000 UTC m=+30.630334783 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c0d00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1200): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1200): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1200): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1200): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1200): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1200): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4585570 item 53 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1200): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1200): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.504822912 +0000 UTC m=+30.630793640 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1200): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1740): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1740): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1740): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1740): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1740): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.504822912 +0000 UTC m=+30.630793640 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1740): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b45857a0 item 53 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1dc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1dc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1dc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1dc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1dc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.50612246 +0000 UTC m=+30.632093190 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42c1dc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d63c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d63c0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d63c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4585b90 item 54 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d63c0): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d63c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d63c0): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d63c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d63c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.506748824 +0000 UTC m=+30.632719554 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d63c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d6940): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d6940): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d6940): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d6940): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d6940): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.506748824 +0000 UTC m=+30.632719554 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d6940): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4596070 item 54 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d6fc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d6fc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d6fc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d6fc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d6fc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.508068451 +0000 UTC m=+30.634039180 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d6fc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d74c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d74c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d74c0): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d74c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d74c0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d74c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4596620 item 55 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d74c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d74c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.508652896 +0000 UTC m=+30.634623625 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d74c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d7a00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d7a00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d7a00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d7a00): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d7a00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.508652896 +0000 UTC m=+30.634623625 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42d7a00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4596bd0 item 55 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6180): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6180): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6180): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6180): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6180): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.510071069 +0000 UTC m=+30.636041808 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6180): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6680): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6680): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6680): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4597500 item 56 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6680): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6680): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6680): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6680): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6680): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.510650194 +0000 UTC m=+30.636620923 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6680): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6c00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6c00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6c00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6c00): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6c00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.510650194 +0000 UTC m=+30.636620923 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e6c00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4597810 item 56 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7240): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7240): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7240): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7240): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7240): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7240): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7240): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7240): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.511856136 +0000 UTC m=+30.637826864 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7240): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7780): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7780): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7780): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4597e30 item 57 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7780): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7780): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.51231801 +0000 UTC m=+30.638288738 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7780): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7cc0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7cc0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7cc0): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7cc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7cc0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7cc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3ffe540 item 57 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7cc0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7cc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.512777047 +0000 UTC m=+30.638747786 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42e7cc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304340): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304340): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304340): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304340): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304340): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.512777047 +0000 UTC m=+30.638747786 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304340): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3ffea80 item 57 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304980): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304980): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304980): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304980): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304980): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304980): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304980): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304980): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.514247478 +0000 UTC m=+30.640218207 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304980): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304ec0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304ec0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304ec0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fff180 item 58 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304ec0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304ec0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.514670438 +0000 UTC m=+30.640641167 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4304ec0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305400): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305400): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305400): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fff6c0 item 58 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305400): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305400): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305400): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305400): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305400): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.515228275 +0000 UTC m=+30.641199003 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4305400): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43059c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43059c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43059c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43059c0): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43059c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.515228275 +0000 UTC m=+30.641199003 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43059c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe5260 item 58 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320100): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320100): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320100): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320100): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320100): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320100): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320100): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320100): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.516633983 +0000 UTC m=+30.642604712 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320100): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320640): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320640): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320640): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe58f0 item 59 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320640): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320640): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.517035562 +0000 UTC m=+30.643006291 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320640): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320b80): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320b80): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320b80): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320b80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320b80): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320b80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe5c00 item 59 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320b80): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320b80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.519208272 +0000 UTC m=+30.645179001 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4320b80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321100): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321100): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321100): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321100): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321100): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.519208272 +0000 UTC m=+30.645179001 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321100): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe80e0 item 59 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8dc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8dc0): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8dc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8dc0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8dc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8dc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8dc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.521883402 +0000 UTC m=+30.647854141 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f8dc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9300): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9300): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9300): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab91f0 item 60 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9300): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9300): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.524459234 +0000 UTC m=+30.650429963 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9300): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9840): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9840): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9840): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab93b0 item 60 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9840): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9840): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9840): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9840): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9840): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.524949832 +0000 UTC m=+30.650920561 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9840): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9e00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9e00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9e00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9e00): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9e00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.524949832 +0000 UTC m=+30.650920561 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42f9e00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab95e0 item 60 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242540): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242540): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242540): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242540): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242540): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242540): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242540): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242540): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.52664564 +0000 UTC m=+30.652616369 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242540): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242a80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242a80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242a80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab99d0 item 61 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242a80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242a80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.527737906 +0000 UTC m=+30.653708635 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4242a80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4243180): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4243180): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4243180): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4243180): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4243180): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.527737906 +0000 UTC m=+30.653708635 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4243180): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4ab9b90 item 61 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42437c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42437c0): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42437c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42437c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42437c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42437c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42437c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42437c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.533027912 +0000 UTC m=+30.658998641 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b42437c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321700): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321700): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4480070 item 62 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321700): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.535554751 +0000 UTC m=+30.661525481 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321e00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321e00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321e00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321e00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321e00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.535554751 +0000 UTC m=+30.661525481 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4321e00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe8690 item 62 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344540): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344540): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344540): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344540): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344540): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344540): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344540): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344540): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.538584533 +0000 UTC m=+30.664555262 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344540): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344a80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344a80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344a80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe8af0 item 63 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344a80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344a80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.539018894 +0000 UTC m=+30.664989623 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4344a80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4345180): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4345180): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4345180): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4345180): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4345180): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.539018894 +0000 UTC m=+30.664989623 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4345180): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe8d20 item 63 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43457c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43457c0): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43457c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43457c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43457c0): >_readAt: n=0, err=Bad file descriptor 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43457c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43457c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43457c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.542599477 +0000 UTC m=+30.668570206 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43457c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4345d00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4345d00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4345d00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe9880 item 64 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4345d00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4345d00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.542993612 +0000 UTC m=+30.668964341 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4345d00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358500): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358500): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358500): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358500): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358500): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.542993612 +0000 UTC m=+30.668964341 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358500): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b3fe9c70 item 64 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358b40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358b40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358b40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358b40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358b40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.544736179 +0000 UTC m=+30.670706908 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358b40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358fc0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358fc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358fc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358fc0): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358fc0): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b449c230 item 65 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358fc0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358fc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.545284596 +0000 UTC m=+30.671255335 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4358fc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43594c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43594c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43594c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43594c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43594c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.545284596 +0000 UTC m=+30.671255335 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43594c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b449c3f0 item 65 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4359b00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4359b00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4359b00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4359b00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4359b00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.54633903 +0000 UTC m=+30.672309759 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4359b00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aa080): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aa080): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b449cd20 item 66 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aa080): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aa080): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aa080): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aa080): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aa080): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.546816544 +0000 UTC m=+30.672787272 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aa080): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aa5c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aa5c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aa5c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aa5c0): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aa5c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.546816544 +0000 UTC m=+30.672787272 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aa5c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b449cf50 item 66 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aac00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aac00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aac00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aac00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aac00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.547811725 +0000 UTC m=+30.673782455 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43aac00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ab080): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ab080): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ab080): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ab080): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ab080): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b449d9d0 item 67 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ab080): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ab080): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.548208377 +0000 UTC m=+30.674179116 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ab080): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ab580): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ab580): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ab580): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ab580): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ab580): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.548208377 +0000 UTC m=+30.674179116 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43ab580): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b449db90 item 67 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43abc00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43abc00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43abc00): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43abc00): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43abc00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.549348672 +0000 UTC m=+30.675319402 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43abc00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2200): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2200): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1c0e0 item 68 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2200): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2200): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2200): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2200): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2200): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.550545076 +0000 UTC m=+30.676515804 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2200): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2740): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2740): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2740): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2740): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2740): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.550545076 +0000 UTC m=+30.676515804 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2740): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1c2a0 item 68 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2d80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2d80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2d80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2d80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2d80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.551794139 +0000 UTC m=+30.677764868 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d2d80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3200): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3200): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3200): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3200): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3200): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1c700 item 69 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3200): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3200): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.552213542 +0000 UTC m=+30.678184271 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3200): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3700): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3700): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3700): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.552213542 +0000 UTC m=+30.678184271 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1c930 item 69 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3d80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3d80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3d80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3d80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3d80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.553916133 +0000 UTC m=+30.679886861 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43d3d80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f4380): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f4380): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1cd90 item 70 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f4380): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f4380): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f4380): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f4380): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f4380): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.554457998 +0000 UTC m=+30.680428726 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f4380): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f48c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f48c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f48c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f48c0): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f48c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.554457998 +0000 UTC m=+30.680428726 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f48c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1cf50 item 70 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448c000): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448c000): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448c000): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448c000): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448c000): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.555759509 +0000 UTC m=+30.681730239 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448c000): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448c500): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448c500): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448c500): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448c500): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448c500): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496a150 item 71 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448c500): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448c500): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.556696962 +0000 UTC m=+30.682667691 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448c500): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448ca00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448ca00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448ca00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448ca00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448ca00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.556696962 +0000 UTC m=+30.682667691 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448ca00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496a310 item 71 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448d080): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448d080): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448d080): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448d080): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448d080): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.558245381 +0000 UTC m=+30.684216111 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448d080): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448d580): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448d580): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496a690 item 72 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448d580): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448d580): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448d580): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448d580): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448d580): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.558728004 +0000 UTC m=+30.684698734 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448d580): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448dac0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448dac0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448dac0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448dac0): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448dac0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.558728004 +0000 UTC m=+30.684698734 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b448dac0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496a850 item 72 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44fe180): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44fe180): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44fe180): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44fe180): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44fe180): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44fe180): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44fe180): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.559661881 +0000 UTC m=+30.685632609 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44fe180): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44fe680): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44fe680): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44fe680): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496acb0 item 73 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44fe680): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44fe680): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.560064322 +0000 UTC m=+30.686035051 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44fe680): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44feb40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44feb40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44feb40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44feb40): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44feb40): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496ae70 item 73 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44feb40): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44feb40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.560554519 +0000 UTC m=+30.686525248 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44feb40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ff080): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ff080): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ff080): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ff080): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ff080): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.560554519 +0000 UTC m=+30.686525248 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ff080): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496b030 item 73 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ff6c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ff6c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ff6c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ff6c0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ff6c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ff6c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ff6c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.562279802 +0000 UTC m=+30.688250532 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ff6c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ffbc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ffbc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ffbc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496b3b0 item 74 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ffbc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ffbc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.563230401 +0000 UTC m=+30.689201130 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b44ffbc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452e200): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452e200): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496b6c0 item 74 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452e200): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452e200): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452e200): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452e200): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452e200): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.563784539 +0000 UTC m=+30.689755268 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452e200): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452e780): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452e780): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452e780): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452e780): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452e780): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.563784539 +0000 UTC m=+30.689755268 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452e780): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496b880 item 74 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452edc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452edc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452edc0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452edc0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452edc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452edc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452edc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.565072845 +0000 UTC m=+30.691043575 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452edc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452f2c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452f2c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452f2c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496bc00 item 75 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452f2c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452f2c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.565780504 +0000 UTC m=+30.691751243 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452f2c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452f800): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452f800): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452f800): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452f800): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452f800): _writeAt: size=3, off=2 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b496bdc0 item 75 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452f800): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452f800): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.566257365 +0000 UTC m=+30.692228095 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452f800): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452fd40): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452fd40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452fd40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452fd40): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452fd40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.566257365 +0000 UTC m=+30.692228095 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b452fd40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451a1c0 item 75 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560480): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560480): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560480): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560480): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560480): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560480): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560480): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.573205047 +0000 UTC m=+30.699175787 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560480): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560980): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560980): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560980): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451a540 item 76 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560980): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560980): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.573704082 +0000 UTC m=+30.699674810 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560980): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560ec0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560ec0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451a7e0 item 76 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560ec0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560ec0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560ec0): _writeAt: size=3, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560ec0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560ec0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.574812648 +0000 UTC m=+30.700783377 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4560ec0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4561440): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4561440): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4561440): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4561440): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4561440): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.574812648 +0000 UTC m=+30.700783377 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4561440): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451aa80 item 76 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4561a80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4561a80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4561a80): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4561a80): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4561a80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4561a80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4561a80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.576457459 +0000 UTC m=+30.702428189 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4561a80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586080): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586080): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586080): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451b030 item 77 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586080): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586080): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.57706041 +0000 UTC m=+30.703031139 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586080): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586780): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586780): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586780): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586780): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586780): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.57706041 +0000 UTC m=+30.703031139 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586780): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451b2d0 item 77 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586dc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586dc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586dc0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586dc0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586dc0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586dc0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586dc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.578796895 +0000 UTC m=+30.704767624 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4586dc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45872c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45872c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45872c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451b6c0 item 78 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45872c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45872c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.579297382 +0000 UTC m=+30.705268110 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45872c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45879c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45879c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45879c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45879c0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45879c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.579297382 +0000 UTC m=+30.705268110 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45879c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451b880 item 78 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0100): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0100): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0100): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0100): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0100): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0100): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0100): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.5828388 +0000 UTC m=+30.708809528 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0100): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f53c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f53c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f53c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1d2d0 item 79 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f53c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f53c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.583275455 +0000 UTC m=+30.709246184 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f53c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f5ac0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f5ac0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f5ac0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f5ac0): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f5ac0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.583275455 +0000 UTC m=+30.709246184 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b43f5ac0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1d490 item 79 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612200): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612200): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612200): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612200): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612200): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612200): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612200): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.585685745 +0000 UTC m=+30.711656474 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612200): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612700): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612700): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1da40 item 80 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612700): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.586574175 +0000 UTC m=+30.712544904 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612e00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612e00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612e00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612e00): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612e00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.586574175 +0000 UTC m=+30.712544904 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4612e00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b4a1dce0 item 80 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4613440): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4613440): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4613440): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4613440): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4613440): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.588940862 +0000 UTC m=+30.714911590 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4613440): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46138c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46138c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46138c0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46138c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46138c0): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46138c0): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491e380 item 81 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46138c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46138c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.589673417 +0000 UTC m=+30.715644147 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46138c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4613e00): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4613e00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4613e00): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4613e00): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4613e00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.589673417 +0000 UTC m=+30.715644147 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4613e00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491e540 item 81 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648580): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648580): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648580): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648580): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648580): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.591660526 +0000 UTC m=+30.717631255 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648580): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648a80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648a80): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648a80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491e8c0 item 82 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648a80): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648a80): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648a80): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648a80): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648a80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.593341676 +0000 UTC m=+30.719312406 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4648a80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649000): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649000): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649000): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649000): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649000): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.593341676 +0000 UTC m=+30.719312406 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649000): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491ecb0 item 82 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649680): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649680): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649680): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649680): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649680): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.595534925 +0000 UTC m=+30.721505654 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649680): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649b80): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649b80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649b80): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649b80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649b80): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649b80): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491f810 item 83 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649b80): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649b80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.596168833 +0000 UTC m=+30.722139563 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4649b80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46701c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46701c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46701c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46701c0): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46701c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.596168833 +0000 UTC m=+30.722139563 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46701c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491fab0 item 83 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0300): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0300): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0300): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0300): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0300): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.597785251 +0000 UTC m=+30.723755981 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0300): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0800): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0800): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0800): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451bc00 item 84 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0800): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0800): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0800): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0800): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0800): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.598683861 +0000 UTC m=+30.724654591 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0800): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0d80): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0d80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0d80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0d80): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0d80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.598683861 +0000 UTC m=+30.724654591 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b0d80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b451bdc0 item 84 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1400): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1400): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1400): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1400): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1400): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.600291662 +0000 UTC m=+30.726262391 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1400): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1900): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1900): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1900): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1900): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1900): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1900): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432e380 item 85 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1900): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1900): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.600860998 +0000 UTC m=+30.726831728 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1900): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1e40): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1e40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1e40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1e40): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1e40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.600860998 +0000 UTC m=+30.726831728 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45b1e40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432e540 item 85 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e45c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e45c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e45c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e45c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e45c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.602512373 +0000 UTC m=+30.728483102 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e45c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4ac0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4ac0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4ac0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432e930 item 86 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4ac0): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4ac0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4ac0): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4ac0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4ac0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.603120403 +0000 UTC m=+30.729091132 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e4ac0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5040): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5040): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5040): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5040): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5040): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.603120403 +0000 UTC m=+30.729091132 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5040): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432eaf0 item 86 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e56c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e56c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e56c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e56c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e56c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.604774893 +0000 UTC m=+30.730745621 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e56c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5bc0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5bc0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5bc0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5bc0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5bc0): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5bc0): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432ee70 item 87 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5bc0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5bc0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.605444379 +0000 UTC m=+30.731415118 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b45e5bc0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692200): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692200): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692200): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692200): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692200): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.605444379 +0000 UTC m=+30.731415118 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692200): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432f180 item 87 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692880): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692880): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692880): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692880): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692880): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.606828697 +0000 UTC m=+30.732799425 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692880): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692d80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692d80): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692d80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432f5e0 item 88 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692d80): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692d80): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692d80): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692d80): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692d80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.60749646 +0000 UTC m=+30.733467189 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4692d80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693300): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693300): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693300): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693300): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693300): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.60749646 +0000 UTC m=+30.733467189 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693300): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432f7a0 item 88 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693940): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693940): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693940): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693940): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693940): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693940): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693940): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693940): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.609218407 +0000 UTC m=+30.735189136 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693940): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693e80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693e80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693e80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432fb20 item 89 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693e80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693e80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.609798444 +0000 UTC m=+30.735769173 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4693e80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b44c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b44c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b44c0): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b44c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b44c0): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b44c0): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b432fce0 item 89 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b44c0): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b44c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.610417825 +0000 UTC m=+30.736388555 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b44c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b4a40): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b4a40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b4a40): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b4a40): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b4a40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.610417825 +0000 UTC m=+30.736388555 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b4a40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f40e0 item 89 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5080): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5080): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5080): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5080): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5080): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5080): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5080): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5080): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.611783649 +0000 UTC m=+30.737754379 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5080): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b55c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b55c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b55c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f4540 item 90 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b55c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b55c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.612308893 +0000 UTC m=+30.738279622 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b55c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5b00): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5b00): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5b00): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f4700 item 90 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5b00): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5b00): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5b00): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5b00): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5b00): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.612921502 +0000 UTC m=+30.738892231 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46b5b00): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d01c0): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d01c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d01c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d01c0): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d01c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.612921502 +0000 UTC m=+30.738892231 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d01c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f48c0 item 90 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0800): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0800): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0800): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0800): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0800): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0800): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0800): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0800): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.61475506 +0000 UTC m=+30.740725789 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0800): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0d40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0d40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0d40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f4c40 item 91 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0d40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0d40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.615371596 +0000 UTC m=+30.741342325 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d0d40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1280): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1280): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1280): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1280): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1280): >_readAt: n=2, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1280): _writeAt: size=3, off=7 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f4e00 item 91 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1280): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1280): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.61601388 +0000 UTC m=+30.741984610 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1280): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1800): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1800): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1800): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1800): >_readAt: n=8, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1800): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.61601388 +0000 UTC m=+30.741984610 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1800): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f50a0 item 91 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1e40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1e40): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1e40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1e40): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1e40): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1e40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1e40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1e40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.618247445 +0000 UTC m=+30.744218174 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46d1e40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4670b40): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4670b40): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4670b40): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b491fe30 item 92 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4670b40): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4670b40): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.61912147 +0000 UTC m=+30.745092198 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4670b40): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671080): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671080): open at offset 5 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671080): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423e2a0 item 92 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671080): _readAt: size=2, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671080): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671080): _writeAt: size=3, off=5 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671080): >_writeAt: n=3, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671080): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.620048303 +0000 UTC m=+30.746019031 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671080): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671640): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671640): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671640): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671640): >_readAt: n=3, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671640): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.620048303 +0000 UTC m=+30.746019031 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b4671640): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b423e540 item 92 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6140): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6140): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6140): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6140): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6140): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6140): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6140): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6140): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.622654562 +0000 UTC m=+30.748625291 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6140): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6680): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6680): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6680): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f5490 item 93 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6680): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6680): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.623422093 +0000 UTC m=+30.749392823 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6680): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6d80): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6d80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6d80): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6d80): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6d80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.623422093 +0000 UTC m=+30.749392823 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f6d80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f5650 item 93 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f73c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f73c0): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f73c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f73c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f73c0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f73c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f73c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f73c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.624957217 +0000 UTC m=+30.750927947 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f73c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f7900): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f7900): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f7900): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f59d0 item 94 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f7900): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f7900): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.626024476 +0000 UTC m=+30.751995205 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b46f7900): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c100): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c100): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c100): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c100): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c100): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.626024476 +0000 UTC m=+30.751995205 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c100): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b48f5b90 item 94 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c740): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c740): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c740): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c740): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c740): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c740): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c740): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c740): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.628609065 +0000 UTC m=+30.754579795 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478c740): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478cc80): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478cc80): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478cc80): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b49ac070 item 95 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478cc80): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478cc80): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.629223668 +0000 UTC m=+30.755194407 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478cc80): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d380): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d380): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d380): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d380): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d380): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.629223668 +0000 UTC m=+30.755194407 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d380): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b49ac230 item 95 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 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/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d9c0): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d9c0): open at offset 0 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d9c0): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d9c0): _readAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d9c0): >_readAt: n=0, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d9c0): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d9c0): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d9c0): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.630750766 +0000 UTC m=+30.756721495 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b478d9c0): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c2000): _writeAt: size=5, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c2000): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c2000): >openPending: err= 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b49ac5b0 item 96 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c2000): >_writeAt: n=5, err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c2000): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.631285297 +0000 UTC m=+30.757256027 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c2000): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/16 04:56:00 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:00 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/16 04:56:00 DEBUG : open-test-file: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c2700): _readAt: size=512, off=0 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c2700): openPending: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c2700): >openPending: err= 2026/05/16 04:56:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c2700): >_readAt: n=5, err=EOF 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c2700): close: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-16 04:56:00.631285297 +0000 UTC m=+30.757256027 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : open-test-file(0x3d11b47c2700): >close: err= 2026/05/16 04:56:00 DEBUG : open-test-file: Remove: 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d11b49ac770 item 96 2026/05/16 04:56:00 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/16 04:56:00 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/16 04:56:00 DEBUG : open-test-file: >Remove: err= 2026/05/16 04:56:00 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:00 DEBUG : Looking for writers 2026/05/16 04:56:00 DEBUG : >WaitForWriters: 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.61s) --- PASS: TestRWFileHandleOpenTests/writes (0.32s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.01s) --- 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.29s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.01s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- 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-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:00 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:56:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:56:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:00 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:56:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:00 DEBUG : file1: newRWFileHandle: 2026/05/16 04:56:00 DEBUG : file1(0x3d11b4670080): openPending: 2026/05/16 04:56:00 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:00 DEBUG : file1(0x3d11b4670080): >openPending: err= 2026/05/16 04:56:00 DEBUG : file1: >newRWFileHandle: err= 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:00 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/16 04:56:00 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/16 04:56:00 DEBUG : file1(0x3d11b4670080): _writeAt: size=2, off=0 2026/05/16 04:56:00 DEBUG : file1(0x3d11b4670080): >_writeAt: n=2, err= 2026/05/16 04:56:00 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/16 04:56:00 DEBUG : file1(0x3d11b4670080): RWFileHandle.Flush 2026/05/16 04:56:00 DEBUG : file1(0x3d11b4670080): RWFileHandle.Release 2026/05/16 04:56:00 DEBUG : file1(0x3d11b4670080): close: 2026/05/16 04:56:00 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/16 04:56:00 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:00 DEBUG : file1(0x3d11b4670080): >close: err= 2026/05/16 04:56:00 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:00 DEBUG : Looking for writers 2026/05/16 04:56:00 DEBUG : file1: reading active writers 2026/05/16 04:56:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:56:00 DEBUG : Looking for writers 2026/05/16 04:56:00 DEBUG : file1: reading active writers 2026/05/16 04:56:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:56:00 DEBUG : Looking for writers 2026/05/16 04:56:00 DEBUG : file1: reading active writers 2026/05/16 04:56:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:56:00 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-qitutey9sefo/dir/file1: no such file or directory 2026/05/16 04:56:00 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-qitutey9sefo/dir/file1: no such file or directory 2026/05/16 04:56:00 DEBUG : Looking for writers 2026/05/16 04:56:00 DEBUG : file1: reading active writers 2026/05/16 04:56:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:56:00 DEBUG : file1: vfs cache: starting upload 2026/05/16 04:56:00 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1.a0a9169e.partial" 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1.a0a9169e.partial 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1.a0a9169e.partial" 2026/05/16 04:56:00 DEBUG : Looking for writers 2026/05/16 04:56:00 DEBUG : file1: reading active writers 2026/05/16 04:56:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qitutey9sefo/file1.a0a9169e.partial 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:00 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/16 04:56:00 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/16 04:56:00 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/16 04:56:00 INFO : file1: Copied (new) 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:00 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/16 04:56:00 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/16 04:56:00 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/16 04:56:00 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/16 04:56:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:00 INFO : file1: vfs cache: upload succeeded try #1 2026/05/16 04:56:00 DEBUG : Looking for writers 2026/05/16 04:56:00 DEBUG : file1: reading active writers 2026/05/16 04:56:00 DEBUG : >WaitForWriters: 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:00 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:01 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:01 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/16 04:56:01 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:01 DEBUG : Looking for writers 2026/05/16 04:56:01 DEBUG : file1: reading active writers 2026/05/16 04:56:01 DEBUG : >WaitForWriters: 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.54s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:01 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:56:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:56:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:01 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:56:01 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:01 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:01 DEBUG : rename_me: newRWFileHandle: 2026/05/16 04:56:01 DEBUG : rename_me(0x3d11b46712c0): openPending: 2026/05/16 04:56:01 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/16 04:56:01 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/16 04:56:01 DEBUG : rename_me(0x3d11b46712c0): >openPending: err= 2026/05/16 04:56:01 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/16 04:56:01 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/16 04:56:01 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/16 04:56:01 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/16 04:56:01 DEBUG : rename_me(0x3d11b46712c0): _writeAt: size=5, off=0 2026/05/16 04:56:01 DEBUG : rename_me(0x3d11b46712c0): >_writeAt: n=5, err= 2026/05/16 04:56:01 DEBUG : rename_me(0x3d11b46712c0): close: 2026/05/16 04:56:01 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-16 04:56:01.182034886 +0000 UTC m=+31.308005615 2026/05/16 04:56:01 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/16 04:56:01 DEBUG : rename_me(0x3d11b46712c0): >close: err= 2026/05/16 04:56:01 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/16 04:56:01 DEBUG : i_was_renamed: Updating file with 0x3d11b42256c0 2026/05/16 04:56:01 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/16 04:56:01 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/16 04:56:01 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:01 DEBUG : Looking for writers 2026/05/16 04:56:01 DEBUG : i_was_renamed: reading active writers 2026/05/16 04:56:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/16 04:56:01 DEBUG : Looking for writers 2026/05/16 04:56:01 DEBUG : i_was_renamed: reading active writers 2026/05/16 04:56:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/16 04:56:01 DEBUG : Looking for writers 2026/05/16 04:56:01 DEBUG : i_was_renamed: reading active writers 2026/05/16 04:56:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/16 04:56:01 DEBUG : Looking for writers 2026/05/16 04:56:01 DEBUG : i_was_renamed: reading active writers 2026/05/16 04:56:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/16 04:56:01 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/16 04:56:01 DEBUG : i_was_renamed.2b514340.partial: size = 5 OK 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/i_was_renamed.2b514340.partial" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/i_was_renamed.2b514340.partial 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/i_was_renamed.2b514340.partial" 2026/05/16 04:56:01 DEBUG : Looking for writers 2026/05/16 04:56:01 DEBUG : i_was_renamed: reading active writers 2026/05/16 04:56:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/i_was_renamed.2b514340.partial 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:01 DEBUG : i_was_renamed.2b514340.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:56:01 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/16 04:56:01 DEBUG : i_was_renamed.2b514340.partial: renamed to: i_was_renamed 2026/05/16 04:56:01 INFO : i_was_renamed: Copied (new) 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/i_was_renamed" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/i_was_renamed 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/i_was_renamed" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/i_was_renamed 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:01 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:56:01 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-16 04:56:01 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/16 04:56:01 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/16 04:56:01 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/16 04:56:01 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/16 04:56:01 DEBUG : Looking for writers 2026/05/16 04:56:01 DEBUG : i_was_renamed: reading active writers 2026/05/16 04:56:01 DEBUG : >WaitForWriters: 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.33s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:01 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:56:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/16 04:56:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qitutey9sefo" 2026/05/16 04:56:01 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/16 04:56:01 DEBUG : forgetting directory cache 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate(0x3d11b4048a40): _readAt: size=512, off=0 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate(0x3d11b4048a40): openPending: 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-16 03:57:01 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/16 04:56:01 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate(0x3d11b4048a40): >openPending: err= 2026/05/16 04:56:01 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate(0x3d11b4048a40): >_readAt: n=20, err=EOF 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate(0x3d11b4048a40): close: 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-16 03:57:01 +0000 UTC 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate(0x3d11b4048a40): >close: err= 2026/05/16 04:56:01 DEBUG : Re-reading directory (109.495762ms old) 2026/05/16 04:56:01 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:01 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:01 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : forgetting directory cache 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate(0x3d11b43fe700): _readAt: size=512, off=0 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate(0x3d11b43fe700): openPending: 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-16 03:58:01 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-16 03:57:01 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-16 03:58:01 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-16 03:57:01 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/16 04:56:02 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/16 04:56:02 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate(0x3d11b43fe700): >openPending: err= 2026/05/16 04:56:02 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate(0x3d11b43fe700): >_readAt: n=20, err=EOF 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate(0x3d11b43fe700): close: 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-16 03:58:01 +0000 UTC 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate(0x3d11b43fe700): >close: err= 2026/05/16 04:56:02 DEBUG : Re-reading directory (107.502411ms old) 2026/05/16 04:56:02 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/16 04:56:02 DEBUG : forgetting directory cache 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate(0x3d11b43ff240): _readAt: size=512, off=0 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate(0x3d11b43ff240): openPending: 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-16 03:59:01 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-16 03:58:01 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-16 03:59:01 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-16 03:58:01 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/16 04:56:02 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/16 04:56:02 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate(0x3d11b43ff240): >openPending: err= 2026/05/16 04:56:02 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate(0x3d11b43ff240): >_readAt: n=20, err=EOF 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate(0x3d11b43ff240): close: 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-16 03:59:01 +0000 UTC 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate(0x3d11b43ff240): >close: err= 2026/05/16 04:56:02 DEBUG : Re-reading directory (105.959363ms old) 2026/05/16 04:56:02 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:02 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/16 04:56:03 DEBUG : forgetting directory cache 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate(0x3d11b47c38c0): _readAt: size=512, off=0 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate(0x3d11b47c38c0): openPending: 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-16 04:00:01 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-16 03:59:01 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-16 04:00:01 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-16 03:59:01 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/16 04:56:03 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/16 04:56:03 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate(0x3d11b47c38c0): >openPending: err= 2026/05/16 04:56:03 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate(0x3d11b47c38c0): >_readAt: n=20, err=EOF 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate(0x3d11b47c38c0): close: 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-16 04:00:01 +0000 UTC 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate(0x3d11b47c38c0): >close: err= 2026/05/16 04:56:03 DEBUG : Re-reading directory (100.377906ms old) 2026/05/16 04:56:03 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : forgetting directory cache 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate(0x3d11b4472840): _readAt: size=512, off=0 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate(0x3d11b4472840): openPending: 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-16 04:01:01 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-16 04:00:01 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-16 04:01:01 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-16 04:00:01 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/16 04:56:03 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/16 04:56:03 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate(0x3d11b4472840): >openPending: err= 2026/05/16 04:56:03 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate(0x3d11b4472840): >_readAt: n=20, err=EOF 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate(0x3d11b4472840): close: 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-16 04:01:01 +0000 UTC 2026/05/16 04:56:03 DEBUG : TestRWCacheUpdate(0x3d11b4472840): >close: err= 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:03 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : forgetting directory cache 2026/05/16 04:56:04 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate(0x3d11b41d7400): _readAt: size=512, off=0 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate(0x3d11b41d7400): openPending: 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-16 04:02:01 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-16 04:01:01 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-16 04:02:01 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-16 04:01:01 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/16 04:56:04 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/16 04:56:04 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate(0x3d11b41d7400): >openPending: err= 2026/05/16 04:56:04 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate(0x3d11b41d7400): >_readAt: n=20, err=EOF 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate(0x3d11b41d7400): close: 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-16 04:02:01 +0000 UTC 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate(0x3d11b41d7400): >close: err= 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : forgetting directory cache 2026/05/16 04:56:04 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate(0x3d11b4473c80): _readAt: size=512, off=0 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate(0x3d11b4473c80): openPending: 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-16 04:03:01 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-16 04:02:01 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-16 04:03:01 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-16 04:02:01 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/16 04:56:04 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/16 04:56:04 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate(0x3d11b4473c80): >openPending: err= 2026/05/16 04:56:04 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate(0x3d11b4473c80): >_readAt: n=21, err=EOF 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate(0x3d11b4473c80): close: 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-16 04:03:01 +0000 UTC 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate(0x3d11b4473c80): >close: err= 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:04 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:04 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : forgetting directory cache 2026/05/16 04:56:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate(0x3d11b452c380): _readAt: size=512, off=0 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate(0x3d11b452c380): openPending: 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-16 04:04:01 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-16 04:03:01 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-16 04:04:01 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-16 04:03:01 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/16 04:56:05 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/16 04:56:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate(0x3d11b452c380): >openPending: err= 2026/05/16 04:56:05 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate(0x3d11b452c380): >_readAt: n=22, err=EOF 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate(0x3d11b452c380): close: 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-16 04:04:01 +0000 UTC 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate(0x3d11b452c380): >close: err= 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : forgetting directory cache 2026/05/16 04:56:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate(0x3d11b4443900): _readAt: size=512, off=0 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate(0x3d11b4443900): openPending: 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-16 04:05:01 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-16 04:04:01 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-16 04:05:01 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-16 04:04:01 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/16 04:56:05 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/16 04:56:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate(0x3d11b4443900): >openPending: err= 2026/05/16 04:56:05 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate(0x3d11b4443900): >_readAt: n=23, err=EOF 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate(0x3d11b4443900): close: 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-16 04:05:01 +0000 UTC 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate(0x3d11b4443900): >close: err= 2026/05/16 04:56:05 DEBUG : Re-reading directory (104.452434ms old) 2026/05/16 04:56:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:05 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:05 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:06 DEBUG : forgetting directory cache 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate(0x3d11b45a6380): _readAt: size=512, off=0 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate(0x3d11b45a6380): openPending: 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/TestRWCacheUpdate" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-qitutey9sefo/TestRWCacheUpdate 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-16 04:06:01 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-16 04:05:01 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-16 04:06:01 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-16 04:05:01 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/16 04:56:06 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/16 04:56:06 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate(0x3d11b45a6380): >openPending: err= 2026/05/16 04:56:06 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate(0x3d11b45a6380): >_readAt: n=24, err=EOF 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate(0x3d11b45a6380): close: 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-16 04:06:01 +0000 UTC 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate(0x3d11b45a6380): >close: err= 2026/05/16 04:56:06 DEBUG : Re-reading directory (101.382917ms old) 2026/05/16 04:56:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/16 04:56:06 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:06 DEBUG : Looking for writers 2026/05/16 04:56:06 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/16 04:56:06 DEBUG : >WaitForWriters: 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (4.81s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FiLeA" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/FiLeA 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/FiLeA" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qitutey9sefo/FiLeA 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:06 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FiLeA" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/FiLeA 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/FiLeA" 2026/05/16 04:56:06 DEBUG : forgetting directory cache 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-qitutey9sefo/FiLeA 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:06 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FiLeB" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/FiLeB 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/FiLeB" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qitutey9sefo/FiLeB 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:06 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FiLeB" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/FiLeB 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/FiLeB" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-qitutey9sefo/FiLeB 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:06 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/16 04:56:06 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:06 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:06 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:06 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/16 04:56:06 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/16 04:56:06 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/16 04:56:06 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:06 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FiLeA" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/FiLeA 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/FiLeA" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qitutey9sefo/FiLeA 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:06 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/16 04:56:06 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:06 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/16 04:56:06 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/16 04:56:06 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/16 04:56:06 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:06 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FiLeA" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/FiLeA 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/FiLeA" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qitutey9sefo/FiLeA 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:06 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/16 04:56:06 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:06 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/16 04:56:06 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/16 04:56:06 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/16 04:56:06 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:06 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:06 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:06 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/16 04:56:06 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/16 04:56:06 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/16 04:56:06 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:06 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FiLeB" 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/FiLeB 2026/05/16 04:56:06 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/FiLeB" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qitutey9sefo/FiLeB 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:07 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/16 04:56:07 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/16 04:56:07 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/16 04:56:07 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/16 04:56:07 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:07 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FilEb" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/FilEb 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/FilEb" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-qitutey9sefo/FilEb 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:07 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FiLeA" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/FiLeA 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/FiLeA" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qitutey9sefo/FiLeA 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:07 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FiLeA" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/FiLeA 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/FiLeA" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-qitutey9sefo/FiLeA 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:07 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FiLeB" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/FiLeB 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/FiLeB" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qitutey9sefo/FiLeB 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:07 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FiLeB" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/FiLeB 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/FiLeB" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-qitutey9sefo/FiLeB 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:07 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FilEb" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/FilEb 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/FilEb" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-qitutey9sefo/FilEb 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:07 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FilEb" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/FilEb 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/FilEb" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-qitutey9sefo/FilEb 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:07 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/16 04:56:07 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/16 04:56:07 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/16 04:56:07 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/16 04:56:07 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:07 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:07 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/16 04:56:07 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/16 04:56:07 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/16 04:56:07 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:07 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:07 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/16 04:56:07 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/16 04:56:07 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/16 04:56:07 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:07 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:07 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/16 04:56:07 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/16 04:56:07 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/16 04:56:07 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:07 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:07 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/16 04:56:07 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/16 04:56:07 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/16 04:56:07 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:07 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FiLeB" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/FiLeB 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/FiLeB" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qitutey9sefo/FiLeB 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:07 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/16 04:56:07 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/16 04:56:07 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/16 04:56:07 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/16 04:56:07 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:07 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/FilEb" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/FilEb 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/FilEb" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-qitutey9sefo/FilEb 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:07 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/16 04:56:07 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/16 04:56:07 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/16 04:56:07 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/16 04:56:07 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/16 04:56:07 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/16 04:56:07 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/16 04:56:07 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/16 04:56:07 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:07 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:07 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:07 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:07 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:07 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/16 04:56:07 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/16 04:56:07 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/16 04:56:07 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:07 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:07 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/16 04:56:07 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/16 04:56:07 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/16 04:56:07 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:07 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:07 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:07 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:07 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:07 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:07 DEBUG : Looking for writers 2026/05/16 04:56:07 DEBUG : FilEb: reading active writers 2026/05/16 04:56:07 DEBUG : FiLeA: reading active writers 2026/05/16 04:56:07 DEBUG : FiLeB: reading active writers 2026/05/16 04:56:07 DEBUG : >WaitForWriters: 2026/05/16 04:56:07 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:07 DEBUG : Looking for writers 2026/05/16 04:56:07 DEBUG : FiLeB: reading active writers 2026/05/16 04:56:07 DEBUG : FilEb: reading active writers 2026/05/16 04:56:07 DEBUG : FiLeA: reading active writers 2026/05/16 04:56:07 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.61s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/normal name with no special characters.txt" 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/normal\ name\ with\ no\ special\ characters.txt 2026/05/16 04:56:07 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qitutey9sefo/normal name with no special characters.txt 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/normal name with no special characters.txt" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/normal\ name\ with\ no\ special\ characters.txt 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-qitutey9sefo/normal name with no special characters.txt 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/測試_Русский___ě_áñ" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/測試_Русский___ě_áñ 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/測試_Русский___ě_áñ" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qitutey9sefo/測試_Русский___ě_áñ 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:08 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/測試_Русский___ě_áñ" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/測試_Русский___ě_áñ 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/測試_Русский___ě_áñ" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-qitutey9sefo/測試_Русский___ě_áñ 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:08 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/16 04:56:08 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/normal name with no special characters.txt" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/normal\ name\ with\ no\ special\ characters.txt 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qitutey9sefo/normal name with no special characters.txt 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/16 04:56:08 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:08 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/16 04:56:08 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/16 04:56:08 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/16 04:56:08 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:08 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/測試_Русский___ě_áñ" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/測試_Русский___ě_áñ 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/測試_Русский___ě_áñ" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qitutey9sefo/測試_Русский___ě_áñ 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:08 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:08 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:08 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:08 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:08 DEBUG : Looking for writers 2026/05/16 04:56:08 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/16 04:56:08 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/16 04:56:08 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.55s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:08 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Reusing VFS from active cache 2026/05/16 04:56:08 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:08 DEBUG : Looking for writers 2026/05/16 04:56:08 DEBUG : >WaitForWriters: 2026/05/16 04:56:08 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:08 DEBUG : Looking for writers 2026/05/16 04:56:08 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:08 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:08 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:08 DEBUG : Looking for writers 2026/05/16 04:56:08 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:08 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:08 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:08 DEBUG : Looking for writers 2026/05/16 04:56:08 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:08 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:08 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:08 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:08 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:08 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/16 04:56:08 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:08 DEBUG : dir: Looking for writers 2026/05/16 04:56:08 DEBUG : file2: reading active writers 2026/05/16 04:56:08 DEBUG : Looking for writers 2026/05/16 04:56:08 DEBUG : dir: reading active writers 2026/05/16 04:56:08 DEBUG : file1: reading active writers 2026/05/16 04:56:08 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.41s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:08 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:08 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:09 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:09 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:09 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:09 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/16 04:56:09 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:09 DEBUG : dir: Looking for writers 2026/05/16 04:56:09 DEBUG : Looking for writers 2026/05/16 04:56:09 DEBUG : dir: reading active writers 2026/05/16 04:56:09 DEBUG : file1: reading active writers 2026/05/16 04:56:09 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.40s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:09 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:09 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:09 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:09 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:09 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/16 04:56:09 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:09 DEBUG : file1: Open: flags=O_RDONLY 2026/05/16 04:56:09 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/16 04:56:09 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/16 04:56:09 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:09 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/16 04:56:09 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/16 04:56:09 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:09 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:09 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:09 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/16 04:56:09 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/16 04:56:09 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/16 04:56:09 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/16 04:56:09 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/new_file.txt" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/new_file.txt 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/new_file.txt" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qitutey9sefo/dir/new_file.txt 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:09 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/16 04:56:09 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/16 04:56:09 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/16 04:56:09 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/16 04:56:09 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:09 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/16 04:56:09 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:09 DEBUG : dir: Looking for writers 2026/05/16 04:56:09 DEBUG : file2: reading active writers 2026/05/16 04:56:09 DEBUG : new_file.txt: reading active writers 2026/05/16 04:56:09 DEBUG : Looking for writers 2026/05/16 04:56:09 DEBUG : file1: reading active writers 2026/05/16 04:56:09 DEBUG : dir: reading active writers 2026/05/16 04:56:09 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.49s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:09 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:09 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file2" 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qitutey9sefo/dir/file2 2026/05/16 04:56:09 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:09 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/16 04:56:09 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/16 04:56:09 DEBUG : dir/file1: Updating file with dir/file1 0x3d11b45305b0 2026/05/16 04:56:09 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/16 04:56:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:10 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/dir/file1" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qitutey9sefo/dir/file1 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:10 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/16 04:56:10 INFO : dir/file1: Moved (server-side) to: file0 2026/05/16 04:56:10 DEBUG : file0: Updating file with file0 0x3d11b45305b0 2026/05/16 04:56:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/16 04:56:10 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file0" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file0 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file0" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qitutey9sefo/file0 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:10 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file0" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/file0 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/file0" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qitutey9sefo/file0 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:10 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/16 04:56:10 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:10 DEBUG : dir: Looking for writers 2026/05/16 04:56:10 DEBUG : Looking for writers 2026/05/16 04:56:10 DEBUG : dir: reading active writers 2026/05/16 04:56:10 DEBUG : file0: reading active writers 2026/05/16 04:56:10 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.61s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:10 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Server has VFS statistics extension 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: About path "/rclone-test-qitutey9sefo" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: About path "/rclone-test-qitutey9sefo" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: About using shell command for shell type "unix" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: df -k /rclone-test-qitutey9sefo 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: 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-qitutey9sefo" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 58075552 92697456 36% / 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:10 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:10 DEBUG : Looking for writers 2026/05/16 04:56:10 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.10s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:10 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:10 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/16 04:56:10 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/16 04:56:10 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/16 04:56:10 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: 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/16 04:56:10 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: 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/16 04:56:10 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:10 DEBUG : d: Looking for writers 2026/05/16 04:56:10 DEBUG : Looking for writers 2026/05/16 04:56:10 DEBUG : a: Looking for writers 2026/05/16 04:56:10 DEBUG : b: Looking for writers 2026/05/16 04:56:10 DEBUG : c: Looking for writers 2026/05/16 04:56:10 DEBUG : Looking for writers 2026/05/16 04:56:10 DEBUG : /: reading active writers 2026/05/16 04:56:10 DEBUG : a: reading active writers 2026/05/16 04:56:10 DEBUG : b: reading active writers 2026/05/16 04:56:10 DEBUG : c: reading active writers 2026/05/16 04:56:10 DEBUG : d: reading active writers 2026/05/16 04:56:10 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.17s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:10 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:10 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/16 04:56:10 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/16 04:56:10 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/16 04:56:10 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/16 04:56:10 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:10 DEBUG : a/b/c/d: Looking for writers 2026/05/16 04:56:10 DEBUG : a/b/c: Looking for writers 2026/05/16 04:56:10 DEBUG : d: reading active writers 2026/05/16 04:56:10 DEBUG : a/b: Looking for writers 2026/05/16 04:56:10 DEBUG : c: reading active writers 2026/05/16 04:56:10 DEBUG : a: Looking for writers 2026/05/16 04:56:10 DEBUG : b: reading active writers 2026/05/16 04:56:10 DEBUG : Looking for writers 2026/05/16 04:56:10 DEBUG : a: reading active writers 2026/05/16 04:56:10 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.04s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:10 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:10 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:10 DEBUG : Looking for writers 2026/05/16 04:56:10 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-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:10 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:10 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:10 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:10 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:10 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/16 04:56:10 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/16 04:56:10 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:10 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/16 04:56:10 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/16 04:56:10 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/16 04:56:10 DEBUG : file1: size = 5 OK 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:10 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:56:10 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/16 04:56:10 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/16 04:56:10 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:10 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:10 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:11 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/16 04:56:11 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:11 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:11 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/16 04:56:11 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/16 04:56:11 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:11 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:11 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/16 04:56:11 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/16 04:56:11 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/16 04:56:11 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/16 04:56:11 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/16 04:56:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:11 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/16 04:56:11 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/16 04:56:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/16 04:56:11 DEBUG : file1: size = 0 OK 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:11 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/16 04:56:11 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/16 04:56:11 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/16 04:56:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:11 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/16 04:56:11 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/16 04:56:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:11 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/16 04:56:11 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/16 04:56:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (7 bytes), uploading instead of streaming 2026/05/16 04:56:11 DEBUG : file1: size = 7 OK 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:11 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:11 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/16 04:56:11 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/16 04:56:11 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/16 04:56:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:11 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:11 DEBUG : Looking for writers 2026/05/16 04:56:11 DEBUG : file1: reading active writers 2026/05/16 04:56:11 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.46s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:11 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:11 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:11 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:11 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/16 04:56:11 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/16 04:56:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:11 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/16 04:56:12 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/16 04:56:12 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/16 04:56:12 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (11 bytes), uploading instead of streaming 2026/05/16 04:56:12 DEBUG : file1: size = 11 OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:12 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/16 04:56:12 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/16 04:56:12 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:12 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:12 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/16 04:56:12 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:12 DEBUG : Looking for writers 2026/05/16 04:56:12 DEBUG : file1: reading active writers 2026/05/16 04:56:12 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.22s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:12 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:12 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:12 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/16 04:56:12 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/16 04:56:12 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/16 04:56:12 DEBUG : file1: size = 5 OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:12 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/16 04:56:12 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/16 04:56:12 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/16 04:56:12 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:12 DEBUG : Looking for writers 2026/05/16 04:56:12 DEBUG : file1: reading active writers 2026/05/16 04:56:12 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.06s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:12 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:12 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:12 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/16 04:56:12 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/16 04:56:12 DEBUG : file1: WriteFileHandle.Release closing 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/16 04:56:12 DEBUG : file1: size = 0 OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:12 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/16 04:56:12 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/16 04:56:12 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/16 04:56:12 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:12 DEBUG : Looking for writers 2026/05/16 04:56:12 DEBUG : file1: reading active writers 2026/05/16 04:56:12 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:12 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:12 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:12 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/16 04:56:12 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (2 bytes), uploading instead of streaming 2026/05/16 04:56:12 DEBUG : file1: size = 2 OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:12 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/16 04:56:12 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/16 04:56:12 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/16 04:56:12 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:12 DEBUG : Looking for writers 2026/05/16 04:56:12 DEBUG : file1: reading active writers 2026/05/16 04:56:12 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:12 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:12 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:12 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/16 04:56:12 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/16 04:56:12 DEBUG : file1: size = 0 OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:12 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/16 04:56:12 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/16 04:56:12 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:12 DEBUG : file1: Open: flags=O_RDONLY 2026/05/16 04:56:12 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/16 04:56:12 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/16 04:56:12 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:12 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:12 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:12 DEBUG : Looking for writers 2026/05/16 04:56:12 DEBUG : file1: reading active writers 2026/05/16 04:56:12 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.10s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:12 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:12 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/16 04:56:12 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/16 04:56:12 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: File to upload is small (100 bytes), uploading instead of streaming 2026/05/16 04:56:12 DEBUG : file1: size = 100 OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/file1" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a206a4ab8aac2f93110baeea75a51e46 /rclone-test-qitutey9sefo/file1 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:12 DEBUG : file1: Parsed hash: a206a4ab8aac2f93110baeea75a51e46 2026/05/16 04:56:12 DEBUG : file1: md5 = a206a4ab8aac2f93110baeea75a51e46 OK 2026/05/16 04:56:12 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/16 04:56:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/16 04:56:12 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/16 04:56:12 DEBUG : file1: Open: flags=O_RDONLY 2026/05/16 04:56:12 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/16 04:56:12 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/16 04:56:12 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:12 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:12 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:12 DEBUG : Looking for writers 2026/05/16 04:56:12 DEBUG : file1: reading active writers 2026/05/16 04:56:12 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.10s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:12 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f000.txt" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/flat/f000.txt 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/flat/f000.txt" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-qitutey9sefo/flat/f000.txt 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:12 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f000.txt" 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/flat/f000.txt 2026/05/16 04:56:12 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/flat/f000.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-qitutey9sefo/flat/f000.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:13 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f001.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/flat/f001.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/flat/f001.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-qitutey9sefo/flat/f001.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:13 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f001.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/flat/f001.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/flat/f001.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-qitutey9sefo/flat/f001.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:13 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f002.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/flat/f002.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/flat/f002.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-qitutey9sefo/flat/f002.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:13 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f002.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/flat/f002.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/flat/f002.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-qitutey9sefo/flat/f002.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:13 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f003.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/flat/f003.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/flat/f003.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-qitutey9sefo/flat/f003.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:13 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f003.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/flat/f003.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/flat/f003.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-qitutey9sefo/flat/f003.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:13 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f004.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/flat/f004.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/flat/f004.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-qitutey9sefo/flat/f004.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:13 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f004.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: sha1sum /rclone-test-qitutey9sefo/flat/f004.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qitutey9sefo/flat/f004.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-qitutey9sefo/flat/f004.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:13 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/16 04:56:13 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/16 04:56:13 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/16 04:56:13 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:13 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f000.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/flat/f000.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/flat/f000.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-qitutey9sefo/flat/f000.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:13 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/16 04:56:13 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/16 04:56:13 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/16 04:56:13 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:13 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f001.txt" 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/flat/f001.txt 2026/05/16 04:56:13 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/flat/f001.txt" 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-qitutey9sefo/flat/f001.txt 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:14 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/16 04:56:14 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/16 04:56:14 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/16 04:56:14 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:14 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f002.txt" 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/flat/f002.txt 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/flat/f002.txt" 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-qitutey9sefo/flat/f002.txt 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:14 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/16 04:56:14 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/16 04:56:14 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/16 04:56:14 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:14 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f003.txt" 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/flat/f003.txt 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/flat/f003.txt" 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-qitutey9sefo/flat/f003.txt 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:14 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/16 04:56:14 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/16 04:56:14 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/16 04:56:14 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:14 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/flat/f004.txt" 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/flat/f004.txt 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/flat/f004.txt" 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-qitutey9sefo/flat/f004.txt 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:14 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/16 04:56:14 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:14 DEBUG : flat: Looking for writers 2026/05/16 04:56:14 DEBUG : f002.txt: reading active writers 2026/05/16 04:56:14 DEBUG : f003.txt: reading active writers 2026/05/16 04:56:14 DEBUG : f004.txt: reading active writers 2026/05/16 04:56:14 DEBUG : f000.txt: reading active writers 2026/05/16 04:56:14 DEBUG : f001.txt: reading active writers 2026/05/16 04:56:14 DEBUG : Looking for writers 2026/05/16 04:56:14 DEBUG : flat: reading active writers 2026/05/16 04:56:14 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.47s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:14 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:14 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/16 04:56:14 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/16 04:56:14 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:14 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/a/b/c/deep.txt" 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/a/b/c/deep.txt 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/a/b/c/deep.txt" 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-qitutey9sefo/a/b/c/deep.txt 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:14 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/16 04:56:14 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/16 04:56:14 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/16 04:56:14 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:14 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/a/b/mid.txt" 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/a/b/mid.txt 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/a/b/mid.txt" 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-qitutey9sefo/a/b/mid.txt 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:14 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/16 04:56:14 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/16 04:56:14 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/16 04:56:14 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:14 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/a/top.txt" 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/a/top.txt 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/a/top.txt" 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-qitutey9sefo/a/top.txt 2026/05/16 04:56:14 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:14 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/16 04:56:14 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:14 DEBUG : a/b/c: Looking for writers 2026/05/16 04:56:14 DEBUG : deep.txt: reading active writers 2026/05/16 04:56:14 DEBUG : a/b: Looking for writers 2026/05/16 04:56:14 DEBUG : c: reading active writers 2026/05/16 04:56:14 DEBUG : mid.txt: reading active writers 2026/05/16 04:56:14 DEBUG : a: Looking for writers 2026/05/16 04:56:14 DEBUG : b: reading active writers 2026/05/16 04:56:14 DEBUG : top.txt: reading active writers 2026/05/16 04:56:14 DEBUG : Looking for writers 2026/05/16 04:56:14 DEBUG : a: reading active writers 2026/05/16 04:56:14 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.29s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:14 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:14 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/16 04:56:14 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/16 04:56:14 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:14 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:14 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:14 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:14 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:14 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:14 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:14 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:14 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:14 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:15 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:15 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:15 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:15 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/bigdir/big.bin" 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/bigdir/big.bin 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/bigdir/big.bin" 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 8fc198d00eb22d479056b7a7625c2d4c /rclone-test-qitutey9sefo/bigdir/big.bin 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:15 DEBUG : bigdir/big.bin: Parsed hash: 8fc198d00eb22d479056b7a7625c2d4c 2026/05/16 04:56:15 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:15 DEBUG : bigdir: Looking for writers 2026/05/16 04:56:15 DEBUG : big.bin: reading active writers 2026/05/16 04:56:15 DEBUG : Looking for writers 2026/05/16 04:56:15 DEBUG : bigdir: reading active writers 2026/05/16 04:56:15 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.71s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-qitutey9sefo", Local "Local file system at /tmp/rclone1575899240", Modify Window "1s" 2026/05/16 04:56:15 INFO : sftp://rclone@:22/rclone-test-qitutey9sefo: poll-interval is not supported by this remote 2026/05/16 04:56:15 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/16 04:56:15 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/16 04:56:15 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:15 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir1/a.txt" 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir1/a.txt 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir1/a.txt" 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-qitutey9sefo/dir1/a.txt 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:15 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/16 04:56:15 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/16 04:56:15 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/16 04:56:15 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:15 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir2/b.txt" 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir2/b.txt 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir2/b.txt" 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: 415290769594460e2e485922904f345d /rclone-test-qitutey9sefo/dir2/b.txt 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:15 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/16 04:56:15 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/16 04:56:15 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/16 04:56:15 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/16 04:56:15 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Shell path "/rclone-test-qitutey9sefo/dir3/c.txt" 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: creating additional session 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Running remote command: md5sum /rclone-test-qitutey9sefo/dir3/c.txt 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qitutey9sefo/dir3/c.txt" 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: command exited OK 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-qitutey9sefo/dir3/c.txt 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: ssh external: close 2026/05/16 04:56:15 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/16 04:56:15 DEBUG : WaitForWriters: timeout=30s 2026/05/16 04:56:15 DEBUG : dir1: Looking for writers 2026/05/16 04:56:15 DEBUG : a.txt: reading active writers 2026/05/16 04:56:15 DEBUG : dir2: Looking for writers 2026/05/16 04:56:15 DEBUG : b.txt: reading active writers 2026/05/16 04:56:15 DEBUG : dir3: Looking for writers 2026/05/16 04:56:15 DEBUG : c.txt: reading active writers 2026/05/16 04:56:15 DEBUG : Looking for writers 2026/05/16 04:56:15 DEBUG : dir2: reading active writers 2026/05/16 04:56:15 DEBUG : dir3: reading active writers 2026/05/16 04:56:15 DEBUG : dir1: reading active writers 2026/05/16 04:56:15 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.32s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/16 04:56:15 DEBUG : sftp://rclone@:22/rclone-test-qitutey9sefo: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 45.817319134s (try 1/5)